/*NC Live Center Extension CSS*/
/*Begin extension CSS 17757, Avatar */

/*End extension CSS 17757, Avatar */

/*Begin extension CSS 17759, 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: 0;
        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 17759, Key Events*/

/*Begin extension CSS 17760, Post sorting*/

/*End extension CSS 17760, Post sorting*/

/*Begin extension CSS 17764, User Contribution enable*/

/*End extension CSS 17764, User Contribution enable*/

/*Begin extension CSS 17765, Tags filtering*/
.noop {
  display: none;
}
/*End extension CSS 17765, Tags filtering*/

/*Begin extension CSS 17767, Typing animation*/

/*End extension CSS 17767, Typing animation*/

/*Begin extension CSS 17769, Billede (TV2REG) - Renderer*/
/**
 * Billede (TV2) - Renderer Styles
 * Styles for TV2REG billede renderer with CSS-only responsive handling
 * No layout shift, works for any image aspect ratio
 * OVERRIDE v.5
 */

/* MOVED all styling to the theme extensions */
/*End extension CSS 17769, Billede (TV2REG) - Renderer*/

/*Begin extension CSS 17772, Video (TV2REG) - Renderer*/
/**
 * Video (TV2) - Renderer Styles
 * Styles for TV2REG video renderer with responsive handling
 */

/* MOVED all styling to the theme extension */
/*End extension CSS 17772, Video (TV2REG) - Renderer*/

/*Begin extension CSS 17774, Artikel (TV2REG) - Renderer*/
/**
 * Article (TV2) - Renderer Styles
 * Styles for TV2REG article renderer
 */

/* MOVED all styling to the theme extensions */
/*End extension CSS 17774, Artikel (TV2REG) - Renderer*/

/*Begin extension CSS 17775, Link card*/

/*End extension CSS 17775, Link card*/

/*Begin extension CSS 17776, Translations*/

/*End extension CSS 17776, Translations*/

/*Begin extension CSS 17779, Theme (TV2REG)*/
/**
2025-12-11 - Major cleanup
- MOSO

v1.2.0

This file consists of several sections that each control different aspects of
the styling of the Norkon Live Center:

1.  The main Norkon theme - controls styling of posts and comments
2.  The image extension – controls the styling of images
3.  The video extension – controls the styling of embedded jwplayer videos
4.  The article extenstion – controls the styling of article link boxes
5.  The link card – controls the styling of the link cards (not articles)
6.  The typing animation – controls the styling of the animated typing indicator
7.  The avatar – controls the styling of the Norkon avatars
8.  Tag filters – controls the styling of the tag filter buttons
9.  Post sorting – controls the styling of the post sorting buttons
10. User contributons – controls the styling of comments etc.
11. Embed element - iframe wrapper
12. Key Events
13. Share Buttons
*/


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  1. NORKON LIVE CENTER THEME                                                    ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styles for the look and feel of the Norkon Live Center core features           ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/

/* Global Variables - Custom Properties */
:root {
    --font-family-header: "Gilroy", system-ui, sans-serif;
    --font-family-text: "Gilroy", system-ui, sans-serif;

    --px4: 0.25rem;
    --px6: 0.375rem;
    --px8: 0.5rem;
    --px10: 0.625rem;
    --px12: 0.75rem;
    --px14: 0.875rem;
    --px16: 1rem;
    --px18: 1.125rem;
    --px20: 1.25rem;
    --px22: 1.375rem;
    --px24: 1.5rem;
    --px28: 1.75rem;
    --px30: 1.875rem;
    --px32: 2rem;
    --px36: 2.25rem;
    --px40: 2.5rem;
    --px48: 3rem;
    --px60: 3.75rem;
    --px64: 4rem;
    --px72: 4.5rem;
    --px80: 5rem;
    --px96: 6rem;
    --px128: 8rem;

    --color-additional-purple: #900485;
    --color-attention: var(--color-contrast-orange);
    --color-contrast-orange: #FF8000;
    --color-black: #0B0C0D;
    --color-black-05: rgba(11,12,13,0.05);
    --color-black-10: rgba(11,12,13,0.1);
    --color-black-20: rgba(11,12,13,0.2);
    --color-black-80: rgba(11,12,13,0.8);
    --color-brand: #4C00A5;
    --color-brandaccent: #8948C6;
    --color-brandaccent-500: #A974D5;
    --color-breaking-yellow: #FFEB10;
    --color-complementary-green: #00DE21;
    --color-copper-green: #03B0B3;
    --color-faded-gold: #AF9422;
    --color-go: var(--color-copper-green);
    --color-info: var(--color-sky-blue);
    --color-live-red: #FF2A2D;
    --color-moody-blue: #005795;
    --color-pure-grey: #B3B2B6;
    --color-pure-grey-100: #EEEDEE;
    --color-pure-grey-200: #D5D4D6;
    --color-pure-grey-300: #BCBBBF;
    --color-pure-grey-400: #A5A4A7;
    --color-pure-grey-500: #8B8A8E;
    --color-slate: #DAD6C3;
    --color-sky-blue: #2E83D8;
    --color-steel-grey: #1B1E22;
    --color-steel-grey-50: #F9FAFA;
    --color-steel-grey-100: #ECEEF0;
    --color-steel-grey-200: #D0D5D9;
    --color-steel-grey-300: #B6BDC4;
    --color-steel-grey-400: #9CA5AE;
    --color-steel-grey-500: #808D98;
    --color-steel-grey-550: #6A7986;
    --color-steel-grey-600: #667480;
    --color-steel-grey-700: #55606A;
    --color-steel-grey-800: #434C54;
    --color-steel-grey-900: #353C42;
    --color-stop-red: #dc143c;
    --color-warm-grey: #A5917D;
    --color-white: #FFFFFF;
    --color-white-10: rgba(255,255,255,0.1);
    --color-white-20: rgba(255,255,255,0.2);
    --color-white-30: rgba(255,255,255,0.3);
    --color-white-80: rgba(255,255,255,0.8);
}

