/*NC Live Center Extension CSS*/
/*Begin extension CSS 16152, Avatar */
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;overflow:hidden}.ncpost-avatar-container .ncpost-avatar-image{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.ncpost-avatar-container .ncpost-avatar-image svg{width:100%}.lc-feed-container .ncpost-container{position:relative}.lc-feed-container .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.posts-view .ncpost-container{position:relative}.posts-view .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.posts-view .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.posts-view .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 16152, Avatar */

/*Begin extension CSS 16154, Key Events*/
.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container .key-event {
        display: flex;
        padding: 5px 0;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time {
        white-space: nowrap;
        text-align: right;
        margin-right: 10px;
        color: #a5a5a5;
        display: flex;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-time::after {
            display: flex;
            width: 5px;
            height: 5px;
            flex-shrink: 0;
            border-radius: 10px;
            background-color: #1b1b1b;
            content: "";
            margin-left: 10px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event-title {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-title a {
            margin-left: 4px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
        display: none !important;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-linked {
    padding-right: 35px;
    position: relative;
    margin-bottom: 30px;
}

    .ncpost-linked .ncpost-container {
        margin-bottom: 0;
    }

    .ncpost-linked .ncpost-linked-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}
/*End extension CSS 16154, Key Events*/

/*Begin extension CSS 16157, Icon library*/
.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{position:relative;}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px;}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%;}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%;}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px;}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative;}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px;}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%;}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%;}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px;}}
/*End extension CSS 16157, Icon library*/

