/* outstanding.html */

.section-outstanding .category-title h4 {
    font-weight: 600;
}

.section-outstanding .post {
    margin-bottom: 24px;
}

.section-outstanding .meta-data {
    font-size: 12px;
    padding: 2px 4px;
    color: #777777;
}

.section-outstanding .post-title {
    text-decoration: none;
    color: #1b9dff !important;
    font-size: 20px;
    height: 48px;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-outstanding .post-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 86px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-outstanding .post-image {
    margin-bottom: 24px;
}

.section-outstanding .day {
    color: #1b9dff;
    font-size: 18px;
    padding: 10px;
    background-color: #f7f7f7;
}

.section-outstanding .month {
    color: white;
    font-size: 10px;
    padding: 2px 10px;
    background-color: #1b9dff;
    white-space: nowrap;
}

.section-outstanding .post-content {
    padding-left: 14px;
}

.section-outstanding .post-content p {
    font-size: 14px;
}

.section-outstanding .post-meta i {
    font-size: 12px;
    padding-right: 2px;
    color: #777777;
}

.section-outstanding .post-meta a {
    font-size: 12px;
    padding-right: 2px;
    color: #1b9dff;
    text-decoration: none;
}

.section-outstanding .post-meta a {
    font-size: 12px;
    padding: 2px 8px;
}

.section-outstanding .post-btn {
    border-color: #cccccc #cccccc #b3b3b3;
    color: #777777;
    font-size: 10px;
    padding: 3px 8px;
}

.section-outstanding .post-btn:hover {
    background-color: #f2f2f2;
}

.section-outstanding h4 {
    font-size: 20px;
}

.section-outstanding .mode {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.section-outstanding .list-mode h4 {
    font-size: 20px;
    color: lightslategray;
}

.section-outstanding .list-row-title-font {
    color: lightslategray;
}

.section-outstanding .list-row-font {
    font-size: 14px;
    text-decoration: none;
}

.section-outstanding .list-row {
    border-bottom: 1px lightslategray solid;
    padding: 5px 0px;
    color: black
}

.section-outstanding .passed_messages .list-row {
    color: lightslategray
}

.section-outstanding .active-btn {
    color: white !important;
    background-color: black !important;
}

.section-outstanding .mode-btn {
    border: 2px solid #212529;
    background-color: white;
    color: #212529;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    margin: 2px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.section-outstanding .mode-btn:hover {
    color: white;
    background-color: black;
}

.section-outstanding .news-toplist-focus {
    position: absolute;
    width: 300px;
}

.section-outstanding .scroll-top-btn {
    transition: opacity 0.3s;
    background: #404040;
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    font-size: 10px;
    color: white;
    opacity: 0;
}

.section-outstanding .scroll-top-btn:hover {
    opacity: 0.75;
    color: #1b9dff;
}

.section-outstanding .scroll-top-btn-show {
    opacity: 0.75;
}

.section-outstanding .passday {
    color: lightslategray;
}

.section-outstanding .passmonth {
    color: white;
    background-color: lightslategray;
}

.section-outstanding .list-row:hover {
    color: white;
    background-color: lightblue;
}

.section-outstanding .bottom-divider {
    border: 0;
    opacity: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin: 20px auto;
    width: 80%;
}