:root,
:root:not(.dark) {
    color-scheme: light dark;

    --interactive-filter-selected: var(--color-steel-grey);
    --interactive-filter-deselected: var(--color-steel-grey-300);

    --transparent-neg-10: var(--color-white-10);
    --transparent-neg-20: var(--color-white-20);
    --transparent-neg-30: var(--color-white-30);
    --transparent-neg-80: var(--color-white-80);
    --transparent-pos-10: var(--color-black-05);
    --transparent-pos-20: var(--color-black-10);
    --transparent-pos-30: var(--color-black-20);
    --transparent-pos-80: var(--color-black-80);

    --color-breaking: var(--color-breaking-yellow);

    --color-text-main: var(--color-steel-grey-800);
    --color-text-subtle: var(--color-steel-grey-500);

    --color-text-interactive: var(--color-brandaccent);

    --panel-color-bg-common: var(--color-steel-grey-100);
    --panel-color-border-common: var(--color-steel-grey-100);
    --panel-color-common: var(--color-steel-grey-800);
    --panel-color-bg-normal: var(--color-steel-grey-100);
    --panel-color-border-normal: var(--color-steel-grey-100);
    --panel-color-normal: var(--color-steel-grey-800);
    --panel-color-bg-important: var(--color-breaking);
    --panel-color-border-important: var(--color-breaking);
    --panel-color-important: var(--color-steel-grey);
    --panel-color-bg-very-important: var(--color-breaking);
    --panel-color-border-very-important: var(--color-breaking);
    --panel-color-very-important: var(--color-steel-grey);
    --panel-color-bg-pinned: var(--color-steel-grey-200);
    --panel-color-border-pinned: var(--color-steel-grey-200);
    --panel-color-pinned: var(--color-steel-grey);
    --panel-color-bg-key-events: var(--color-steel-grey-50);
    --panel-color-key-events: var(--color-steel-grey);

    --toggle-label-color-bg: var(--color-white-10);
    --toggle-label-color-border: var(--color-pure-grey-200);
    --toggle-label-color: var(--color-semiblack);
    --toggle-label-color-active-bg: var(--color-pure-grey-200);
    --toggle-label-color-active-border: var(--color-pure-grey-200);
    --toggle-label-color-active: var(--color-black);

    --input-color-bg: var(--color-white);
    --input-color-border: var(--color-steel-grey-200);
    --input-color: var(--color-text-main);
    --input-color-placeholder: var(--color-steel-grey-500);
}
/* Dark Mode */
:root:is(.dark) {
    --interactive-filter-selected: var(--color-pure-grey-100);
    --interactive-filter-deselected: var(--color-pure-grey-500);

    --transparent-neg-10: var(--color-black-05);
    --transparent-neg-20: var(--color-black-10);
    --transparent-neg-30: var(--color-black-20);
    --transparent-neg-80: var(--color-black-80);
    --transparent-pos-10: var(--color-white-10);
    --transparent-pos-20: var(--color-white-20);
    --transparent-pos-30: var(--color-white-30);
    --transparent-pos-80: var(--color-white-80);

    --neutral-1: var(--color-steel-grey-900);
    --neutral-2: var(--color-steel-grey-800);
    --neutral-3: var(--color-steel-grey-700);

    --color-text-main: var(--color-pure-grey-100);
    --color-text-subtle: var(--color-steel-grey-500);

    --color-text-interactive: var(--color-brandaccent-500);

    --panel-color-bg-common: var(--color-steel-grey-900);
    --panel-color-border-common: var(--color-steel-grey-900);
    --panel-color-common: var(--color-pure-grey-100);
    --panel-color-bg-normal: var(--color-steel-grey-900);
    --panel-color-border-normal: var(--color-steel-grey-900);
    --panel-color-normal: var(--color-pure-grey-100);
    --panel-color-bg-important: var(--color-breaking-yellow);
    --panel-color-border-important: var(--color-breaking-yellow);
    --panel-color-important: var(--color-steel-grey);
    --panel-color-bg-very-important: var(--color-breaking-yellow);
    --panel-color-border-very-important: var(--color-breaking-yellow);
    --panel-color-very-important: var(--color-steel-grey);
    --panel-color-bg-pinned: var(--color-steel-grey-800);
    --panel-color-border-pinned: var(--color-steel-grey-800);
    --panel-color-pinned:  var(--color-pure-grey-100);
    --panel-color-bg-key-events: var(--color-steel-grey);
    --panel-color-key-events: var(--color-pure-grey-100);

    --input-color-bg: var(--color-black);
    --input-color-border: var(--color-steel-grey-800);
    --input-color: var(--color-text-main);
    --input-color-placeholder: var(--color-steel-grey-500);
}

.lc-feed-container {
    width: 100%;
    max-width: 48rem;
    margin: 0 auto;
    font-family: var(--font-family-text);
    font-size: var(--px18);
    color: var(--color-text-main);
    line-height: var(--px20);
}

.lc-load-more {
    display: inline-block;
    margin: 0 auto;
    padding: var(--px12) var(--px32);
    background-color: var(--color-brand);
    border-radius: 9999px;
    font-family: var(--font-family-text);
    font-size: var(--px14);
    font-weight: bold;
    color: var(--color-white);
    transition-duration: 0.30s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;

    &::before {
        content: '+ ';
    }

    &:hover {
        opacity: 0.8;
    }
}

