.shipping-method {
    padding-top: 20px;
    background: #fff;
}

.radio-option {
    padding: 10px;
    flex: 1;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-top: .5px solid #cccccc;
    border-bottom: 0px solid #cccccc;
}

.radio-option label {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.accordion-header-radio {
    margin-right: 10px;
    -webkit-appearance: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #1d1d1d;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    width: auto;
}



.method-title {
    font-weight: bold;
}

.method-desc {
       color: #999;
    font-style: italic;
    font-size: 13px;
}

.method-price {
    font-weight: bold;
    color: #333;
}

.radio-option.selected {
    background-color: #e0f7e0; /* Light green background */
    border-color: #a5d6a7; /* Matching green border */
     /* color: #86c251; */
    accent-color: forestgreen;
}



/* .accordion-section input[type="radio"]:checked {
    border: 1px solid #86c251;
    background-color: #86c251;
    color: #86c251;
    accent-color: forestgreen;
} */