/* ================= EU GUARANTEE NOTICE / GARAN ================= */
.eu-guarantee-box {
  max-width: 660px;
  margin: 18px auto 24px;
  text-align: center;
}

.eu-guarantee-box details {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.eu-guarantee-box summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 64px;
  padding: 10px 52px 10px 66px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background-color .2s ease;
}

.eu-guarantee-box summary:hover {
  background: #f7f7f7;
}

.eu-guarantee-box summary::-webkit-details-marker { display: none; }

/* Small EU guarantee emblem shown only while the card is closed */
.eu-guarantee-box summary::before {
  content: "";
  position: absolute;
  left: 12px;
  top: calc(50% - 2px);
  width: 50px;
  height: 58px;
  transform: translateY(-50%);
  background: url("/images/legal/eu-guarantee-logo.png") center / contain no-repeat;
  pointer-events: none;
}

.eu-guarantee-box details[open] summary::before {
  content: none;
}

.eu-guarantee-box summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.eu-guarantee-box details[open] summary::after { content: "−"; }

.eu-summary-kicker {
  font-family: "Libre Baskerville", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.eu-summary-separator {
  display: block;
  width: 1px;
  height: 32px;
  background: #c8c8c8;
  flex: 0 0 1px;
}

.eu-summary-title {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.1;
  text-transform: uppercase;
}

.eu-guarantee-content {
  padding: 18px 18px 20px;
  border-top: 1px solid #ededed;
}

.eu-guarantee-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
}

.eu-guarantee-notice-img { max-width: 620px; }
.eu-garan-full { max-width: 520px; }

.eu-guarantee-link {
  display: inline-block;
  margin-top: 4px;
}

@media (max-width: 700px) {
  .eu-guarantee-box { margin: 14px 0 20px; }
  .eu-guarantee-box summary {
    gap: 10px;
    min-height: 56px;
    padding: 9px 44px 9px 58px;
  }
  .eu-guarantee-box summary::after { right: 15px; }
  .eu-guarantee-box summary::before {
    left: 8px;
    width: 43px;
    height: 50px;
  }
  .eu-summary-kicker { font-size: 1.05rem; }
  .eu-summary-separator { height: 26px; }
  .eu-summary-title {
    font-size: 1.02rem;
    letter-spacing: .8px;
  }
  .eu-guarantee-content { padding: 14px 8px 16px; }
}
