.hgr-registration .form-row {
    align-items: baseline;
}

.hgr-registration__toggle::after {
        content: ">";
        display: inline-block;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 20px;
        padding-top: 0px;
        line-height: 0;
        top: 12px;
        position: absolute;
        margin-left: 4px;
}

.hgr-registration__item {
    width: 100%;
}

@media (min-width: 992px) {

    .hgr-registration__item {
        grid-column: span 4;
    }

    .hgr-registration__item.col-lg-1 {
        grid-column: span 1;
    }

    .hgr-registration__item.col-lg-2 {
        grid-column: span 2;
    }

    .hgr-registration__item.col-lg-3 {
        grid-column: span 3;
    }

    .hgr-registration__item.col-lg-4 {
        grid-column: span 4;
    }

    .hgr-registration__item.col-lg-5 {
        grid-column: span 5;
    }

    .hgr-registration__item.col-lg-6 {
        grid-column: span 6;
    }

    .hgr-registration__item.col-lg-12,
    .hgr-registration__item--full {
        grid-column: 1 / -1;
    }
}

.hgr-registration__item--full {
    grid-column: 1 / -1;
}

.hgr-registration__label {
    font-size: 0.875rem;
    color: var(--sw-color-text-light, #6b7280);
    margin-bottom: 0.25rem;
}

.hgr-registration__tooltip {
    margin-left: 0.35rem;
    color: var(--sw-color-brand-primary, #189eff);
    cursor: help;
}

.hgr-registration__callback .custom-control {
    margin-bottom: 0.25rem;
}

.hgr-registration__phone-required {
    font-size: 0.85rem;
    color: var(--sw-color-danger, #d11124);
    margin-left: 0.25rem;
    visibility: hidden;
}

