/*.tbc-delivery-method {
    margin-top: 30px;
}

.tbc-delivery-toggle {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.tbc-delivery-option {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tbc-delivery-option input[type="radio"] {
    display: none;
}

.tbc-delivery-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
    font-size: 16px;
}

.tbc-delivery-option input:checked + span,
.tbc-delivery-option input:checked ~ span {
    border-radius: 8px;
    color: #007cba;
}

.tbc-ship-locations,
.tbc-pickup-locations {
    margin-top: 20px;
}

.tbc-ship-box,
.tbc-pickup-box {
    display: block;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    transition: 0.2s ease;
    cursor: pointer;
    position: relative;
}

.tbc-ship-box input[type="radio"],
.tbc-pickup-box input[type="radio"] {
    position: absolute;
    top: 15px;
    left: 15px;
}

.tbc-ship-details,
.tbc-pickup-details {
    margin-left: 25px;
}

.tbc-ship-free,
.tbc-pickup-free {
    float: right;
    color: green;
    font-weight: bold;
}*/

/* Insurance Fields CSS Start */
#insurance_checkout_field span{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #334155;
}
#insurance_checkout_field p {
    font-size: 15px;
    line-height: 24px;
}
/* Insurance Fields CSS End */