.ndnr-md-container {
    width: 100%;
    margin: 20px 0;
    font-family: inherit;
    box-sizing: border-box
}

.ndnr-md-hero {
    display: flex;
    gap: 0;
    margin-bottom: 40px;
    height: 608px
}

.ndnr-md-hero-primary {
    flex: 0 0 456px !important;
    width: 456px !important;
    height: 608px;
    background: #f0f0f0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: -17px 14px rgba(0, 0, 0, .1)
}

.ndnr-md-featured-image img {
    width: 456px;
    height: 608px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.ndnr-md-hero-side {
    flex: 1;
    height: 608px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box
}

.ndnr-md-post-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ndnr-md-post-list li {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.ndnr-md-post-list li:last-child {
    border-bottom: none
}

.ndnr-md-post-list a {
    text-decoration: none;
    color: inherit;
    display: block
}

.ndnr-md-title,
.entry-title {
    margin: 0 0 5px 0;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    transition: color .3s ease
}

.ndnr-md-post-list a:hover .entry-title,
.ndnr-md-post-list a:hover .ndnr-md-title {
    color: #0079C2
}

.ndnr-md-side-excerpt {
    font-size: .9rem;
    line-height: 1.4;
    color: #555;
    margin-top: 5px
}

.ndnr-md-author {
    color: #0079C2;
    font-weight: 300;
    text-decoration: underline
}

.ndnr-md-toc {
    position: absolute;
    bottom: 0;
    right: 0
}

.ndnr-md-toc a {
    font-weight: 700;
    font-size: .9rem;
    color: var(--ndnr-accent-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background: #fff;
    padding-left: 5px
}

.ndnr-md-custom-image {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-height: 250px;
    overflow: hidden
}

.ndnr-md-custom-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block
}

.ndnr-md-archive-strip {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding: 0 0 20px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.ndnr-md-archive-strip::-webkit-scrollbar {
    display: none
}

.ndnr-md-archive-item {
    flex: 0 0 184px;
    display: flex;
    justify-content: center;
    transition: transform .3s ease
}

.ndnr-md-archive-item.is-active img {
    border: 3px solid var(--ndnr-accent-color)
}

.ndnr-md-archive-item.is-active .ndnr-md-archive-title {
    color: var(--ndnr-accent-color) !important
}

.ndnr-md-archive-item.is-loading {
    opacity: .6;
    cursor: wait
}

.ndnr-md-archive-item a {
    text-decoration: none;
    display: block
}

.ndnr-md-archive-item img {
    width: 184px;
    height: 245px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    transition: filter .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.ndnr-md-archive-item:hover img {
    filter: brightness(.8);
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: -5px 5px rgba(0, 0, 0, .1)
}

.ndnr-md-archive-title {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    color: #0079C2 !important;
    line-height: 1.2
}

.ndnr-md-archive-placeholder {
    width: 184px;
    height: 245px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .85rem;
    padding: 15px;
    box-sizing: border-box
}

@media (max-width: 991px) {
    .ndnr-md-hero {
        flex-direction: column;
        height: auto
    }

    .ndnr-md-hero-primary {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: auto
    }

    .ndnr-md-featured-image img {
        width: 100%;
        height: auto
    }

    .ndnr-md-hero-side {
        padding-left: 0;
        height: auto;
        margin-top: 30px
    }

    .ndnr-md-post-list {
        height: auto;
        gap: 20px
    }

    .ndnr-md-post-list li {
        padding-bottom: 20px
    }

    .ndnr-md-toc {
        position: relative;
        text-align: right;
        margin-top: 30px
    }

    .ndnr-md-archive-strip {
        overflow-x: auto;
        scrollbar-width: auto
    }

    .ndnr-md-archive-strip::-webkit-scrollbar {
        display: block;
        height: 6px
    }
}

.ndnr-md-sponsored-badge {
    margin-top: 5px;
    margin-bottom: 5px
}

.ndnr-md-sponsored-badge img {
    max-width: 130px !important;
    height: auto;
    display: block
}

.ndnr-video-featured-layout {
    display: flex;
    gap: 30px;
    width: 100%
}

.ndnr-video-hero {
    flex: 1;
    position: relative;
    overflow: hidden
}

.ndnr-video-hero-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.ndnr-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent 40%, transparent);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none
}

.ndnr-video-link {
    text-decoration: none;
    display: block
}

.ndnr-video-meta {
    margin-bottom: 65px !important;
    pointer-events: auto
}

.ndnr-video-title {
    color: #fff !important;
    margin: 0 0 5px 0 !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    line-height: 1.2
}

.ndnr-video-title a,
.ndnr-video-date a {
    color: #fff !important;
    text-decoration: none !important
}

.ndnr-video-title a:hover,
.ndnr-video-date a:hover {
    text-decoration: underline !important
}

.ndnr-video-date {
    color: rgba(255, 255, 255, .9);
    font-size: .95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.ndnr-video-secondary-stack {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ndnr-video-small-item {
    width: 100%
}

.ndnr-video-small-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.ndnr-video-small-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
    margin: 0 !important
}

.ndnr-video-small-title a {
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    display: block
}

.ndnr-video-small-title a:hover {
    text-decoration: underline !important
}

.ndnr-video-small-title a,
.ndnr-video-title a {
    text-decoration: none;
    color: inherit !important
}

.ndnr-video-small-title a:hover,
.ndnr-video-title a:hover {
    text-decoration: underline
}

.ndnr-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 10;
    border-radius: inherit;
    overflow: hidden
}

.ndnr-inline-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ndnr-video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .8);
    border: none;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    z-index: 20;
    transition: background .2s;
    padding: 0
}

