.bdo-wrap{max-width:720px;margin:24px auto 34px;font-family:Arial,Helvetica,sans-serif;color:#151515;box-sizing:border-box}.bdo-wrap *{box-sizing:border-box}.bdo-benefits{display:grid;gap:3px;margin:0 0 8px;font-size:14px;font-weight:700;line-height:1.25}.bdo-title{text-align:center;font-size:16px;line-height:1.3;margin:0 0 18px;font-weight:700}.bdo-form{background:#fff;border:1px solid #ececec;box-shadow:0 3px 10px rgba(0,0,0,.11);padding:0 18px 20px}.bdo-grid{display:grid}.bdo-field{display:block;padding:17px 2px 13px;border-bottom:1px solid #e5e5e5}.bdo-field span,.bdo-options legend{display:block;font-size:12px;font-weight:700;margin:0 0 7px;color:#111}.bdo-field input,.bdo-field select{display:block;width:100%;min-height:24px;margin:0;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;padding:0!important;background:#fff!important;color:#222!important;font:600 15px/1.35 Arial,Helvetica,sans-serif}.bdo-field input::placeholder{color:#8ca99e;opacity:1}.bdo-field select{color:#8ca99e!important;appearance:auto}.bdo-field input:focus,.bdo-field select:focus{outline:none!important}.bdo-options{min-width:0;border:0;padding:0;margin:30px 0 0}.bdo-options legend{padding:0}.bdo-option{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;gap:10px;min-height:41px;padding:10px 11px;border:1px solid #ddd;border-bottom:0;background:#f5f5f5;cursor:pointer;color:#1d1d1d;line-height:1.2}.bdo-option:first-of-type{border-radius:4px 4px 0 0}.bdo-option:last-of-type{border-bottom:1px solid #ddd;border-radius:0 0 4px 4px}.bdo-option.is-selected{background:#ff6f61;border-color:#ff6f61;color:#fff}.bdo-option input{position:absolute;opacity:0;pointer-events:none}.bdo-option-name{min-width:0;font-size:12px;font-weight:700;overflow-wrap:anywhere}.bdo-option strong{font-size:12px;font-weight:700;white-space:nowrap;color:inherit}.bdo-option .woocommerce-Price-amount,.bdo-option .woocommerce-Price-currencySymbol{color:inherit}.bdo-option i{width:8px;height:8px;border:1px solid currentColor;border-radius:50%;display:block}.bdo-option.is-selected i{background:#fff;box-shadow:inset 0 0 0 2px #ff6f61}.bdo-shipping{margin-top:35px;margin-bottom:20px}.bdo-submit{width:calc(100% + 38px);margin:25px -19px -82px;border:0!important;border-radius:999px!important;background:#087b60!important;color:#fff!important;min-height:49px;padding:12px 20px!important;font:400 16px/1.2 Georgia,"Times New Roman",serif!important;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.24);text-transform:none!important}.bdo-submit:hover,.bdo-submit:focus{background:#087b60!important;color:#fff!important}.bdo-submit:disabled{opacity:.72;cursor:wait}.bdo-total{font-weight:700}.bdo-message{padding:13px 15px;border-radius:5px;margin:0 0 15px}.bdo-success{background:#e7f7ef;color:#146640}.bdo-error{background:#ffe9e7;color:#9d2c22}@media(max-width:767px){.bdo-wrap{width:100%;max-width:100%;margin:18px auto 28px;padding:0 12px}.bdo-form{padding:0 14px 18px}.bdo-title{font-size:15px;margin-bottom:14px}.bdo-benefits{font-size:13px}.bdo-field{padding-top:15px}.bdo-field input,.bdo-field select{font-size:16px}.bdo-option{grid-template-columns:minmax(0,1fr) auto 12px;gap:7px;padding:10px 9px}.bdo-option-name,.bdo-option strong{font-size:11px}.bdo-submit{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;margin-bottom:-72px;font-size:15px;min-height:47px}}@media(max-width:380px){.bdo-wrap{padding:0 8px}.bdo-form{padding-left:10px;padding-right:10px}.bdo-option{grid-template-columns:minmax(0,1fr) auto 10px;gap:5px;padding-left:7px;padding-right:7px}.bdo-option-name,.bdo-option strong{font-size:10px}.bdo-submit{width:calc(100% + 22px);margin-left:-11px;margin-right:-11px}}


/* Native CSS fallback: selection remains visibly highlighted even if a cache
   plugin delays or blocks JavaScript. Supported by current Chrome, Edge,
   Firefox and Safari. */
.bdo-options:not(.bdo-shipping) .bdo-option:has(input[name="choice_id"]:checked) {
    z-index: 2;
    color: #fff;
    background: #ff7062;
    border-color: #ff7062;
}

.bdo-options:not(.bdo-shipping) .bdo-option:has(input[name="choice_id"]:checked) i {
    background: #fff;
    box-shadow: inset 0 0 0 2px #ff7062;
}


/* v1.5: Product rows are selected exclusively by the checked radio.
   This neutralizes an old/stale is-selected class left in cached HTML. */
.bdo-options:not(.bdo-shipping) .bdo-option.is-selected:not(:has(input[name="choice_id"]:checked)) {
    z-index: auto;
    color: #1d1d1d;
    background: #f5f5f5;
    border-color: #ddd;
}

.bdo-options:not(.bdo-shipping) .bdo-option.is-selected:not(:has(input[name="choice_id"]:checked)) i {
    background: transparent;
    box-shadow: none;
}