/*Begin extension CSS 16159, NZZ Image*/
.image-render-error{padding:20px;border-radius:4px;text-align:center;font-weight:500}.image-container{margin:20px 0;padding:0;border:none}.image-image{width:100%;height:auto;display:block;border-radius:4px}.lc-dark-mode .image-credits{color:#999!important}.lc-sports-skin .image-credits{color:#ffffff87!important}.lc-white-theme .image-credits{color:#0000008f!important}
/*End extension CSS 16159, NZZ Image*/

/*Begin extension CSS 16165, User Contribution enable*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:230px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}
/*End extension CSS 16165, User Contribution enable*/

/*Begin extension CSS 16167, Video*/
body {
}
.lc-video-stream {
    position: relative;
    padding-top: 56.25%;
}

.ncpost-content .bunny-video-info {
    display: none;
}
/*End extension CSS 16167, Video*/

/*Begin extension CSS 16170, Gif*/

/*End extension CSS 16170, Gif*/

/*Begin extension CSS 16171, Tags filtering*/
.ncpost-tags{display:flex;align-items:center;justify-content:start;margin-top:15px;}.ncpost-tags .ncpost-tag{display:inline-flex;font-size:14px;padding:10px 13px;border-radius:4px;background-color:#f2f2f2;cursor:pointer;transition:all ease-in-out .3s;margin-right:5px;}.ncpost-tags .ncpost-tag:hover{opacity:.8;}.tags-group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin:15px 0;}.tags-group .filtered-tag{padding:10px 13px;background-color:#f2f2f2;border-radius:4px;}.tags-group .filter-close-selection{margin-left:8px;cursor:pointer;}
/*End extension CSS 16171, Tags filtering*/

/*Begin extension CSS 16173, Link Card 2.0*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-decoration: unset;
    padding: 20px;
}

@media (max-width: 500px) {
    .ncpost-link-card {
        flex-direction: column;
        align-items: center;
    }
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 500px) {
    .ncpost-link-card img {
        width: 100%;
    }
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}

/*End extension CSS 16173, Link Card 2.0*/

/*Begin extension CSS 18947, NZZ JW Video*/
.jw-renderer-wrapper{margin:20px 0}.jw-renderer-container{max-width:640px;margin:0 auto}.jw-renderer-player{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:8px;overflow:hidden;margin-bottom:12px}.jw-renderer-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.jw-renderer-title{font-size:16px;font-weight:700;margin-bottom:6px;color:#333}.jw-renderer-metadata{font-size:14px;color:#666}.jw-renderer-duration{margin-right:12px}.jw-renderer-description{font-size:14px;color:#333;margin-top:8px;line-height:1.5}.jw-renderer-source{font-size:13px;color:#666;margin-top:6px;font-style:italic}.jw-renderer-caption{margin-top:16px;gap:4px}.jw-caption-text{width:100%;max-width:816px;font-size:14px;line-height:1.57;color:#333;margin:0;margin-bottom:4px}.jw-credits{display:flex;justify-content:flex-end;width:100%;font-size:10px;color:#666;text-align:right;margin:0}@media (min-width:768px){.jw-renderer-caption{display:flex;justify-content:space-between;gap:16px}.jw-caption-text{font-size:16px;line-height:1.62}.jw-credits{text-align:right}}@media (max-width:767px){.jw-renderer-caption:has(.jw-caption-text) .jw-credits{width:100%;justify-content:flex-start;text-align:left}}.jw-renderer-caption:not(:has(.jw-caption-text)) .jw-credits{justify-content:flex-start;text-align:left}.jw-renderer-error{padding:20px;text-align:center;color:#c00;border:1px solid #c00;border-radius:4px}@media (max-width:640px){.jw-renderer-container{max-width:100%}}
/*End extension CSS 18947, NZZ JW Video*/

/*Begin extension CSS 19334, Sharing*/
.posts-view .share-icons-container{pointer-events:none;}.share-icons-top .ncpost-container share:first-of-type{display:flex;}.share-icons-bottom .ncpost-container share:last-of-type{display:flex;}.share-icons-container{display:none;align-items:center;margin:0 0 10px 0;}.share-icons-container .share-icons{display:flex;}.share-icons-container .share-icon{display:inline-flex;margin-right:5px;padding:3px;}.share-icons-container .share-icon svg{fill:#000;width:14px;}.share-icons-container .share-icon-link-success{position:absolute;top:-25px;background-color:#fff;padding:6px 8px;font-size:12px;color:#000;box-shadow:0 2px 9px rgba(0,0,0,.1);border-radius:3px;}
/*End extension CSS 19334, Sharing*/

/*Begin extension CSS 19335, Skin design*/
@font-face{font-family:NZZ Sans;src:url(https://www.nzz.ch/assets/fonts/gt-america-standard--regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NZZ Sans;src:url(https://www.nzz.ch/assets/fonts/gt-america-standard--medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:nzz-sans-serif;src:url(https://www.nzz.ch/assets/fonts/gt-america-standard--regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:nzz-sans-serif;src:url(https://www.nzz.ch/assets/fonts/gt-america-standard--medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"NZZ Serif";src:url(https://www.nzz.ch/assets/fonts/pensumpro-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"NZZ Serif";src:url(https://www.nzz.ch/assets/fonts/pensumpro-medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap;font-variant-numeric:lining-nums;font-feature-settings:"lnum"}@font-face{font-family:"NZZ Serif";src:url(https://www.nzz.ch/assets/fonts/pensumpro-regularitalic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"NZZ Serif";src:url(https://www.nzz.ch/assets/fonts/pensumpro-mediumitalic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"NZZ Serif Alt";src:url(https://www.nzz.ch/assets/fonts/pensumdisplay-book.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.lc-default-theme{background-color:transparent}.lc-feed-container{font-family:"NZZ Sans","Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman","Droid Serif",Times,"Source Serif Pro",serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-feature-settings:"calt" off;color:#000;max-width:640px}.lc-feed-container .lc-load-more{background-color:#121212;color:#fff;border-radius:4px;padding:12px;font-size:15px;font-weight:400;line-height:18px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .lc-load-more:hover{background-color:#121212;opacity:.75}.lc-feed-container .ncpost-new-comment-panel{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-new-comment-panel .ncpost-upload-button{position:initial;justify-content:end}.lc-feed-container .ncpost-new-comment-panel .inline-button{position:initial;align-items:start}.lc-feed-container .ncpost-new-comment-panel>div{display:flex;flex-direction:column;gap:10px;font-size:16px;line-height:19.2px;color:#000}.lc-feed-container .ncpost-new-comment-panel>div input{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div input::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel>div textarea{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div textarea::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit{border-radius:4px;padding:12px;margin:0;color:#fff;font-size:15px;font-weight:400;line-height:18px;background-color:#121212;align-self:self-end;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:hover{opacity:.75}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit b{font-weight:normal}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit i{font-style:normal;display:none}.lc-feed-container .ncpost-channelcontent-container{display:flex;flex-direction:column;gap:30px}.lc-feed-container .ncpost-channelcontent-container .feed-football:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .typing-enabled:has(>.typing-container:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{display:flex;flex-direction:column;gap:11px;margin-bottom:0;font-family:"NZZ Serif",serif;color:#121212;font-size:20px;line-height:32px}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container h5{font-weight:700;color:#000;color:#121212;font-size:20px;line-height:32px}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p{margin:0;font-size:20px;line-height:32px;color:#121212}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p a{color:#121212;font-size:20px;line-height:32px}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ol,.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ul{padding-left:0;font-size:20px;line-height:32px;color:#121212}@media(max-width:500px){.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ol,.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ul{padding-left:20px}}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ol a,.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ul a{color:#121212}.lc-feed-container .ncpost-channelcontent-container .key-events-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group{margin-bottom:16px}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-left-col .key-event-time::after{display:none!important}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#000;padding:0;position:relative;font-weight:400;font-size:18px;line-height:28px}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title::before{position:absolute;left:-10px;top:12px;content:'';width:4px;height:4px;background:#000;border-radius:50%}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time{color:#6b7280;font-size:14px;line-height:16.94px;margin:0;text-align:left;display:none}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::before{width:10px;height:10px;border-radius:50%;content:" ";display:block;background-color:#cfcfcf;position:absolute;left:0;right:auto;top:3px;z-index:99}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{width:2px;height:60px;content:" ";display:block;background-color:#cfcfcf!important;position:absolute;left:-6px;top:7px;right:auto;z-index:98}@media(max-width:500px){.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{height:70px}}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event{padding:0;cursor:pointer;color:#6b65eb;font-size:16px;line-height:19.2px;min-width:75px;text-decoration:none;font-weight:400}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event:hover{text-decoration:underline}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event::before{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8183 19.9717C11.9383 20.0217 12.0783 20.0217 12.1983 19.9717C12.2583 19.9417 12.3183 19.9117 12.3583 19.8617L19.8583 12.3617C20.0583 12.1617 20.0583 11.8517 19.8583 11.6517C19.6583 11.4517 19.3483 11.4517 19.1483 11.6517L12.4983 18.3017L12.4983 4.51172C12.4983 4.23172 12.2783 4.01172 11.9983 4.01172C11.7183 4.01172 11.4983 4.23172 11.4983 4.51172L11.4983 18.3017L4.84828 11.6517C4.64828 11.4517 4.33828 11.4517 4.13828 11.6517C4.03828 11.7517 3.98828 11.8817 3.98828 12.0017C3.98828 12.1217 4.03828 12.2617 4.13828 12.3517L11.6383 19.8517C11.6383 19.8517 11.7383 19.9317 11.7983 19.9617L11.8183 19.9717Z" fill="%23121212"/></svg>');width:24px;height:24px}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event::before:hover{opacity:.75}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle{width:100%;text-align:center;border:1px solid #01bbb0;padding:10px 15px;border-radius:5px;color:#01bbb0;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:5px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%2301bbb0"/></svg>')}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter>div:first-child{display:none}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group{display:flex}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label{padding:10px 15px 10px 15px;border:1px solid #e5e7eb;background:#fff;color:#000;font-size:14px;font-weight:400;line-height:16.94px}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-child{border-radius:4px 0 0 4px;border-right:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-child{border-radius:0 4px 4px 0;border-left:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active{color:#fff;background:#121212;border:0}.lc-feed-container .ncpost-channelcontent-container div:has(>.tags-group:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group{margin:0}.lc-feed-container .ncpost-channelcontent-container .tags-group:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag .filter-text{display:flex;align-items:center}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag .filter-text:hover{opacity:.75}.lc-feed-container .ncpost-list-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-container{display:flex!important;flex-direction:column;gap:10px;background-color:#fff;border-radius:0;color:#000;font-size:16px;line-height:19.2px;box-shadow:none;padding:24px 0 0;border-top:1px solid #bfbfbf;overflow:visible;margin-bottom:46px}.lc-feed-container .ncpost-container .jw-renderer-wrapper{font-family:'NZZ Sans',sans-serif!important}.lc-feed-container .ncpost-container.ncpost-importance-2{border-bottom:0;border-top:6px solid #ff9b70;display:flex!important}.lc-feed-container .ncpost-container.ncpost-importance-3{border-bottom:0;border-top:6px solid #e9006b;display:flex!important}.lc-feed-container .ncpost-container .ncpost-avatar-container{top:112px;left:0;border-radius:50%;width:32px;height:32px}.lc-feed-container .ncpost-container .ncpost-header{margin:0;flex-direction:column;padding:0!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-date{color:#121212;font-weight:500;font-size:22px;line-height:30px;padding-bottom:56px;height:86px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info{display:flex;flex-direction:column;gap:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{margin:0;color:#434343;font-size:14px;line-height:14px;font-style:normal;font-weight:500}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#e11d48!important;font-size:14px;line-height:14px;font-style:normal;font-weight:400;width:fit-content}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp::after{content:"Uhr";margin-left:4px}.lc-feed-container .ncpost-container .ncpost-header-info{padding-left:40px!important}.lc-feed-container .ncpost-container .share-icons-container{margin:0;position:absolute;right:0;top:120px}.lc-feed-container .ncpost-container .share-icons-container:hover .share-icons{visibility:visible;z-index:100}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger{cursor:pointer;font-weight:400;font-size:12px;line-height:100%;display:flex;gap:5px;align-items:center;justify-content:center}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger:hover{color:#f6330a}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger:hover svg{fill:#f6330a}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger svg{fill:black;width:24px}@media(max-width:500px){.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger{margin-right:20px}}.lc-feed-container .ncpost-container .share-icons-container .share-icons{flex-direction:column;visibility:hidden;position:absolute;top:48px;right:0;background:#fff;box-shadow:0 0 16px 0 #0000003d;padding:24px 0}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before{content:"";position:absolute;top:calc(-1.5rem);left:calc(-.5rem);height:calc(135%);width:calc(105%);background:rgba(0,0,0,0);z-index:10}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before:hover{opacity:1}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before:hover{opacity:1}@media(max-width:500px){.lc-feed-container .ncpost-container .share-icons-container .share-icons{right:-15px}}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icons-title{font-weight:500;font-size:14px;line-height:22px;letter-spacing:0;padding:0 24px}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icons-list{display:flex;flex-direction:column;gap:4px;flex-wrap:wrap;max-height:176px;min-width:340px}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon{z-index:11;text-decoration:none;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0%;vertical-align:middle;display:flex;align-items:center;gap:12px;padding:12px 24px;color:#121212}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon:hover{text-decoration:underline}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#000;width:24px}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg{fill:none}.lc-feed-container .ncpost-container .ncpost-content{display:flex;flex-direction:column;gap:40px;font-size:20px;line-height:32px;color:#121212}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-content{font-size:18px;line-height:28px}}.lc-feed-container .ncpost-container .ncpost-content a{color:#121212}.lc-feed-container .ncpost-container .ncpost-content p{font-family:'NZZ Serif',serif;margin:0}.lc-feed-container .ncpost-container .ncpost-content p a{color:#121212;text-decoration:none}.lc-feed-container .ncpost-container .ncpost-content img{max-width:100%;}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed){font-family:'NZZ Serif',serif;border-left:5px solid #7c3aed;background:#f9fafb;padding:20px;color:#121212;font-size:19px;font-weight:700;margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed) p{margin:0}.lc-feed-container .ncpost-container .ncpost-link-card{gap:0;border-radius:0;border:0;background:#fff;padding:0;margin:0}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card{flex-direction:row!important;align-items:flex-start!important}}.lc-feed-container .ncpost-container .ncpost-link-card img{width:72px;height:72px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card img{width:72px!important}}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{margin:0;border-radius:0;max-width:72px;max-height:72px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{border-radius:0}}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info{display:flex;flex-direction:column;gap:5px;padding:0 20px 0 16px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{font-family:'NZZ Serif',serif;font-weight:500;margin:0;text-decoration:none;color:#121212;font-size:18px;line-height:24px;font-weight:700}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{margin:0;color:#05050591;font-size:12px;font-weight:400;line-height:12px;font-family:'NZZ Sans',sans-serif}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{font-family:'NZZ Sans',sans-serif;color:#05050591;font-size:12px;font-weight:400;line-height:16px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card{flex-direction:column}.lc-feed-container .ncpost-container .ncpost-link-card img{width:100%;max-height:200px}}.lc-feed-container .ncpost-container .ncpost-title{margin:18px 0 14px;font-weight:500;color:#121212;font-size:22px;line-height:30px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-title{font-size:20px;line-height:30px}}.lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking{padding:3px 5px;background-color:#fed130;border-radius:3px}.lc-feed-container .ncpost-container .ncpost-tags{gap:10px;margin-top:0}.lc-feed-container .ncpost-container .ncpost-tags .ncpost-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-image-byline{display:flex;justify-content:space-between;align-items:center}.lc-feed-container .ncpost-container .ncpost-image-byline{text-align:left}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#434343;font-size:16px;line-height:24px;letter-spacing:0;font-family:'NZZ Sans',sans-serif;font-weight:400}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-source{color:#05050591;font-size:10px;line-height:10px;font-family:'NZZ Sans',sans-serif;font-weight:400}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle{display:flex;align-items:center;gap:5px;color:#01bbb0;font-size:16px;font-weight:700;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%2301bbb0"/></svg>')}.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment{background-color:#f6f6f6;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#01bbb0;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment{background-color:#fff;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px;box-shadow:0 4px 10px 0 #00000014}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#01bbb0;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-linked{animation:fade-in .75s linear .45s;animation-fill-mode:both;padding:0!important}.lc-feed-container .ncpost-linked .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-pinned-post .ncpost-container{border-top:6px solid #6b65eb}.lc-feed-container .ncpost-pinned-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-importance-0:not(:has(.ncpost-content)){display:none!important}.lc-feed-container .share-icon-link-success{box-shadow:0 0 16px 0 #0000003d;background-color:#2e2e2e;padding:12px 16px;border-radius:12px;color:#fff;font-size:14px;line-height:22px;min-width:330px;right:149px;top:140px;width:342px;height:46px;transform:translateY(0);opacity:0;-webkit-animation:fadeInFromNone .5s ease-in-out;-moz-animation:fadeInFromNone .5s ease-in-out;-o-animation:fadeInFromNone .5s ease-in-out;animation:fadeInFromNone .5s ease-out;transition:opacity .5s ease-out}@media(max-width:500px){.lc-feed-container .share-icon-link-success{right:20px}}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@-moz-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@-o-keyframes fadeInFromNone{0%{display:none;opacity:0;}1%{display:block;opacity:0;}100%{display:block;opacity:1;}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}.lc-feed-container .show-more-btn{text-align:center;vertical-align:middle;font-size:16px;line-height:16px;font-weight:500;border:1px solid #01010121;padding:15px 20px;border-radius:9999px;width:fit-content;margin:0 auto;cursor:pointer;color:#121211 2}.lc-feed-container .show-more-btn:hover{opacity:.8}.editor-preview-and-feed .posts-view .ncpost-container .ncpost-avatar-container{top:15px}.lc-dark-mode{background-color:transparent!important}.lc-dark-mode #master-container{font-family:"NZZ Sans","Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman","Droid Serif",Times,"Source Serif Pro",serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.lc-dark-mode .lc-feed-container{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p,.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ul,.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ol,.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container a{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event::before{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8183 19.9717C11.9383 20.0217 12.0783 20.0217 12.1983 19.9717C12.2583 19.9417 12.3183 19.9117 12.3583 19.8617L19.8583 12.3617C20.0583 12.1617 20.0583 11.8517 19.8583 11.6517C19.6583 11.4517 19.3483 11.4517 19.1483 11.6517L12.4983 18.3017L12.4983 4.51172C12.4983 4.23172 12.2783 4.01172 11.9983 4.01172C11.7183 4.01172 11.4983 4.23172 11.4983 4.51172L11.4983 18.3017L4.84828 11.6517C4.64828 11.4517 4.33828 11.4517 4.13828 11.6517C4.03828 11.7517 3.98828 11.8817 3.98828 12.0017C3.98828 12.1217 4.03828 12.2617 4.13828 12.3517L11.6383 19.8517C11.6383 19.8517 11.7383 19.9317 11.7983 19.9617L11.8183 19.9717Z" fill="%23F5F5F5"/></svg>')}.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title::before{background:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container{background-color:transparent!important;color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-link-card{background-color:transparent!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{color:#ffffff91!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{color:#ffffff91!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger svg{fill:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons{background-color:#2e2e2e!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icons-title{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg{fill:none!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg path{stroke:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link .share-icon-link-success{background-color:#f5f5f5!important;color:#121212!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-image-byline{background:transparent!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-image-byline p{padding:8px 0 0}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#dedede!important;font-style:normal;font-family:'NZZ Sans',sans-serif;font-weight:400}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-source{color:#05050591;font-style:normal;text-transform:none}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-title{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#fb7185!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{color:#dedede!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-date{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-content{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-content p{color:#f5f5f5!important}.lc-dark-mode .lc-feed-container .ncpost-container .ncpost-content p a{color:#f5f5f5!important}.lc-dark-mode .show-more-btn{border:1px solid #fafafa36!important}.lc-white-theme{background-color:#ededed!important}.lc-white-theme .lc-feed-container .ncpost-container{background-color:#ededef!important}.lc-white-theme .lc-feed-container .ncpost-container .ncpost-link-card{background-color:#ededef!important}.lc-white-theme .lc-feed-container .ncpost-container .ncpost-content{border:0!important}.lc-white-theme .lc-feed-container .ncpost-container .ncpost-content a{text-decoration:none!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger svg{fill:#000000ed!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons{background-color:#ededef!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icons-title{color:#000000ed!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon{color:#000000ed!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#000000ed!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg{fill:none!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg path{stroke:#000000ed!important}.lc-white-theme .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link .share-icon-link-success{background-color:#2b2b2b!important;color:#fff!important}.lc-sports-skin{background-color:#1b2033;padding-top:0!important}.lc-sports-skin #master-container{font-family:"NZZ Sans","Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman","Droid Serif",Times,"Source Serif Pro",serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important}.lc-sports-skin .lc-feed-container{color:#f5f5f5!important;padding:0!important}.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p,.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ul,.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container ol,.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container a{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event::before{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8183 19.9717C11.9383 20.0217 12.0783 20.0217 12.1983 19.9717C12.2583 19.9417 12.3183 19.9117 12.3583 19.8617L19.8583 12.3617C20.0583 12.1617 20.0583 11.8517 19.8583 11.6517C19.6583 11.4517 19.3483 11.4517 19.1483 11.6517L12.4983 18.3017L12.4983 4.51172C12.4983 4.23172 12.2783 4.01172 11.9983 4.01172C11.7183 4.01172 11.4983 4.23172 11.4983 4.51172L11.4983 18.3017L4.84828 11.6517C4.64828 11.4517 4.33828 11.4517 4.13828 11.6517C4.03828 11.7517 3.98828 11.8817 3.98828 12.0017C3.98828 12.1217 4.03828 12.2617 4.13828 12.3517L11.6383 19.8517C11.6383 19.8517 11.7383 19.9317 11.7983 19.9617L11.8183 19.9717Z" fill="%23F5F5F5"/></svg>')}.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title::before{background:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container{background-color:#1b2033!important;color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .scorecard-circle,.lc-sports-skin .lc-feed-container .ncpost-container .scorecard-timeline,.lc-sports-skin .lc-feed-container .ncpost-container .scorecard-dashes-line{display:none!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-link-card{background-color:#1b2033!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{color:#ffffff91!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{color:#ffffff91!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger svg{fill:#fffffff5!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons{background-color:#32384d!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icons-title{color:#fffffff5!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon{color:#fffffff5!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#fffffff5!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg{fill:none!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link svg path{stroke:#fffffff5!important}.lc-sports-skin .lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon.share-icon-copy-link .share-icon-link-success{background-color:#dfdfe1!important;color:#1b2033!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-image-byline{background:transparent!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-image-byline p{padding:8px 0 0}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#dedede!important;font-style:normal;font-family:'NZZ Sans',sans-serif;font-weight:400}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-source{color:#05050591;font-style:normal;text-transform:none}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-title{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#fb7185!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{color:#dedede!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-header .ncpost-header-date{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-content{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-content p{color:#f5f5f5!important}.lc-sports-skin .lc-feed-container .ncpost-container .ncpost-content p a{color:#f5f5f5!important;text-decoration:none!important}.lc-sports-skin .show-more-btn{border:1px solid #fafafa36!important}
/*End extension CSS 19335, Skin design*/

/*Begin extension CSS 20046, NZZ Q Element*/
.qe-renderer-wrapper{margin:20px 0}.qe-renderer-container{max-width:800px;margin:0 auto}.qe-renderer-loading{padding:40px;text-align:center;color:#666;font-size:14px}.qe-renderer-error{padding:20px;color:#c00;background:#fff5f5;border:1px solid #fcc;border-radius:4px;max-width:800px;margin:20px auto;font-size:14px;line-height:1.5}.qe-renderer-error strong{display:block;margin-bottom:8px;font-weight:600}.qe-renderer-error small{display:block;margin-top:8px;color:#666;font-size:12px}@media (max-width:800px){.qe-renderer-container{max-width:100%}}.qe-renderer-container .preview-container img{aspect-ratio:auto!important}
/*End extension CSS 20046, NZZ Q Element*/

/*Begin extension CSS 20077, Extra styles for Friday*/
.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-date {
  height: 0 !important;
  padding-bottom: 16px !Important;
}

.lc-feed-container .ncpost-container .ncpost-avatar-container {
  top: 40px !important;
}

.lc-feed-container .ncpost-container .share-icons-container {
  top: 45px !important;
}
/*End extension CSS 20077, Extra styles for Friday*/


.nc-lc-extensions-css{ display: block }