.ndnr-video-close:hover {
    background: #fff;
    color: #d63638
}

.ndnr-play-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), background .3s ease;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.ndnr-play-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
    margin-left: 5px
}

.ndnr-video-link:hover .ndnr-play-icon {
    transform: scale(1.1);
    background: #fff
}

.ndnr-play-icon.small {
    width: 45px;
    height: 45px;
    bottom: 15px;
    left: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.ndnr-play-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #000;
    margin-left: 4px
}

.ndnr-play-icon.small::after {
    border-width: 8px 0 8px 13px;
    margin-left: 3px
}

@media (max-width: 991px) {
    .ndnr-video-featured-layout {
        flex-direction: column
    }

    .ndnr-video-secondary-stack {
        flex: 1
    }

    .ndnr-video-title {
        font-size: 1.4rem !important
    }
}

.ndnr-md-layout-manual .ndnr-md-hero {
    height: auto;
    min-height: 608px
}

.ndnr-md-layout-manual .ndnr-md-hero-side {
    height: auto;
    min-height: 608px;
    padding-left: 0 !important;
    flex: 0 0 100% !important;
    width: 100% !important
}

.ndnr-md-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 25px 0 10px 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.ndnr-md-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: .9rem;
    font-weight: 600;
    transition: all .3s ease;
    background: #fff
}

