/**
 * SphereNexus Editorial Pro v2.5.6
 * All-light homepage editorial panels and refined featured ribbon.
 */

/* Education & Entertainment sticky panel: light editorial card. */
.sn-editor-v24-section .sn-most-read-v22-panel.sn-editor-category-panel {
    background: #fff !important;
    border: 1px solid #d7e4e9 !important;
    box-shadow: 0 18px 44px rgba(9, 34, 58, .08) !important;
}

.sn-editor-v24-section .sn-most-read-v22-panel.sn-editor-category-panel .sn-editor-v22-header {
    border-bottom-color: #dce7eb !important;
    background: linear-gradient(135deg, #f1faf9, #f7f9fd) !important;
}

.sn-editor-v24-section .sn-most-read-v22-panel.sn-editor-category-panel .sn-editor-v22-icon {
    color: #078f89 !important;
    background: #e1f5f3 !important;
}

.sn-editor-v24-section .sn-most-read-v22-panel.sn-editor-category-panel .sn-editor-v22-title-group > div > span {
    color: #078f89 !important;
}

.sn-editor-v24-section .sn-most-read-v22-panel.sn-editor-category-panel .sn-editor-v22-title-group h2 {
    color: #09223a !important;
}

.sn-editor-category-group + .sn-editor-category-group {
    border-top-color: #dce7eb !important;
}

.sn-editor-category-group__heading h3 {
    color: #078f89 !important;
}

.sn-editor-category-group__heading > a {
    color: #17334c !important;
    border-color: #cddde2 !important;
    background: #f6fafb !important;
}

.sn-editor-category-story + .sn-editor-category-story {
    border-top-color: #e2eaed !important;
}

.sn-editor-category-story__image {
    background: #eef4f5 !important;
    box-shadow: 0 6px 16px rgba(9, 34, 58, .08);
}

.sn-editor-category-story h4,
.sn-editor-category-story h4 a {
    color: #102c44 !important;
}

.sn-editor-category-story div > span {
    color: #748497 !important;
}

/* Small left-side cut ribbon instead of the full-width Featured bar. */
.sn-editor-v22-feature .sn-editor-v22-badge {
    display: inline-flex !important;
    position: relative;
    width: fit-content !important;
    min-width: 0 !important;
    max-width: max-content !important;
    margin: 0 0 12px !important;
    padding: 7px 19px 7px 11px !important;
    border: 0 !important;
    border-radius: 4px 0 0 4px !important;
    color: #fff !important;
    background: #079c96 !important;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 6px 50%);
    font-size: 8px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: none !important;
    align-self: flex-start !important;
    flex: 0 0 auto !important;
}

.sn-editor-v22-feature .sn-editor-v22-badge .sn-icon {
    width: 11px !important;
    height: 11px !important;
}

@media (max-width: 940px) {
    .sn-editor-category-group + .sn-editor-category-group {
        border-left-color: #dce7eb !important;
    }
}
