.opd-dashboard-connected-introduction {
    margin-bottom: 35px;

    .opui-card-content {
        padding: 50px;
    }

    .opd-welcome {
        text-transform: uppercase;
        color: $color__ops-blue;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 12px;
        line-height: initial;
    }

    .opd-customer {
        font-weight: 300;
        font-size: 45px;
        color: $color__ops-darkBlue;
        margin-bottom: 25px;
        line-height: initial;
    }

    .opd-customer-status {
        font-size: 1.6rem;
    }

    .opd-licenseValidation {
        position: relative;
        font-size: 1.6rem;

        @include wp-mobile() {
            padding-left: 20px;
        }

        &.ops-danger {
            &:before {
                background-color: $color__ops-red;
            }
        }
    }

    .opd-vertical-divider {
        background-color: var(--opui--gray200);
        width: 1px;
    }
}
