/* TL Conversion UX 2.0.0 — compact overlay */
.tlcux-home-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 24px;
  max-width: 960px;
}
.tlcux-home-assurance > div,
.tlcux-home-assurance > a {
  background: rgba(255,255,255,.94);
  border: 1px solid #dce8f5;
  border-radius: 9px;
  color: #26384c;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-height: 66px;
  padding: 12px 14px;
  text-decoration: none;
}
.tlcux-home-assurance strong { color: #0f4f95; font-size: 14px; }
.tlcux-home-assurance span { font-size: 12px; line-height: 1.4; }
.tlcux-home-assurance > a:hover { border-color: #1769c2; }

.tl-product-hero .tlcux-product-title {
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.18;
  margin: 6px auto 0;
  max-width: 1050px;
  padding: 0 16px;
}
.tlcux-buying-summary {
  background: #f7f9fc;
  border: 1px solid #dce6f1;
  border-radius: 9px;
  margin: 0 0 16px;
  order: 3;
  padding: 14px 16px;
}
.tl-product-info > .tl-product-purchase { order: 4; }
.tl-product-info > .tl-product-badges { order: 5; }
.tl-product-info > .tlcux-product-details { order: 6; }
.tl-product-info > .tl-external-profiles { order: 7; }
.tlcux-buying-summary h2 { color: #143f77; font-size: 16px; margin: 0 0 10px; }
.tlcux-buying-summary dl {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin: 0 0 10px;
}
.tlcux-buying-summary dl > div { border-bottom: 1px solid #e1e9f2; padding-bottom: 7px; }
.tlcux-buying-summary dt { color: #68798c; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.tlcux-buying-summary dd { color: #1f3043; font-size: 13px; font-weight: 650; margin: 2px 0 0; }
.tlcux-buying-summary p {
  background: #eaf6ee;
  border-left: 3px solid #2d8b52;
  color: #1e4c30;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 7px;
  padding: 8px 10px;
}
.tlcux-buying-summary small { color: #617286; display: block; line-height: 1.4; }
.tlcux-product-details {
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 9px;
  margin-top: 18px;
  padding: 0;
}
.tlcux-product-details summary {
  color: #143f77;
  cursor: pointer;
  font-weight: 750;
  list-style-position: inside;
  min-height: 48px;
  padding: 14px 16px;
}
.tlcux-product-details .tl-product-description { padding: 0 16px 16px; }
.tl-quantity-control button:focus-visible,
.tlcux-home-assurance a:focus-visible,
.tlcux-trustpilot a:focus-visible,
.tlcux-cart-assurance a:focus-visible,
.tlcux-product-details summary:focus-visible { outline: 3px solid #f39a42; outline-offset: 2px; }

.tlcux-cart-assurance {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin: 0 0 18px;
}
.tlcux-cart-assurance > div {
  background: #f7f9fc;
  border: 1px solid #dce6f1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 13px;
}
.tlcux-cart-assurance strong { color: #143f77; font-size: 13px; }
.tlcux-cart-assurance span { color: #465a70; font-size: 12px; line-height: 1.4; }
.tlcux-cart-assurance a { color: #0b5bad; text-decoration: underline; text-underline-offset: 2px; }

.tlcux-trustpilot {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #dce6f1;
  border-radius: 9px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1200px;
  padding: 13px 16px;
}
.tlcux-trustpilot > div { display: flex; flex-direction: column; gap: 2px; }
.tlcux-trustpilot strong { color: #143f77; font-size: 14px; }
.tlcux-trustpilot span { color: #52657a; font-size: 12px; }
.tlcux-trustpilot > a {
  color: #0b5bad;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .tlcux-home-assurance,
  .tlcux-cart-assurance { grid-template-columns: 1fr; gap: 7px; }
  .tlcux-home-assurance { margin-bottom: 18px; }
  .tlcux-home-assurance > div,
  .tlcux-home-assurance > a { min-height: 0; padding: 10px 12px; }
  .tl-product-hero .tlcux-product-title { font-size: 24px; }
  .tlcux-buying-summary { padding: 13px; }
  .tlcux-buying-summary dl { grid-template-columns: 1fr; }
  .tl-quantity-control input.qty { font-size: 16px !important; }
  .tlcux-trustpilot { align-items: flex-start; flex-direction: column; gap: 8px; margin: 0 14px 18px; padding: 12px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .tlcux-home-assurance *, .tlcux-trustpilot * { scroll-behavior: auto !important; transition: none !important; }
}