.ndnr-md-pagination .page-numbers:hover,
.ndnr-md-pagination .page-numbers.current {
    background-color: var(--ndnr-accent-color, #0079C2);
    border-color: var(--ndnr-accent-color, #0079C2);
    color: #fff !important
}

.ndnr-md-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #666;
    padding: 8px 4px
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-post-list {
    display: block !important
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-post-list li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 35px !important
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-post-list li:last-child {
    margin-bottom: 10px !important
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .entry-title {
    color: #383838 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-post-list a:hover .entry-title {
    color: #0577BD !important
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-author {
    color: #35A7C4 !important;
    font-size: .95rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
    display: inline-block
}

.ndnr-md-layout-manual[id^="ndnr-md-display-"] .ndnr-md-excerpt-text {
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
    margin-top: 10px !important;
    font-weight: 300 !important
}

.ndnr-md-layout-current_past .ndnr-md-current-past-primary {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    height: 608px
}

.ndnr-md-layout-current_past .ndnr-md-col-left {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column
}

.ndnr-md-layout-current_past .ndnr-md-col-left img,
.ndnr-md-layout-current_past .ndnr-md-col-left .ndnr-md-image-placeholder {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.ndnr-md-layout-current_past .ndnr-md-col-left h2 {
    margin: 15px 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ndnr-title-color, #000)
}

.ndnr-md-layout-current_past .ndnr-md-col-left h2 a {
    text-decoration: none;
    color: inherit
}

.ndnr-md-layout-current_past .ndnr-md-col-left h2 a:hover {
    color: var(--ndnr-accent-color, #0079C2)
}

.ndnr-md-layout-current_past .ndnr-md-col-middle {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column
}

.ndnr-md-layout-current_past .ndnr-label-menu {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ndnr-md-layout-current_past .ndnr-nav-btn {
    width: 100%;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: all .25s ease;
    outline: none
}

.ndnr-md-layout-current_past .ndnr-nav-btn:hover,
.ndnr-md-layout-current_past .ndnr-nav-btn:focus {
    color: var(--ndnr-accent-color, #0079C2);
    border-color: var(--ndnr-accent-color, #0079C2);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}

.ndnr-md-layout-current_past .ndnr-nav-btn.ndnr-active {
    color: #fff;
    background: var(--ndnr-accent-color, #0079C2);
    border-color: var(--ndnr-accent-color, #0079C2);
    box-shadow: 0 4px 12px rgba(0, 121, 194, .2)
}

.ndnr-md-layout-current_past .ndnr-md-col-right {
    flex: 0 0 55%;
    max-width: 55%;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    border-left: 1px solid #eee;
    padding-left: 20px;
    box-sizing: border-box
}

.ndnr-md-layout-current_past .ndnr-md-col-right.scrollable::-webkit-scrollbar {
    width: 6px
}

.ndnr-md-layout-current_past .ndnr-md-col-right.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.ndnr-md-layout-current_past .ndnr-md-col-right.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.ndnr-md-layout-current_past .ndnr-md-col-right.scrollable::-webkit-scrollbar-thumb:hover {
    background: #999
}

.ndnr-md-layout-current_past .ndnr-mapped-categories {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item {
    display: flex;
    flex-direction: column;
    transition: transform .3s ease
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item:hover {
    transform: translateY(-4px)
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item a {
    text-decoration: none;
    color: inherit;
    display: block
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item img,
.ndnr-md-layout-current_past .ndnr-mapped-placeholder {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    display: block;
    margin-bottom: 10px
}

.ndnr-md-layout-current_past .ndnr-mapped-placeholder {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: .9rem;
    font-weight: 600
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item h3 {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    text-align: center;
    color: var(--ndnr-title-color, #000)
}

.ndnr-md-layout-current_past .ndnr-mapped-cat-item a:hover h3 {
    color: var(--ndnr-accent-color, #0079C2)
}

.ndnr-md-layout-current_past .ndnr-no-mappings {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 35px
}

.ndnr-md-layout-current_past .ndnr-md-archive-row {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    overflow-x: auto
}

.ndnr-md-layout-current_past .ndnr-md-archive-row::-webkit-scrollbar {
    display: none
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-item {
    flex: 0 0 184px;
    text-align: center;
    transition: transform .3s ease
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-item:hover {
    transform: translateY(-4px)
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-item a {
    text-decoration: none;
    color: inherit;
    display: block
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-item img,
.ndnr-md-layout-current_past .ndnr-md-archive-row-placeholder {
    width: 184px;
    height: 245px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    display: block;
    margin-bottom: 8px
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-placeholder {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: .9rem;
    font-weight: 600
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ndnr-title-color, #000)
}

.ndnr-md-layout-current_past .ndnr-md-archive-row-item a:hover .ndnr-md-archive-row-title {
    color: var(--ndnr-accent-color, #0079C2)
}

@media (max-width: 991px) {
    .ndnr-md-layout-current_past .ndnr-md-current-past-primary {
        flex-direction: column;
        height: auto
    }

    .ndnr-md-layout-current_past .ndnr-md-col-left {
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 25px
    }

    .ndnr-md-layout-current_past .ndnr-md-col-left img {
        height: auto;
        aspect-ratio: 3 / 4
    }

    .ndnr-md-layout-current_past .ndnr-md-col-middle {
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 25px
    }

    .ndnr-md-layout-current_past .ndnr-label-menu {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .ndnr-md-layout-current_past .ndnr-nav-btn {
        width: auto;
        white-space: nowrap
    }

    .ndnr-md-layout-current_past .ndnr-md-col-right {
        flex: 0 0 auto;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #eee;
        padding-top: 25px;
        height: auto
    }
}