/* Responsive rules moved from ../news1.css. Keep this file loaded immediately after news1.css. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-one__content {
        padding: 30px 30px 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-one__title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 991.98px) {
    .news-details > .custome-container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .news-details > .custome-container > .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .news-details .sidebar,
    .news-details .sidebar__search,
    .news-details .sidebar__post {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .post-file-downloads {
        margin-bottom: 26px;
    }

    .post-download-item {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        padding: 12px;
    }

    .post-download-file-icon {
        width: 38px;
        height: 38px;
    }

    .post-download-btn {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 38px;
        align-self: stretch;
    }
}