/* Ask a Qustion & Comments Form */
.lc-feed-container {
    .ncpost-channelcontent-container .ncpost-question-container {
        margin: 0 0 var(--px20);
    }

    .ncpost-new-comment-panel {
        display: flex;
        flex-direction: column;
        gap: var(--px10);
        margin: var(--px16) 0;
        padding: var(--px16);
        background: var(--panel-color-bg-normal);
        border-radius: var(--px8);

        .ncpost-upload-button {
            position: initial;
            display: flex;
            align-items: center;
            justify-content: end;
            gap: var(--px6);
            max-width: fit-content;
            padding: var(--px8) var(--px24);
            background-color: var(--panel-color-bg-pinned);
            border-radius: 9999px;
            font-family: var(--font-family-text);
            font-size: var(--px12);
            font-weight: 700;
            color: var(--color-text-subtle);
            transition-duration: 0.30s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;

            svg {
                fill: #909090;
            }

            &::before {
                content: 'Vedhæft et billede ';
            }
        }

        .ncpost-upload-image {
            margin: var(--px16) 0;

            div {
                display: flex;
                width: 200px;

                img {
                    width: 100%;
                    margin-right: var(--px6);
                }

                svg {
                    fill: #909090;
                    cursor: pointer;
                }
            }
        }

        .inline-button {
            position: initial;
            align-items: start;
        }

        > div {
            display: flex;
            flex-direction: column;
            gap: var(--px10);
            font-size: var(--px16);
            color: var(--color-text-main);
            line-height: 19.2px;

            input::placeholder,
            textarea::placeholder {
                color: var(--input-color-placeholder);
            }
        }

        .ncpost-input-field {
            margin: 0;
            padding: var(--px8);
            background-color: var(--input-color-bg);
            border: 1px solid var(--input-color-border);
            border-radius: var(--px4);
            font-size: var(--px16);
            color: var(--input-color);
            line-height: 1.25;
            box-shadow: none;
        }

        .ncpost-submit i {
            display: none;
        }
    }

    .ncpost-container .ncpost-new-comment-panel {
        background: var(--transparent-neg-30);
    }

    .ncpost-importance-2,
    .ncpost-importance-3 {
        .ncpost-new-comment-panel {
            background: var(--color-black-10);
        }
    }
}

/* Ask a Question, Comments & Submit Buttons */
.lc-feed-container {
    .ncpost-new-comment-panel .ncpost-submit,
    .ncpost-question-container .ncpost-new-comment-toggle {
        max-width: fit-content;
        padding: var(--px12) var(--px32);
        background-color: var(--color-brand);
        border-radius: 9999px;
        font-family: var(--font-family-text);
        font-size: var(--px14);
        font-weight: 700;
        color: var(--color-white);
        transition-duration: 0.30s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;

        &:hover {
            opacity: 0.8;
        }
    }

    .ncpost-question-container {
        margin-bottom: 0;

        .ncpost-new-comment-toggle {
            margin: 0 auto;

            &::before {
                content: "";
                display: none;
                width: var(--px16);
                height: var(--px16);
                background-size: contain;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="%230B0C0D" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2014_3791" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect x="0.5" y="0.5" width="20" height="20" fill="%230B0C0D"/></mask><g mask="url(%23mask0_2014_3791)"><path d="M10.5003 18.8334L8.27116 15.5001H3.83366C3.37533 15.5001 2.98296 15.3369 2.65658 15.0105C2.33019 14.6841 2.16699 14.2917 2.16699 13.8334V3.83341C2.16699 3.37508 2.33019 2.98272 2.65658 2.65633C2.98296 2.32994 3.37533 2.16675 3.83366 2.16675H17.167C17.6253 2.16675 18.0177 2.32994 18.3441 2.65633C18.6705 2.98272 18.8337 3.37508 18.8337 3.83341V13.8334C18.8337 14.2917 18.6705 14.6841 18.3441 15.0105C18.0177 15.3369 17.6253 15.5001 17.167 15.5001H12.7295L10.5003 18.8334ZM10.5003 15.8334L11.8337 13.8334H17.167V3.83341H3.83366V13.8334H9.16699L10.5003 15.8334Z" fill="%230B0C0D"/></g></svg>');
            }
        }

        .ncpost-user-contribution {
            .ncpost-user-comment {
                color: var(--color-text-main);
                background-color: var(--panel-color-bg-normal);

                &::before {
                    background-color: var(--panel-color-bg-normal);
                }
            }

            .ncpost-user-reply {
                &:last-child {
                    margin: 0;
                }

                .ncpost-comment-created {
                    color: var(--color-copper-green);
                }
            }
        }
    }

    .ncpost-new-comment-panel .ncpost-submit {
        align-self: self-end;
    }
}
:is(.dark) .lc-feed-container {
    .ncpost-question-container {
        .ncpost-new-comment-toggle {
            &::before {
                background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="%23ffffff" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2014_3791" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect x="0.5" y="0.5" width="20" height="20" fill="%23ffffff"/></mask><g mask="url(%23mask0_2014_3791)"><path d="M10.5003 18.8334L8.27116 15.5001H3.83366C3.37533 15.5001 2.98296 15.3369 2.65658 15.0105C2.33019 14.6841 2.16699 14.2917 2.16699 13.8334V3.83341C2.16699 3.37508 2.33019 2.98272 2.65658 2.65633C2.98296 2.32994 3.37533 2.16675 3.83366 2.16675H17.167C17.6253 2.16675 18.0177 2.32994 18.3441 2.65633C18.6705 2.98272 18.8337 3.37508 18.8337 3.83341V13.8334C18.8337 14.2917 18.6705 14.6841 18.3441 15.0105C18.0177 15.3369 17.6253 15.5001 17.167 15.5001H12.7295L10.5003 18.8334ZM10.5003 15.8334L11.8337 13.8334H17.167V3.83341H3.83366V13.8334H9.16699L10.5003 15.8334Z" fill="%23ffffff"/></g></svg>');
            }
        }
    }
}

/* Post & Posts Typography */
.lc-feed-container {
    .ncpost-channelcontent-container {
        position: relative;
        margin-bottom: 0;

        .feed-football:empty {
            display: none;
        }

        .typing-enabled {
            &:has(> .typing-container:empty) {
                display: none;
            }
        }

        .ncpost-top-text-container {
            display: flex;
            flex-direction: column;
            gap: var(--px16);
            margin-bottom: var(--px32);

            h3 {
                font-size: var(--px32);
                font-weight: 750;
                color: var(--color-text-main);
                line-height: 1.375;
            }

            h5 {
                font-size: var(--px24);
                font-weight: 750;
                color: var(--color-text-main);
                line-height: 1.375;
            }

            p {
                margin: 0;
                font-size: var(--px18);
                font-weight: 400;
                color: var(--color-text-main);
                line-height: 1.5;
                text-wrap: pretty;
            }
        }
    }
}

