@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.card-body {
    padding: 1rem;
}

@media (min-width: 576px) {
    .card-columns.card-columns-categories {
        column-count: 4;
    }
}

@media (max-width: 767px) {

    .article-post-slug.box {
        padding: 0;
        box-shadow: none;
        border: none !important;
    }

    body.body-post-slug {
        background-color: var(--bs-white);
    }

    body.darkmode.body-post-slug {
        background-color: var(--moca-dark);
    }

    .post-content img {
        cursor: inherit;
    }

    .post-publish-info {
        margin-bottom: 5px;
    }

    .profile-mobile {
        position: relative;
    }

    .card-bkimg-container {
        height: 95px;
    }

    .card-bkimg {
        margin-left: -63px !important;
        margin-top: -124px !important;
        min-width: 141% !important;
    }

    .blogger-head-pic {
        height: 65px !important;
        width: 65px !important;
    }

    .blogger-intro-content {
        color: var(--bs-white);
        padding: 15px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .blogger-intro-content h4 {
        background-color: var(--transparent-light-20);
        border-radius: 5px;
        color: var(--bs-white);
        font-size: 1rem;
        padding: 5px;
        text-shadow: 2px 0 2px #000;
        transform: translate(0, 50%);
    }

    .navbar .nav-item {
        margin: 0 !important;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
        font-size: 1rem;
    }

    .pagination {
        margin: 10px 0;
    }

    .post-summary-text {
        line-height: 22px;
    }

    .post-summary-box {
        margin-left: 0 !important;
    }

    .article-post-summary {
        border-bottom: 1px solid var(--gray-2);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .lightswitch {
        bottom: 100px;
        right: 10px;
    }
}

/* iPad Pro 1024*1366 */
@media (width: 1024px) {
    .search-form {
        max-width: 212px !important;
    }

    .form-control#term {
        width: 173px !important;
    }
}