:root {
    --quickq3-primary: #5b39c9;
    --quickq3-secondary: #6f5de7;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.header .logo img,
.footer-logo img {
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.header-menu ul li a {
    white-space: nowrap;
}

.banner-text-inner .btn + .btn,
.user-interact-inner .btn + .btn {
    margin-left: 10px;
}

.post-image img,
.post-image1 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.single-blog-inner .post-title h3,
.single-blog-inner .post-title h3 a {
    overflow-wrap: anywhere;
}

.legacy-article-body {
    overflow-wrap: anywhere;
}

.legacy-article-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.legacy-article-body pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}

.legacy-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
}

.legacy-pagination a,
.legacy-pagination span {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid #e7e3f5;
    border-radius: 6px;
    background: #fff;
    color: #4b3a7b;
}

.legacy-pagination .is-current {
    border-color: var(--quickq3-primary);
    background: var(--quickq3-primary);
    color: #fff;
}

.legacy-empty {
    padding: 42px 24px;
    border-radius: 8px;
    background: #f8f7fc;
    text-align: center;
}

.legacy-sidebar-card {
    padding: 28px;
    border: 1px solid #ece9f6;
    border-radius: 8px;
    background: #fff;
}

.legacy-sidebar-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legacy-sidebar-card li + li {
    margin-top: 14px;
}

.legacy-sidebar-card a {
    color: #3f3854;
}

.legacy-download-grid > [class*="col-"] {
    margin-bottom: 70px;
}

.download-app-inner .btn {
    margin-top: 12px;
}

@media (max-width: 991.98px) {
    .main-menu-wrap .menu-button {
        position: static;
    }

    .header-menu ul {
        max-height: 70vh;
        overflow-y: auto;
    }

    .banner-text-inner .btn + .btn,
    .user-interact-inner .btn + .btn {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-inner-area {
        padding-top: 75px;
    }

    .banner-image {
        margin-top: 35px;
        text-align: center;
    }

    .banner-image img,
    .user-interact-image img {
        max-height: 430px;
        object-fit: contain;
    }

    .post-image img,
    .post-image1 img {
        height: 190px;
    }

.legacy-download-grid > [class*="col-"] {
        margin-bottom: 30px;
    }
}

/* The converted theme does not embed Owl video items. */
.owl-carousel .owl-video-play-icon {
    background-image: none;
}