/* Key events */
.lc-feed-container {
    .ncpost-channelcontent-container {
        margin-bottom: var(--px30);

        .ncposts-sorter {
            margin: 0 0 var(--px16) 0;

            > div:first-child {
                display: none;
            }

            .ncpost-toggle-group {
                display: flex;

                .toggle-label {
                    width: fit-content;
                    padding: 0;
                    border-bottom: 2px solid var(--interactive-filter-deselected);
                    border-radius: 0;
                    font-family: var(--font-family-text);
                    font-size: var(--px16);
                    color:  var(--interactive-filter-deselected);

                    &:first-child {
                        padding-right: var(--px8);
                    }

                    &:last-child {
                        padding-left: var(--px8);
                    }

                    &.active {
                        border-bottom: 2px solid var(--interactive-filter-selected);
                        color: var(--interactive-filter-selected);
                    }
                }
            }
        }

        div:has(> .tags-group),
        .tags-group {
            display: none;

            &:empty,
            .filtered-tag {
                display: none;
            }
        }

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

                &::after {
                    content: "";
                    display: flex;
                    flex-shrink: 0;
                    width: 5px;
                    height: 5px;
                    margin-left: var(--px10);
                    background-color: #1b1b1b;
                    border-radius: var(--px10);
                }
            }

            .key-event-title {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: space-between;

                a {
                    margin-left: var(--px4);
                }
            }

            #delete-event {
                display: none !important;
            }
        }
    }

    .ncpost-list-post {
        .ncpost-icon-container {
            top: var(--px24);
        }
    }

    .ncpost-container {
        margin-bottom: var(--px24);
        padding: var(--px16);
        background-color: var(--panel-color-bg-normal);
        border-radius: var(--px8);
        color: var(--panel-color-normal);
        line-height: 1.5;
        box-shadow: none;

        .ncpost-avatar-container {
            display: none;
        }

        .ncpost-header {
            svg {
                display: none;
            }

            .ncpost-header-info {
                display: flex;
                flex-direction: row-reverse;
                align-items: flex-start;
                justify-content: space-between;
                margin-bottom: var(--px8);
                font-size: var(--px12);
                color: currentColor;

                @media (min-width: 768px) {
                    font-size: var(--px16);
                }

                .ncpost-byline {
                    font-size: var(--px12);
                    color: var(--color-black);
                    text-align: right;
                    opacity: 0.6;

                    &::before {
                        content: 'Af ';
                    }

                    @media (min-width: 768px) {
                        font-size: var(--px16);
                    }
                }

                .ncpost-timestamp {
                    display: flex;
                    align-items: center;
                    gap: 0.375rem;
                    flex-shrink: 0;
                    margin-right: var(--px16);
                    color: var(--color-text-main) !important;

                    &::before {
                        content: '';
                        display: block;
                        width: var(--px12);
                        height: var(--px12);
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230B0C0D'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
                        background-size: contain;
                    }
                }
            }
        }

        .share-icons-container {
            margin: 0;

            .share-icon svg {
                fill: var(--color-brand);
            }
        }

        .ncpost-content {
            h3, h4, h5, h6 {
                margin-bottom: var(--px4);
                font-family: var(--font-family-text);
                font-weight: 750;
            }

            h3 { font-size: var(--px24); }
            h4 { font-size: var(--px20); }
            h5 { font-size: var(--px18); }
            h6 {
                font-size: var(--px16);
                text-transform: uppercase;
            }

            a:not(.ncpost-link-card) {
                color: var(--color-text-interactive);
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }

            ol { list-style: decimal; }
            ul { list-style: disc; }
            ol, ul { margin-left: var(--px18); }
            p, ol, ul {
                margin-bottom: var(--px18);
                font-size: var(--px18);
                line-height: 1.5;
                text-wrap: pretty;
            }

            blockquote:not(.tiktok-embed) {
                margin: var(--px8) 0;
                padding: 0 var(--px12);
                background: transparent;
                border-left: 4px solid var(--color-brand);
                font-style: italic;
                font-size: var(--px22);
                color: currentColor;
                line-height: 1.125;

                p { margin: 0; }
            }

            .ncpost-tags {
                display: none;
            }

            .ncpost-image-byline {
                text-align: left;

                .ncpost-image-byline-description {
                    font-size: var(--px16);
                    font-weight: 400;
                    color: #6b7280;
                    line-height: var(--px18);
                }
            }
        }

        .ncpost-title {
            margin-bottom: var(--px8);
            font-family: var(--font-family-text);
            font-size: var(--px24);
            font-weight: 750;
            color: currentColor;
            line-height: 1.1;

            @media (min-width: 500px) {
                font-size: var(--px30);
                line-height: 1.1;
            }
        }

        .ncpost-comments-container {
            .ncpost-new-comment-toggle {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: var(--px6);
                margin-bottom: var(--px4);
                font-size: var(--px14);
                font-weight: 700;
                color: currentColor;
                line-height: var(--px16);
                text-align: left;
                text-underline-position: from-font;
                text-decoration-skip-ink: none;
                transition-duration: 0.15s;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                cursor: pointer;

                &:hover {
                    color: var(--color-text-interactive);
                }

                &::before {
                    content: '';
                    display: block;
                    width: var(--px16);
                    height: var(--px16);
                    background-size: contain;
                    background-color: transparent;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%230B0C0D" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2030_745" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%230B0C0D"/></mask><g mask="url(%23mask0_2030_745)"><path d="M9.99935 18.3327L7.77018 14.9993H3.33268C2.87435 14.9993 2.48199 14.8362 2.1556 14.5098C1.82921 14.1834 1.66602 13.791 1.66602 13.3327V3.33268C1.66602 2.87435 1.82921 2.48199 2.1556 2.1556C2.48199 1.82921 2.87435 1.66602 3.33268 1.66602H16.666C17.1243 1.66602 17.5167 1.82921 17.8431 2.1556C18.1695 2.48199 18.3327 2.87435 18.3327 3.33268V13.3327C18.3327 13.791 18.1695 14.1834 17.8431 14.5098C17.5167 14.8362 17.1243 14.9993 16.666 14.9993H12.2285L9.99935 18.3327ZM9.99935 15.3327L11.3327 13.3327H16.666V3.33268H3.33268V13.3327H8.66602L9.99935 15.3327Z" fill="%230B0C0D"/></g></svg>');
                }
            }
        }

        .ncpost-user-contribution {
            padding: 0;

            .ncpost-user-comment {
                color: var(--color-text-main);
                background-color: var(--panel-color-bg-pinned);

                &::before {
                    background-color: var(--panel-color-bg-pinned);
                }
            }

            .ncpost-user-replies {
                @media (max-width: 500px) {
                    padding-left: 0;
                }
            }
        }

        &.ncpost-importance-2,
        &.ncpost-importance-3 {
            background-color: var(--panel-color-bg-important);
            border-color: var(--panel-color-border-important);
            color: var(--panel-color-important);

            .ncpost-timestamp {
                color: var(--panel-color-important) !important;

                &::before {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230B0C0D'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
                }
            }

            .ncpost-user-contribution {
                .ncpost-user-comment {
                    color: var(--color-black);
                    background-color: var(--color-white);

                    &::before {
                        background-color: var(--color-white);
                    }
                }
            }
        }
    }

    .ncpost-user-contribution {
        margin: var(--px16) 0;
        padding: 0;

        @media (min-width: 500px) {
            padding: 0 var(--px30) var(--px24);
        }

        .ncpost-user-comment {
            position: relative;
            gap: var(--px6);
            margin-right: clamp(var(--px20), 10%, var(--px60));
            padding: var(--px16);
            border-radius: var(--px8);
            font-size: var(--px16);
            line-height: 1.25;
            box-shadow: none;

            &::before {
                content: '';
                display: block;
                position: absolute;
                top: var(--px16);
                left: -0.25rem;
                width: var(--px8);
                height: var(--px8);
                rotate: 45deg;
            }

            .ncpost-comment-name {
                font-weight: 700;
            }

            .ncpost-comment-created {
                font-size: var(--px12);
                color: var(--color-pos-80);
                line-height: 1.1;
            }
        }

        .ncpost-comment-info {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: var(--px6);
            margin-bottom: var(--px6);

            .ncpost-comment-created {
                font-size: var(--px12);
                color: var(--transparent-pos-80);
                line-height: 1.5;
            }
        }

        .ncpost-user-replies {
            @media (max-width: 500px) {
                padding-left: 0;
            }

            .ncpost-comment-name {
                font-weight: 700;
            }

            .ncpost-comment-created {
                font-size: var(--px12);
                color: var(--color-white-80);
                line-height: 1.1;
            }

            .ncpost-user-reply {
                position: relative;
                gap: var(--px6);
                margin-top: var(--px16);
                margin-left: clamp(var(--px20), 10%, var(--px60));
                padding: var(--px16);
                background-color: var(--color-brand);
                border-radius: var(--px8);
                font-size: var(--px16);
                color: var(--color-white);
                line-height: 1.25;

                &::before {
                    content: '';
                    position: absolute;
                    top: var(--px16);
                    right: -0.25rem;
                    width: var(--px8);
                    height: var(--px8);
                    display: block;
                    background-color: var(--color-brand);
                    rotate: 45deg;
                }

                .ncpost-comment-created {
                    color: var(--color-white-80);
                }
            }
        }

        .ncpost-user-reply {
            &:last-child {
                margin-bottom: 0;
            }
        }

        .ncpost-comment-image {
            margin-top: var(--px10);
            max-width: 230px;
            border-radius: var(--px8);
            overflow: hidden;

            img {
                width: 100%;
            }
        }
    }

    .ncpost-linked {
        .ncpost-icon-container {
            top: var(--px24);
        }
    }
}
:is(.dark) .lc-feed-container {
    .ncpost-header {
        .ncpost-header-info {
            .ncpost-byline {
                color: var(--color-white);
            }

            .ncpost-timestamp {
                &::before {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
                }
            }
        }
    }

    .ncpost-container {
        .ncpost-comments-container {
            .ncpost-new-comment-toggle {
                &::before {
                    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2030_745" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23FFFFFF"/></mask><g mask="url(%23mask0_2030_745)"><path d="M9.99935 18.3327L7.77018 14.9993H3.33268C2.87435 14.9993 2.48199 14.8362 2.1556 14.5098C1.82921 14.1834 1.66602 13.791 1.66602 13.3327V3.33268C1.66602 2.87435 1.82921 2.48199 2.1556 2.1556C2.48199 1.82921 2.87435 1.66602 3.33268 1.66602H16.666C17.1243 1.66602 17.5167 1.82921 17.8431 2.1556C18.1695 2.48199 18.3327 2.87435 18.3327 3.33268V13.3327C18.3327 13.791 18.1695 14.1834 17.8431 14.5098C17.5167 14.8362 17.1243 14.9993 16.666 14.9993H12.2285L9.99935 18.3327ZM9.99935 15.3327L11.3327 13.3327H16.666V3.33268H3.33268V13.3327H8.66602L9.99935 15.3327Z" fill="%23FFFFFF"/></g></svg>');
                }
            }
        }


        &.ncpost-importance-2 {
            .ncpost-header {
                .ncpost-header-info {
                    .ncpost-byline {
                        color: var(--color-black);
                    }
                }
            }
        }

        &.ncpost-importance-2,
        &.ncpost-importance-3 {
            color: var(--panel-color-important);

            .ncpost-timestamp {
                color: var(--panel-color-important) !important;

                &::before {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230B0C0D'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
                }
            }

            .ncpost-comments-container {
                .ncpost-new-comment-toggle {
                    &::before {
                        content: '';
                        display: block;
                        width: var(--px16);
                        height: var(--px16);
                        background-size: contain;
                        background-color: transparent;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%230B0C0D" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2030_745" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%230B0C0D"/></mask><g mask="url(%23mask0_2030_745)"><path d="M9.99935 18.3327L7.77018 14.9993H3.33268C2.87435 14.9993 2.48199 14.8362 2.1556 14.5098C1.82921 14.1834 1.66602 13.791 1.66602 13.3327V3.33268C1.66602 2.87435 1.82921 2.48199 2.1556 2.1556C2.48199 1.82921 2.87435 1.66602 3.33268 1.66602H16.666C17.1243 1.66602 17.5167 1.82921 17.8431 2.1556C18.1695 2.48199 18.3327 2.87435 18.3327 3.33268V13.3327C18.3327 13.791 18.1695 14.1834 17.8431 14.5098C17.5167 14.8362 17.1243 14.9993 16.666 14.9993H12.2285L9.99935 18.3327ZM9.99935 15.3327L11.3327 13.3327H16.666V3.33268H3.33268V13.3327H8.66602L9.99935 15.3327Z" fill="%230B0C0D"/></g></svg>');
                    }
                }
            }

            .ncpost-user-contribution {
                .ncpost-user-comment {
                    color: var(--color-text-main);
                    background-color: var(--panel-color-bg-normal);

                    &::before {
                        background-color: var(--panel-color-bg-normal);
                    }
                }
            }
        }
    }

    .ncpost-pinned-post {
        .ncpost-container {
            &.ncpost-importance-2,
            &.ncpost-importance-3 {
                .ncpost-user-contribution {
                    .ncpost-user-comment {
                        color: var(--color-text-main);
                        background-color: var(--panel-color-bg-normal);

                        &::before {
                            background-color: var(--panel-color-bg-normal);
                        }
                    }
                }
            }
        }
    }
}

