.auth-user-link {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px 20px;
    text-align: left;
    margin-bottom: 20px;
}

.side-card-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.side-card-body .group-title {
    color: #333;
}

.side-card-body .group-body a {
    width: 100%;
    font-size: 14px;
}

.side-card-body .group-body a:hover {
    font-weight: 500;
}

.side-card-body .group-body a i {
    color: var(--q-primary) !important;
    font-size: 18px;
    margin-right: 5px;
}

.side-card-body .group-body a i.fa-fw {
    font-size: 14px;
}

.col-sm-9 > h1 {
    margin-top: 1rem;
}

.container.container-article h1 {
    margin-top: 25px;
}

.adsbygoogle + .side-card,
.adsbygoogle + script + .side-card {
    margin-top: 30px;
}

body > .container-article > .row > .col-lg-4,
body > .container-article > .row > .col-lg-8 {
    flex-grow: 1;
}

body > .container-article > .row > .col-lg-4 + .google-auto-placed {
    margin-top: 30px;
}

.services-list {
    padding-top: 5px;
    padding-left: 25px;
}

.services-list.align-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;

    h3 {
        margin: 20px 0 15px auto !important;
    }

    .mv-30 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        flex-direction: row-reverse;

        > .ml-15 {
            margin-right: 15px;
        }
    }
}

@media (max-width: 991px) {
    .services-list {
        padding-top: 30px;
        padding-left: 0;
    }
}
