/* ==========================================================================
   Klarna installment badge (single product page)
   ========================================================================== */

.gt-klarna-group {
  position: relative;
  margin: 12px 0 0;
}

.gt-klarna-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: #000;
  border: 1px solid var(--color-white, #e5e5e5) !important;
  border-radius: 5px !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  text-align: left;
  list-style: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gt-klarna-pill::-webkit-details-marker {
  display: none;
}

.gt-klarna-pill:hover,
.gt-klarna-group[open] .gt-klarna-pill {
  border-color: #ffa8cd !important;
  box-shadow: 0 0 0 1px #ffa8cd inset;
}

.gt-klarna-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #ffb3c7;
  color: #000;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
}

.gt-klarna-panel-title .gt-klarna-mark {
  margin-right: 8px;
}

.gt-klarna-pill-text {
  flex: 1;
  line-height: 1.3;
}

.gt-klarna-pill-text strong {
  font-weight: 700;
}

.gt-klarna-pill-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
  opacity: 0.6;
}

.gt-klarna-panel {
  margin-top: 8px;
  padding: 16px 18px;
  background: #000;
  border: 1px solid var(--color-gold, #c9aa76);
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  color: #fff;
}

.gt-klarna-panel-title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-weight: 700;
  color: #fff;
}

.gt-klarna-panel-text {
  margin: 0 0 12px;
  line-height: 1.5;
  color: #fff;
}

.gt-klarna-panel-text strong {
  color: var(--color-gold, #c9aa76);
}

.gt-klarna-panel-text a {
  color: var(--color-gold, #c9aa76);
  text-decoration: underline;
}

.gt-klarna-panel-foot {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  line-height: 1.4;
}

.gt-klarna-panel-foot-icon {
  flex-shrink: 0;
  width: 22px;
  height: auto;
  margin-top: 1px;
}