/* Pinned posts */
.lc-feed-container {
    .ncpost-pinned {
        margin-bottom: var(--px60);
    }

    .ncpost-pinned-post {
        position: relative;
        &::before {
            content: '';
            position: absolute;
            top: -0.75rem;
            left: var(--px4);
            display: block;
            width: var(--px20);
            height: var(--px20);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc143c'%3E%3Cpath d='M22.3126 10.1753L20.8984 11.5895L20.1913 10.8824L15.9486 15.125L15.2415 18.6606L13.8273 20.0748L9.58466 15.8321L4.63492 20.7819L3.2207 19.3677L8.17045 14.4179L3.92781 10.1753L5.34202 8.76107L8.87756 8.05396L13.1202 3.81132L12.4131 3.10422L13.8273 1.69L22.3126 10.1753Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            color: var(--color-stop-red);
            rotate: -75deg;
            z-index: 1;
        }


        .ncpost-container {
            background-color: var(--panel-color-bg-pinned);
            border-color: var(--panel-color-border-pinned);
            color: var(--panel-color-pinned);

            .ncpost-icon-container {
                top: 25px;
            }

            .ncpost-user-contribution {
                .ncpost-user-comment {
                    color: var(--color-text-main);
                    background-color: var(--panel-color-bg-normal);

                    &::before {
                        background-color: var(--panel-color-bg-normal);
                    }
                }
            }

            &.ncpost-importance-0 {
                &:not(:has(.ncpost-content)) {
                    display: none;
                }
            }

            &.ncpost-importance-2,
            &.ncpost-importance-3 {
                background-color: var(--panel-color-bg-important);
                border-color: var(--panel-color-border-important);
                color: var(--panel-color-important);

                .ncpost-header .ncpost-header-info {
                    .ncpost-byline {
                        font-size: var(--px12);
                        color: var(--color-black);
                        text-align: right;
                        opacity: 0.6;

                        &::before {
                            content: 'Af ';
                        }

                        @media (min-width: 768px) {
                            font-size: var(--px16);
                        }
                    }
                }

                .ncpost-user-contribution {
                    .ncpost-user-comment {
                        color: var(--color-black);
                        background-color: var(--color-white);

                        &::before {
                            background-color: var(--color-white);
                        }
                    }
                }
            }
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  2. IMAGE EXTENSION                                                             ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Billede (TV2) - Renderer Styles                                                ┃
┃  Styles for TV2REG billede renderer with CSS-only responsive handling           ┃
┃  No layout shift, works for any image aspect ratio                              ┃
┃  OVERRIDE v.5                                                                   ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.fm-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: var(--px16) 0;

    @media (min-width: 768px) {
        margin: 0 0 var(--px16);
    }
}

.fm-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    max-height: 60vh;
    overflow: hidden;

    @media (min-width: 768px) {
        max-height: 70vh;
    }

    @media (min-width: 1200px) {
        max-width: 80vw;
    }

    a {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

    & + .fm-caption {
        .fm-credit-text {
            &::before {
                content: 'Foto: ';
            }
        }
    }
}

.fm-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60vh;
    border-radius: var(--px4);
    object-fit: contain;

    @media (min-width: 768px) {
        max-height: 70vh;
    }

    @media (min-width: 1200px) {
        max-width: 80vw;
    }
}

.fm-caption {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: var(--px10) var(--px10) 0;
    font-size: var(--px12);
    line-height: 1.25;

    @media (min-width: 768px) {
        font-size: var(--px16);
    }
}

.fm-caption-text {
    color: var(--color-text-main);
}

.fm-credit-text {
    color: var(--color-text-subtle);
}

a:hover .fm-image {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.lc-feed-container {
    .ncpost-importance-2,
    .ncpost-importance-3 {
        .fm-caption-text {
            color: var(--color-black);
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  3. VIDEO EXTENSION                                                             ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Video (TV2) - Renderer Styles                                                  ┃
┃  Styles for TV2REG video renderer with responsive handling                      ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.fm-video {
    aspect-ratio: 16/9;
    width: 100%;
    max-height: 70vh;
    border: none;
    border-radius: var(--px4);
    overflow: hidden;

    & + .fm-caption {
        .fm-credit-text {
            &::before {
                content: 'Video: ';
            }
        }
    }
}

.tv2reg-video-extension-container { max-height: 70vh; }


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  4. ARTICLE EXTENSION                                                           ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Article (TV2) - Renderer Styles                                                ┃
┃  Styles for TV2REG article renderer                                             ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.lc-feed-container {
    .fm-article-link {
        color: var(--color-black);
        text-decoration: none !important;
        transition: transform 0.3s ease-in-out;

        &:hover {
            color: var(--color-brand);
            text-decoration: underline;
            transform: scale(1.01);

            .fm-article-title {
                text-decoration: underline;
            }
        }
    }

    .fm-article-content {
        display: flex;
        flex-direction: row;
        margin: 0 0 var(--px20);
        padding: 0;
        background: var(--color-white-30);
        border: none;
        border-radius: var(--px8);
        overflow: hidden;

        &:not(:has(.fm-article-thumbnail)) {
            justify-content: center;

            .fm-article-title {
                font-size: var(--px20);
                text-align: center;
            }
        }
    }

    .fm-article-thumbnail {
        flex: 0 0 33.3333%;
    }

    .fm-article-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .fm-article-text {
        padding: var(--px16);

        @media (min-width: 768px) {
            padding: var(--px40) !important;
        }
    }

    .fm-article-title {
        margin: 0 0 var(--px4);
        font-size: var(--px16) !important;
        font-weight: 700 !important;
        color: currentColor;
        text-decoration: none;

        @media (min-width: 768px) {
            font-size: var(--px20) !important;
        }
    }

    .fm-article-error {
        padding: var(--px20);
        background: #fef2f2;
        border: 1px solid #fecaca;
        border-radius: 8px;
        font-size: var(--px14);
        color: var(--color-stop-red);
        text-align: center;
    }

    .ncpost-importance-2,
    .ncpost-importance-3 {
        .fm-article-link {
            color: var(--color-black) !important;
        }
    }
}
:is(.dark) .lc-feed-container {
    .fm-article-link {
        /* background-color: #1f2937; */
        /* border-color: #374151; */
        color: var(--color-white) !important;

        &:hover {
            /* border-color: #4b5563; */
            /* box-shadow: 0 var(--px8) 25px rgba(0,0,0,0.3); */
        }
    }

    .fm-article-title {
        /* color: #f9fafb; */
    }

    .fm-article-thumbnail {
        /* background-color: #374151; */
    }

    .ncpost-importance-2,
    .ncpost-importance-3 {
        .fm-article-link {
            color: var(--color-black) !important;
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  5. LINK CARD RENDERER                                                          ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styles for the Norkon link card renderer                                       ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.lc-feed-container {
    .ncpost-link-card {
        display: flex;
        flex-direction: row;
        margin: 0 0 var(--px20);
        padding: 0;
        background: var(--color-white-30);
        border: none;
        border-radius: var(--px8);
        color: var(--color-black);
        text-decoration: none !important;
        transition: transform 0.3s ease-in-out;
        overflow: hidden;

        .ncpost-link-card-image {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin: 0;
            border-radius: var(--px8) 0 0 var(--px8);
            overflow: hidden;
        }

        img {
            width: 33.3333%;
            max-height: 100%;
            object-fit: cover;
        }

        .ncpost-link-card-info {
            padding: var(--px16);

            @media (min-width: 768px) {
                padding: var(--px40);
            }
        }

        .ncpost-link-card-info-title {
            margin: 0 0 var(--px4);
            font-size: var(--px16);
            font-weight: 700;
            color: currentColor;
            line-height: normal;
            text-decoration: none;

            @media (min-width: 768px) {
                font-size: var(--px20) !important;
            }
        }

        .ncpost-link-card-info-site {
            font-size: var(--px16);
            color: currentColor;
        }

        .ncpost-link-card-info-description {
            font-size: var(--px14);
            opacity: 0.8;
        }

        &:hover {
            transform: scale(1.01);

            .ncpost-link-card-info-title {
                text-decoration: underline;
            }
        }
    }

    .ncpost-importance-2,
    .ncpost-importance-3 {
        .ncpost-link-card {
            color: var(--color-black);
        }
    }
}
:is(.dark) .lc-feed-container {
    .ncpost-link-card {
        color: var(--color-white);
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  6. TYPING ANIMATION                                                            ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styles for the Norkon typing animation                                         ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.typing-container {
    position: absolute;
    bottom: 0;
    max-width: 6rem;

    .dot-container {
        display: inline-block;
        margin: 0;
        padding: var(--px8) var(--px16) 0 var(--px16);
        background-color: var(--panel-color-bg-normal);
        border-radius: 9999px;
        animation: fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;
    }

    .dot {
        display: inline-block;
        width: var(--px8);
        height: var(--px8);
        margin-right: 3px;
        background: var(--color-neutral-500);
        border-radius: 50%;
        animation: wave-typing-animation 1.3s linear infinite;

        &:nth-child(2) {
            animation-delay: -1.1s;
        }

        &:nth-child(3) {
            animation-delay:-.9s;
        }
    }
}

@keyframes wave-typing-animation {
    0%, 60%, to {
        transform: initial;
        opacity: .3;
    }
    30% {
        opacity: 1;
        transform: translateY(-15px);
    }
}

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  7. AVATAR RENDERING                                                            ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for the Norkon avatars                                                 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.posts-view {
    .ncpost-container {
        position:relative;

        .ncpost-header {
            position: unset !important;
            bottom: unset !important;

            svg {
                display: none;
            }

            .ncpost-timestamp {
                color: var(--color-text-main) !important;
            }
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  9. POST SORTING                                                                ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for the post sorting controls                                          ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.ncposts-sorter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: var(--px20) 0;

    .ncpost-toggle-group {
        position: relative;
        display: flex;
        transition: transform 5s ease;

        .toggle-label {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 35px;
            transition: transform 5s ease;
            cursor: pointer;

            &.active {
                cursor: pointer;
            }
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  10. USER CONTRIBUTIONS                                                         ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for user contributions                                                 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.lc-feed-container {
    .ncpost-user-contribution {
        .ncpost-user-comment {
            background-color: var(--panel-color-bg-normal);
            color: var(--color-text-main);

            &::before {
                background-color: var(--panel-color-bg-normal);
            }
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  11. EMBED CONTAINER                                                         ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for embed iframes                                                 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.ncpost-embed-element {
    width: 100%;
    overflow: hidden;

    iframe {
        display: block;
        width: 100%;
        max-width: 100%;
        border: none;
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  12. KEY EVENTS                                                                 ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for key events                                                         ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.posts-view {
    .key-events-container {
        .key-event-title {
            width: 100%;

            div:first-child {
                width: 100%;
            }

            a {
                pointer-events: none;
            }
        }

        #delete-event {
            display: flex !important;
            align-items: center;
            justify-content: center;
            padding: 2px;
            cursor: pointer;
        }
    }
}

.ncpost-linked {
    position: relative;
    margin-bottom: var(--px30);
    padding-right: 35px;

    .ncpost-container {
        margin-bottom: var(--px24);
    }

    .ncpost-linked-close {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--px30);
        height: var(--px30);
        cursor: pointer;
    }
}

.ncpost-channelcontent-container {
    .key-events-container {
        a {
            font-size: var(--px14);
            font-weight: 700;
            line-height: 1.25;
            text-decoration: none;
        }

        .key-event-group {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            margin-bottom: var(--px8);
            padding: var(--px16) var(--px8);
            background-color: var(--panel-color-bg-key-events);
            border: 1px solid var(--panel-color-bg-normal);
            border-radius: var(--px8);

            &:last-child {
                .key-event-time::after,
                .key-event-left-col .key-event-time::after {
                    display: none;
                }
            }
        }

        .key-event-title {
            padding-left: var(--px16);
            font-size: var(--px16);
            line-height: 22.4px;
        }

        .key-event-time {
            position: relative;
            padding-left: var(--px16);
            font-size: var(--px14);
            font-weight: 400;
            line-height: 20.3px;

            &::before {
                content: " ";
                position: absolute;
                top: 6px;
                left: -3px;
                display: block;
                width: 7px;
                height: 7px;
                border-radius: 3px;
                background-color: #000;
            }

            &::after {
                content: " ";
                position: absolute;
                top: 10px;
                left: -10px;
                display: block;
                width: 1px;
                height: var(--px60);
                background-color: #000;

                @media (min-width: 768px) {
                    top: 7px;
                    height: var(--px60);
                }
            }
        }

        .key-event {
            min-width: 30%;
            padding: var(--px8) var(--px16);
            cursor: pointer;
            font-size: var(--px16);
            font-weight: 400;
            color: var(--color-text-interactive);
            line-height: 1;
            text-decoration: underline;

            @media (min-width: 500px) {
                min-width: auto;
            }

            &:hover {
                opacity: 0.9;
                text-decoration: none;
            }

            span {
                font-size: var(--px16);
                font-weight: 500;
            }
        }

        .key-event-left-col {
            display: flex;
            flex-direction: column;
            gap: var(--px6);
            min-width: 70%;

            @media (min-width: 500px) {
                min-width: 80%;
            }

            .key-event-title {
                font-size: var(--px16);
                color: var(--panel-color-key-events);
                line-height: 1.5;
            }

            .key-event-time {
                margin: 0;
                font-size: 0.874rem;
                color: var(--color-text-subtle);
                line-height: 1;
                text-align: left;

                &::before,
                &::after {
                    content: none;
                }
            }
        }

        #delete-event {
            display: none !important;
        }
    }
}


/* Standalone post */
article#scrollto .standalone-post {
    display: flex;
    flex-flow: wrap;
    background-color: var(--panel-color-bg-normal);
    border: 2px solid var(--color-stop-red);
    padding: var(--px16)!important;
    border-radius: var(--px8);
    margin-bottom: var(--px20);
    position: relative;

    h3, h4, h5, h6 {
        margin-bottom: var(--px4);
        font-family: var(--font-family-text);
        font-weight: 750;
    }

    h3 { font-size: var(--px24); }
    h4 { font-size: var(--px20); }
    h5 { font-size: var(--px18); }
    h6 {
        font-size: var(--px16);
        text-transform: uppercase;
    }

    a:not(.ncpost-link-card) {
        color: var(--color-text-interactive);
        text-decoration: underline;

        &:hover {
            text-decoration: none;
        }
    }

    ol { list-style: decimal; }
    ul { list-style: disc; }
    ol, ul { margin-left: var(--px18); }
    p, ol, ul {
        margin-bottom: var(--px18);
        font-size: var(--px18);
        line-height: 1.5;
        text-wrap: pretty;
    }

    .standalone-post-timestamp {
        display: flex;
        align-items: flex-start !important;
        gap: 0.375rem;
        order: 1;
        margin-right: var(--px16);
        font-size: var(--px-12);
        font-weight: 400 !important;
        color: var(--color-text-main) !important;

        @media (min-width: 768px) {
            font-size: var(--px16);
        }

        &::before {
            content: '';
            display: block;
            width: var(--px12);
            height: var(--px12);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230B0C0D'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: contain;
        }

        &::before {
            position: relative;
            top: var(--px4);
        }
    }
    .standalone-post-heading {
        order: 3;
        min-width: 100%;
        margin: var(--px8) 0;
        font-weight: 750;
        line-height: 1.1;

        @media (max-width: 500px) {
            font-size: var(--px24);
        }
    }
    .standalone-post-byline {
        order: 2;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
        flex-basis: 50%;
        flex-grow: 1;
    }
    .standalone-post-avatar {
        display: none;
    }
    .standalone-post-author {
        width: 100%;
        margin: 0 0 0 auto;
        font-size: var(--px12);
        color: var(--color-black);
        line-height: 1.25rem;
        opacity: 0.6;

        &::before {
            content: 'Af ';
        }

        @media (min-width: 768px) {
            font-size: var(--px16);
        }

        @media (min-width: 992px) {
            max-width: 90%;
        }
    }
    .standalone-post-content {
        order: 4;
        flex-basis: 100%;
    }
    .lc-feed-container .ncpost-container {
        margin-bottom: 0;
        padding: 0;
        border-radius: 0;
    }
}
:is(.dark) article#scrollto .standalone-post {
    .standalone-post-author {
        color: var(--color-white);
    }

    .standalone-post-timestamp {
        &::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM13 12V7H11V14H17V12H13Z'%3E%3C/path%3E%3C/svg%3E");
        }
    }

    &.ncpost-importance-2,
    &.ncpost-importance-3 {
        .standalone-post-author {
            color: var(--color-black);
        }
    }
}


/**
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃  13. SHARE BUTTONS                                                              ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
┃  Styling for share buttons                                                      ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
*/
.ncpost-share-wrapper {
    display: flex;
    align-items: center;
    gap: var(--px10);
}
.ncpost-share {
    display: flex;
    align-items: center;
    gap: var(--px6);
}
.ncpost-share-icon {
    svg {
        height: var(--px12);
        width: var(--px12);
        fill: currentColor;
    }
}
.ncpost-share-text {
    font-size: var(--px14);
}
.ncpost-share-feedback {
    font-size: var(--px10);
    font-weight: 700;
    color: var(--color-copper-green);
}
:is(.dark) .ncpost-share-feedback {
    color: var(--color-contrast-orange);
}


.editor-preview-and-feed .posts-view .ncpost-container .ncpost-avatar-container {
    display: none;
}
/*End extension CSS 17779, Theme (TV2REG)*/


.nc-lc-extensions-css{ display: block }