.CountryServiceSidecar {
    &-label {
        color: var(--text-secondary);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 4px;
    }

    &-message {
        margin-bottom: 20px;
    }

    &-services-container {
        margin-bottom: 20px;
    }

    &-service-selector {
        // Dropdown width override
        .dropdown-menu.show {
            width: 100%;
        }
    }

    &-stepper {
        width: 100%;

        // Stepper styles override
        .Stepper-Step {
            width: 100%;
            max-width: none;

            &-header.vertical {
                margin-top: 4px;
            }

            &-body,
            &-content {
                width: 100%;
            }

            &-content {
                gap: 3px !important;
            }

            &-icon {
                width: 12px;
                height: 12px;
                border-color: var(--glyphs-default) !important;
            }
        }
    }
}
