.dark-mode {
    --dex-color-1: #ff5100;
}

.footer-social-links a {
    width: 42px;
    height: 42px;
    margin: 0 3px;
    font-size: 16px;
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0);
}

    .footer-social-links a:hover {
        border-color: transparent;
    }

        .footer-social-links a:hover:before {
            transform: scale(1.1);
        }

.align-items-center {
    align-items: center;
}

.text-transform-none {
    text-transform: none;
}

.round-none {
    border-radius: 0;
}

.ml-6 {
    margin-left: 6px;
}

.hs-status {
    width: 260px;
}

.bg-dex {
    color: #fff !important;
    background-color: #1c75bc !important;
}

.post-prev-media {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-top-left-radius: var(--border-radius-default);
    border-top-right-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

    .post-prev-media .video,
    .post-prev-media iframe {
        width: 100%;
    }

.widget-posts-media {
    float: left;
    margin: 0 12px 0 0;
}

.nowrap {
    white-space: nowrap;
}

.mn-ht-200i {
    min-height: 200px !important;
}