/* Tekworld - Popup Estensione Garanzia (Garanzia3) */
.tw-warr-inpage-row{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:54px;
  margin:12px 0 18px;
  padding:13px 16px;
  border:1px solid #dce4ec;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
  color:#071a33;
  box-sizing:border-box;
}
.tw-warr-inpage-row:hover{border-color:#c8d5e0;background:#fbfdff}
.tw-warr-inpage-check{
  width:18px;
  height:18px;
  flex:0 0 auto;
  margin:0;
  cursor:pointer;
}
.tw-warr-inpage-label{
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  color:#34485c;
}
.tw-warr-inpage-label strong{font-weight:600;color:#34485c}
.tw-warr-inpage-price{
  flex:0 0 auto;
  margin-left:auto;
  color:#34485c;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
@media(max-width:520px){
  .tw-warr-inpage-row{gap:8px;padding:12px 13px;margin:10px 0 16px}
  .tw-warr-inpage-label,.tw-warr-inpage-price{font-size:13px}
}
#tw-warr-ov{position:fixed;inset:0;background:rgba(20,24,31,.55);z-index:100000;display:none;align-items:center;justify-content:center;padding:16px}
#tw-warr-ov.show{display:flex}
#tw-warr-card{background:#fff;max-width:500px;width:100%;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:95vh;overflow-y:auto}
#tw-warr-card .tw-h{padding:24px 26px 0;text-align:center}
#tw-warr-card .tw-badge{display:flex;align-items:center;justify-content:center;gap:12px;color:#3e5c76;font-weight:800;font-size:20px;letter-spacing:.5px;text-transform:uppercase}
#tw-warr-card .tw-badge svg{width:46px;height:50px;flex:none}
#tw-warr-card .tw-badge img{max-height:54px;width:auto}
#tw-warr-card .tw-hr{border-top:1px solid #e6eaf0;margin:18px 26px 0}
#tw-warr-card .tw-desc{color:#14181f;line-height:1.55;margin:18px 26px 6px;font-size:15px;text-align:center}
#tw-warr-card .tw-price{color:#3e5c76;text-align:center;margin:12px 0 4px}
#tw-warr-card .tw-price small{display:block;font-size:13px;color:#7ba3be}
#tw-warr-card .tw-price b{font-size:30px;font-weight:800}
#tw-warr-card .tw-cta{display:block;width:calc(100% - 52px);margin:14px 26px 4px;padding:15px;border:0;border-radius:30px;background:#ff6600;color:#fff;font-weight:800;font-size:16px;cursor:pointer;text-transform:uppercase;letter-spacing:.3px}
#tw-warr-card .tw-cta:hover{background:#e65a00}
#tw-warr-card .tw-cta[disabled]{opacity:.6;cursor:default}
#tw-warr-card .tw-benes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:16px 20px 4px}
#tw-warr-card .tw-bene{text-align:center;color:#3e5c76}
#tw-warr-card .tw-bene svg{width:26px;height:26px}
#tw-warr-card .tw-bene .t{font-weight:700;font-size:13px;margin-top:4px}
#tw-warr-card .tw-bene .d{color:#6b7785;font-size:11px;line-height:1.3}
#tw-warr-card .tw-no{display:block;text-align:center;color:#54585c;text-decoration:underline;cursor:pointer;font-size:13px;padding:8px 0 16px}
#tw-warr-card .tw-legal{background:#14181f;color:#aab3bf;font-size:11px;line-height:1.5;padding:14px 22px}
@media(max-width:520px){#tw-warr-card .tw-benes{grid-template-columns:repeat(2,1fr);gap:14px}}
