/* Ben Rental — clear Full Insurance selection state */
.car-rental-options #form1 table.extras tr.ben-insurance-option > td { background:#fff8f8 !important; border-top:1px solid #f4c7c7 !important; border-bottom:1px solid #f4c7c7 !important; }
.car-rental-options #form1 table.extras tr.ben-insurance-option > td:first-child { border-left:4px solid #e63946 !important; padding-left:16px !important; }
.car-rental-options #form1 table.extras tr.ben-insurance-option > td:last-child { min-width:210px; text-align:right; }
.car-rental-options .ben-insurance-status { display:inline-flex; align-items:center; gap:7px; margin:0 10px 0 0; padding:7px 10px; border:1px solid #e4a5a5; border-radius:999px; background:#fff; color:#8d2029; font-size:12px; font-weight:700; line-height:1; white-space:nowrap; }
.car-rental-options .ben-insurance-status::before { content:'○'; font-size:17px; line-height:10px; }
.car-rental-options .ben-insurance-option .ben-insurance-action { min-width:166px !important; min-height:44px !important; padding:10px 16px !important; border-radius:5px !important; font-weight:700 !important; box-shadow:0 2px 5px rgba(128,0,0,.16) !important; }
.car-rental-options #form1 table.extras tr.ben-insurance-option.ben-insurance-selected > td { background:#f1fbf5 !important; border-top-color:#a5dcb7 !important; border-bottom-color:#a5dcb7 !important; }
.car-rental-options #form1 table.extras tr.ben-insurance-option.ben-insurance-selected > td:first-child { border-left-color:#159447 !important; }
.car-rental-options .ben-insurance-selected .ben-insurance-status { color:#0a6f35; border-color:#92d4a9; background:#e8f8ed; }
.car-rental-options .ben-insurance-selected .ben-insurance-status::before { content:'✓'; }
.car-rental-options .ben-insurance-selected .ben-insurance-action { background:#087c36 !important; border-color:#087c36 !important; color:#fff !important; box-shadow:0 2px 5px rgba(5,93,40,.2) !important; }
@media (max-width:680px) { .car-rental-options #form1 table.extras tr.ben-insurance-option > td:last-child { min-width:0; } .car-rental-options .ben-insurance-status { display:flex; margin:0 0 8px; justify-content:center; } .car-rental-options .ben-insurance-option .ben-insurance-action { width:100%; min-width:0 !important; } }