.web4t-topview-toolbar {
    box-sizing: border-box;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 28px;
}

.web4t-topview-nav,
.web4t-topview-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    max-width: 100%;
}

.web4t-topview-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #e1e3e5;
    border-radius: 50%;
    color: #67686e;
    text-decoration: none;
    background: #fff;
    transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.web4t-topview-nav-button .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-indent: initial;
}

.web4t-topview-nav-button .fa-angle-left {
    transform: translateX(-1px);
}

.web4t-topview-nav-button .fa-angle-right {
    transform: translateX(1px);
}

.web4t-topview-nav-button:hover,
.web4t-topview-nav-button:focus {
    background: #f8f9fa;
    border-color: #bfc4c8;
    color: #222;
}

.web4t-topview-nav-button.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.web4t-topview-current {
    min-width: 138px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.web4t-topview-field {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    height: 40px;
    min-width: 0;
    max-width: 100%;
    border: 1px solid #d9dcdf;
    background: #fff;
    overflow: hidden;
    padding-right: 5px;
}

.web4t-topview-field-label {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    border-right: 1px solid #e5e7e9;
    color: #67686e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.web4t-topview-select {
    box-sizing: border-box;
    min-width: 74px;
    max-width: 100%;
    height: 38px;
    border: 0;
    background: #fff;
    color: #333;
    padding: 0 28px 0 10px;
}

.web4t-topview-submit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    border: 1px solid #d9dcdf;
    background: #f8f8f8;
    color: #333;
    padding: 0 14px;
    cursor: pointer;
    font-weight: 600;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.web4t-topview-submit:hover,
.web4t-topview-submit:focus {
    background: #fff;
    border-color: #bfc4c8;
}

.latestPost.web4t-topview-post {
    width: 30.6%;
    min-height: 645px;
    margin-bottom: 40px;
}

.web4t-topview-post .title {
    max-height: 50px;
}

.web4t-topview-empty {
    clear: both;
    margin: 0 0 30px;
}

@media (min-width: 866px) {
    .web4t-topview-toolbar {
        padding-right: 34px;
    }
}


@media (min-width: 1280px) {
    .web4t-topview-post .featured-thumbnail img {
        width: 370px;
    }
}

@media (max-width: 865px) {
    .web4t-topview-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .web4t-topview-nav {
        justify-content: center;
    }

    .web4t-topview-filter {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        width: 100%;
    }

    .web4t-topview-toolbar-year {
        align-items: center;
    }

    .web4t-topview-toolbar-year .web4t-topview-nav {
        display: none;
    }

    .web4t-topview-toolbar-year .web4t-topview-filter {
        display: grid;
        grid-template-columns: minmax(0, 260px);
        justify-content: center;
        width: 100%;
    }

    .web4t-topview-field {
        width: 100%;
    }

    .web4t-topview-select {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .web4t-topview-submit {
        justify-content: center;
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .web4t-topview-title {
        font-size: 36px;
        line-height: 1.12;
        margin-bottom: 24px;
    }

    .web4t-topview-toolbar {
        gap: 14px;
        margin-bottom: 24px;
    }

    .web4t-topview-nav {
        gap: 8px;
    }

    .web4t-topview-nav-button {
        width: 32px;
        height: 32px;
    }

    .web4t-topview-current {
        min-width: 120px;
        font-size: 17px;
    }

    .web4t-topview-field {
        height: 44px;
    }

    .web4t-topview-field-label {
        flex: 0 0 62px;
        min-width: 0;
        justify-content: center;
        padding: 0 8px;
        font-size: 13px;
    }

    .web4t-topview-select {
        height: 42px;
        font-size: 16px;
        padding: 0 24px 0 6px;
        text-align: right;
        text-align-last: right;
    }

    .web4t-topview-submit {
        height: 44px;
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .web4t-topview-title {
        font-size: 32px;
    }

    .web4t-topview-filter {
        grid-template-columns: 1fr;
    }

    .web4t-topview-current {
        min-width: 112px;
        font-size: 16px;
    }
}
