/* MWF Subscriptions Styles */
.mwf-shipping-options {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 2px solid #28a745;
    border-radius: 8px;
}

.mwf-shipping-options h3 {
    margin-top: 0;
    color: #333;
    font-size: 1.3em;
}

.mwf-shipping-options label {
    display: block;
    padding: 15px;
    margin-bottom: 12px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.mwf-shipping-options label:hover {
    border-color: #28a745 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mwf-shipping-options input[type="radio"]:checked + strong {
    color: #28a745;
}
