.is-business-residential {
    border: none;
}

.is-business-residential legend {
    display: none;
}

.is-business-residential .admin__field-control {
    display: flex;
}

.is-business-residential .admin__field-control .admin__field-option {
    padding-right: 10px;
}

.fusedship-residential-wrapper {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f8f8;
}

.fusedship-residential-wrapper .summary-cart-items {
    margin-bottom: 15px;
}

.fusedship-residential-wrapper p {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.residential-options {
    display: flex;
    gap: 20px;
}

.residential-options .option {
    display: flex;
    align-items: center;
    gap: 5px;
}

.residential-options input[type="radio"] {
    margin: 0;
}

.residential-options label {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}

/* Hover state */
.residential-options .option:hover label {
    color: #006bb4;
}

/* Focus state for accessibility */
.residential-options input[type="radio"]:focus + label {
    outline: 1px dotted #006bb4;
    outline-offset: 1px;
}

/* Selected state */
.residential-options input[type="radio"]:checked + label {
    color: #006bb4;
    font-weight: 600;
}

/* Error state */
.residential-options.error {
    border-color: #e02b27;
}

.residential-options.error label {
    color: #e02b27;
}
