.dme-kabelkrant {
    --dme-blue: #0788ff;
    --dme-blue-dark: #041d4a;
    --dme-ink: #08102d;
    --dme-line: #8fc5f5;
    container-type: inline-size;
    position: relative;
    width: min(100%, 1708px);
    aspect-ratio: 16 / 9;
    min-height: 320px;
    margin: 0 auto 24px;
    overflow: hidden;
    border-radius: 1.3cqw;
    background: #0c2b5d;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    box-shadow: 0 1.8cqw 4cqw rgba(4, 19, 48, 0.38);
}

.dme-kabelkrant * {
    box-sizing: border-box;
}

.dme-kabelkrant button {
    font: inherit;
}

.dme-kabelkrant__stage {
    position: absolute;
    inset: 0;
    padding: 1.45cqw;
    overflow: hidden;
}

.dme-kabelkrant__background {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(16, 92, 190, 0.16), rgba(1, 14, 34, 0.45)), center / cover no-repeat;
    transform: scale(1.018);
}

.dme-kabelkrant__background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% -8%, rgba(49, 154, 255, 0.55), transparent 34%),
        linear-gradient(90deg, rgba(0, 13, 38, 0.34), transparent 22%, transparent 76%, rgba(0, 13, 38, 0.34)),
        linear-gradient(0deg, rgba(0, 11, 26, 0.42), transparent 48%);
}

.dme-kabelkrant::before {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.03) 50%, rgba(0, 0, 0, 0.03) 50%);
    background-size: 100% 4px;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.dme-kabelkrant__topbar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.8cqw;
    min-height: 30px;
    padding: 0 2.1cqw;
    border-radius: 1.05cqw;
    background: linear-gradient(90deg, rgba(3, 25, 67, 0.9), rgba(9, 50, 101, 0.78), rgba(3, 25, 67, 0.9));
    box-shadow: 0 0.7cqw 1.5cqw rgba(0, 13, 43, 0.34), inset 0 1px rgba(255, 255, 255, 0.22);
}

.dme-kabelkrant__place,
.dme-kabelkrant__channel {
    display: flex;
    align-items: center;
    gap: 1.2cqw;
    min-width: 26cqw;
    color: #f2f7ff;
    font-size: 1.18cqw;
    font-weight: 500;
    white-space: nowrap;
}

.dme-kabelkrant__channel {
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.02em;
    text-transform: none;
}

.dme-kabelkrant__channel strong {
    color: #8bd0ff;
    font-size: 1.2em;
    letter-spacing: 0.04em;
}

.dme-kabelkrant__pin {
    width: 1.3cqw;
    height: 1.3cqw;
    border: 0.16cqw solid #dcecff;
    border-radius: 50% 50% 50% 0;
    position: relative;
    transform: rotate(-45deg);
    flex: 0 0 auto;
}

.dme-kabelkrant__pin::after {
    content: "";
    position: absolute;
    inset: 0.36cqw;
    border-radius: 50%;
    background: #dcecff;
}

.dme-kabelkrant__divider,
.dme-kabelkrant__bar-divider {
    width: 1px;
    height: 1.8em;
    background: rgba(255, 255, 255, 0.62);
}

.dme-kabelkrant__weather-icon {
    display: inline-grid;
    place-items: center;
    width: 2.1cqw;
    min-width: 18px;
    height: 2.1cqw;
    min-height: 18px;
    color: #e9f7ff;
    font-size: 1.55cqw;
    line-height: 1;
    text-shadow: 0 0.12cqw 0.2cqw rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0.12cqw 0.16cqw rgba(0, 0, 0, 0.2));
}

.dme-kabelkrant__weather-temp {
    font-size: 1.55cqw;
    font-weight: 700;
}

.dme-kabelkrant__masthead {
    position: absolute;
    top: -0.55cqw;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9cqw;
    width: 36.5cqw;
    height: 4.7cqw;
    border: 1px solid rgba(92, 194, 255, 0.7);
    border-radius: 0.35cqw 0.35cqw 1.35cqw 1.35cqw;
    background: linear-gradient(180deg, #0990ff, #0068da);
    box-shadow: 0 0.55cqw 1.5cqw rgba(0, 95, 220, 0.42), inset 0 1px rgba(255, 255, 255, 0.35);
    transform: translateX(-50%);
    white-space: nowrap;
}

.dme-kabelkrant__masthead strong {
    font-size: 1.85cqw;
    font-weight: 800;
    font-style: italic;
}

.dme-kabelkrant__masthead span,
.dme-kabelkrant__masthead em {
    font-size: 1.55cqw;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
}

.dme-kabelkrant__screen {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 24.2% 1fr;
    gap: 0.95cqw;
    height: calc(100% - 12.4cqw);
    margin: 1.55cqw 2.85cqw 0;
}

.dme-kabelkrant__brand-card,
.dme-kabelkrant__story-card,
.dme-kabelkrant__controlbar {
    border: 1px solid rgba(255, 255, 255, 0.66);
    box-shadow: 0 1.1cqw 2.1cqw rgba(0, 19, 58, 0.32), inset 0 1px rgba(255, 255, 255, 0.46);
}

.dme-kabelkrant__brand-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.55cqw;
    padding: 3.6cqw 1.55cqw 2.2cqw;
    border-radius: 1.15cqw;
    overflow: hidden;
    background:
        radial-gradient(circle at 64% 22%, rgba(76, 188, 255, 0.42), transparent 29%),
        linear-gradient(160deg, #1b93ff, #003d98 56%, #001a59);
}

.dme-kabelkrant__brand-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 45% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
        repeating-linear-gradient(110deg, transparent 0 4.2cqw, rgba(255, 255, 255, 0.08) 4.25cqw 4.35cqw);
    pointer-events: none;
}

.dme-kabelkrant__logo {
    position: relative;
    z-index: 1;
    width: 96%;
    max-height: 17.8cqw;
    object-fit: contain;
    filter: drop-shadow(0 0.75cqw 1.1cqw rgba(0, 14, 47, 0.42));
}

.dme-kabelkrant__category {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 100%;
    font-size: 3.25cqw;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 0.95;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0.35cqw 0.75cqw rgba(0, 16, 54, 0.42);
}

.dme-kabelkrant__category::after {
    content: "";
    display: block;
    width: 44%;
    height: 0.34cqw;
    margin: 1.1cqw auto 0;
    border-radius: 999px;
    background: #ffcf27;
}

.dme-kabelkrant__tagline {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.7cqw;
    font-style: italic;
    line-height: 1.35;
    text-align: center;
}

.dme-kabelkrant__tagline strong {
    color: #ffcf27;
}

.dme-kabelkrant__nowplaying {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 4.25cqw 1fr;
    align-items: center;
    gap: 0.8cqw;
    width: calc(100% + 1.7cqw);
    margin: 0.15cqw -0.85cqw -1.05cqw;
    padding: 0.68cqw 0.85cqw;
    border-top: 1px solid rgba(116, 190, 255, 0.32);
    background: rgba(0, 38, 102, 0.34);
    text-align: left;
}

.dme-kabelkrant__cover {
    display: grid;
    place-items: center;
    width: 4.25cqw;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 0.12cqw;
    background: #fff;
    box-shadow: 0 0.35cqw 0.8cqw rgba(0, 12, 52, 0.34);
}

.dme-kabelkrant__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dme-kabelkrant__cover span {
    color: #0a4d9f;
    font-size: 1.05cqw;
    font-weight: 900;
    font-style: italic;
}

.dme-kabelkrant__track {
    min-width: 0;
    color: #fff;
    line-height: 1.08;
}

.dme-kabelkrant__track span {
    display: block;
    margin-bottom: 0.16cqw;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88cqw;
    font-weight: 700;
    text-transform: lowercase;
}

.dme-kabelkrant__track strong,
.dme-kabelkrant__track em {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 1.18cqw;
    font-style: normal;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dme-kabelkrant__track em {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08cqw;
    font-weight: 650;
}

.dme-kabelkrant__story-card {
    display: flex;
    flex-direction: column;
    padding: 0.18cqw 3.15cqw 1.05cqw;
    border-radius: 1.15cqw;
    background:
        radial-gradient(circle at 88% 8%, rgba(223, 240, 255, 0.92), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.95));
    color: var(--dme-ink);
    overflow: hidden;
}

.dme-kabelkrant__story-head {
    display: grid;
    grid-template-columns: 5.25cqw 1fr;
    gap: 0.2cqw;
    align-items: start;
}

.dme-kabelkrant__category-icon {
    display: grid;
    place-items: center;
    width: 5.25cqw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(180deg, #1195ff, #005dca);
    box-shadow: 0 0.55cqw 1cqw rgba(0, 75, 180, 0.32);
}

.dme-kabelkrant__category-icon::before,
.dme-kabelkrant__category-icon::after {
    content: none;
    display: none;
}

.dme-kabelkrant__category-icon i {
    color: #fff;
    font-size: 2.72cqw;
    line-height: 1;
}

.dme-kabelkrant .dme-kabelkrant__title {
    position: relative !important;
    top: -0.18cqw !important;
    margin: 0 0 -0.16cqw !important;
    padding: 0 !important;
    color: #090e2b !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-size: 2.95cqw !important;
    font-weight: 800 !important;
    line-height: 1.01 !important;
    letter-spacing: 0 !important;
    transform: none !important;
}

.dme-kabelkrant .dme-kabelkrant__title::before,
.dme-kabelkrant .dme-kabelkrant__title::after {
    content: none !important;
    display: none !important;
}

.dme-kabelkrant__rule {
    height: 2px;
    margin: 0.3cqw 0 0.72cqw;
    background: linear-gradient(90deg, rgba(69, 160, 239, 0.15), rgba(69, 160, 239, 0.78), rgba(69, 160, 239, 0.15));
}

.dme-kabelkrant__rule--soft {
    margin: auto 0 1.1cqw;
    opacity: 0.7;
}

.dme-kabelkrant__text {
    color: #09204c;
    font-size: 1.42cqw;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
}

.dme-kabelkrant__text p {
    margin: 0 0 0.68cqw;
}

.dme-kabelkrant__text p:last-child {
    margin-bottom: 0;
}

.dme-kabelkrant__story-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2cqw;
}

.dme-kabelkrant__meta {
    color: #10295d;
    font-size: 1.2cqw;
    font-weight: 600;
}

.dme-kabelkrant__page-count {
    min-width: 5.9cqw;
    padding: 0.72cqw 1.2cqw;
    border-radius: 0.85cqw;
    background: linear-gradient(180deg, #087dff, #0059ca);
    color: #fff;
    font-size: 1.8cqw;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 0.5cqw 0.95cqw rgba(0, 82, 190, 0.35);
}

.dme-kabelkrant__controlbar {
    position: absolute;
    z-index: 4;
    right: 1.45cqw;
    bottom: 1.45cqw;
    left: 1.45cqw;
    display: grid;
    grid-template-columns: 1.25cqw auto 1px minmax(44cqw, 1fr) auto 1px auto 1px auto 1px auto auto;
    align-items: center;
    gap: 0.72cqw;
    height: 5.25cqw;
    min-height: 40px;
    padding: 0.55cqw 0.9cqw;
    border-radius: 1.35cqw;
    background: linear-gradient(180deg, rgba(16, 41, 78, 0.9), rgba(9, 28, 59, 0.9));
    backdrop-filter: blur(8px);
}

.dme-kabelkrant__round,
.dme-kabelkrant__volume,
.dme-kabelkrant__settings {
    position: relative;
    display: grid;
    place-items: center;
    width: 4.1cqw;
    aspect-ratio: 1;
    border: 1px solid rgba(123, 209, 255, 0.68);
    border-radius: 999px;
    background: linear-gradient(180deg, #166ec8, #064a98);
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), 0 0 1.1cqw rgba(0, 150, 255, 0.22);
}

.dme-kabelkrant__play {
    grid-column: 2;
}

.dme-kabelkrant__pause {
    grid-column: 2;
}

.dme-kabelkrant__play-divider {
    grid-column: 3;
}

.dme-kabelkrant__progress {
    grid-column: 4;
}

.dme-kabelkrant__clock {
    grid-column: 5;
}

.dme-kabelkrant__clock-divider {
    grid-column: 6;
}

.dme-kabelkrant__live-pill {
    grid-column: 7;
}

.dme-kabelkrant__live-divider {
    grid-column: 8;
}

.dme-kabelkrant__date {
    grid-column: 9;
}

.dme-kabelkrant__date-divider {
    grid-column: 10;
}

.dme-kabelkrant__volume-wrap {
    grid-column: 11;
}

.dme-kabelkrant__settings-wrap {
    grid-column: 12;
}

.dme-kabelkrant__pause {
    display: none;
}

.dme-kabelkrant.is-playing .dme-kabelkrant__play {
    display: none;
}

.dme-kabelkrant.is-playing .dme-kabelkrant__pause {
    display: grid;
}

.dme-kabelkrant__play::before {
    content: none;
    display: none;
}

.dme-kabelkrant__pause::before,
.dme-kabelkrant__pause::after {
    content: none;
    display: none;
}

.dme-kabelkrant__pause {
    grid-template-columns: auto;
}

.dme-kabelkrant__progress {
    position: relative;
    height: 0.7cqw;
    min-height: 5px;
    border-radius: 999px;
    background: rgba(232, 240, 250, 0.72);
    overflow: visible;
    box-shadow: inset 0 0.08cqw 0.2cqw rgba(0, 9, 35, 0.35);
}

.dme-kabelkrant__progress-fill {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00a8ff, #a9e8ff);
    box-shadow: 0 0 1.1cqw rgba(0, 174, 255, 0.6);
}

.dme-kabelkrant__progress-fill::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.48cqw;
    width: 1.15cqw;
    height: 1.15cqw;
    border: 0.16cqw solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    box-shadow: 0 0 0.45cqw rgba(0, 155, 255, 0.5);
}

.dme-kabelkrant__clock {
    min-width: 5.8cqw;
    color: #fff;
    font-size: 2.25cqw;
    font-weight: 800;
    text-align: center;
}

.dme-kabelkrant__live-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55cqw;
    padding: 0.62cqw 0.9cqw;
    border-radius: 0.75cqw;
    background: linear-gradient(180deg, #df3c44, #aa111b);
    color: #fff;
    font-size: 1.35cqw;
    font-weight: 800;
    white-space: nowrap;
}

.dme-kabelkrant__live-pill[hidden] {
    display: none;
}

.dme-kabelkrant__live-pill span {
    width: 0.78cqw;
    height: 0.78cqw;
    border-radius: 50%;
    background: #fff;
}

.dme-kabelkrant__date {
    display: inline-flex;
    align-items: center;
    gap: 0.55cqw;
    color: #f3f8ff;
    font-size: 0.98cqw;
    font-weight: 700;
    white-space: nowrap;
}

.dme-kabelkrant__date i {
    color: #f3f8ff;
    font-size: 1.2cqw;
    line-height: 1;
}

.dme-kabelkrant__volume-wrap {
    position: relative;
    display: grid;
    place-items: center;
}

.dme-kabelkrant__settings-wrap {
    position: relative;
    display: grid;
    place-items: center;
}

.dme-kabelkrant__volume,
.dme-kabelkrant__settings {
    width: 3.2cqw;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.dme-kabelkrant__volume::before {
    content: none;
    display: none;
}

.dme-kabelkrant__volume::after {
    content: none;
    display: none;
}

.dme-kabelkrant__settings::before {
    content: none;
    display: none;
}

.dme-kabelkrant__settings::after {
    content: none;
    display: none;
}

.dme-kabelkrant__weather-icon i,
.dme-kabelkrant__round i,
.dme-kabelkrant__volume i,
.dme-kabelkrant__settings i {
    color: #fff;
    font-size: 1.62cqw;
    line-height: 1;
}

.dme-kabelkrant__weather-icon i {
    color: #e9f7ff;
    font-size: 1.42cqw;
}

.dme-kabelkrant__play i,
.dme-kabelkrant__pause i {
    color: #9ee1ff;
}

.dme-kabelkrant__play i {
    margin-left: 0.12cqw;
}

.dme-kabelkrant__volume.is-muted i {
    color: #7ad8ff;
    opacity: 0.72;
}

.dme-kabelkrant__volume-pop {
    position: absolute;
    right: 50%;
    bottom: calc(100% - 0.08cqw);
    display: none;
    width: 3.2cqw;
    min-width: 34px;
    height: 12.2cqw;
    min-height: 124px;
    padding: 0.75cqw 0.55cqw;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 1.2cqw;
    background: rgba(232, 249, 255, 0.95);
    transform: translateX(50%);
    box-shadow: 0 1.2cqw 2.2cqw rgba(0, 11, 32, 0.4);
    z-index: 20;
    pointer-events: auto;
}

.dme-kabelkrant__volume-pop::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.8cqw;
    left: 0;
    height: 0.9cqw;
}

.dme-kabelkrant__settings-pop {
    position: absolute;
    right: 0;
    bottom: calc(100% - 0.08cqw);
    display: none;
    min-width: 12.6cqw;
    padding: 0.55cqw;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.9cqw;
    background: rgba(7, 31, 72, 0.96);
    box-shadow: 0 1.2cqw 2.2cqw rgba(0, 11, 32, 0.4);
    z-index: 20;
}

.dme-kabelkrant__settings-pop::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.8cqw;
    width: 4cqw;
    height: 0.9cqw;
}

.dme-kabelkrant__settings-pop button {
    display: flex;
    align-items: center;
    gap: 0.55cqw;
    width: 100%;
    padding: 0.48cqw 0.62cqw;
    border: 0;
    border-radius: 0.55cqw;
    background: transparent;
    color: #f4f9ff;
    font-size: 0.98cqw;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}

.dme-kabelkrant__settings-pop button:hover,
.dme-kabelkrant__settings-pop button:focus {
    background: rgba(0, 139, 255, 0.34);
    outline: none;
}

.dme-kabelkrant__settings-pop i {
    width: 1.15cqw;
    color: #8fd9ff;
    text-align: center;
}

.dme-kabelkrant__volume-wrap:hover .dme-kabelkrant__volume-pop,
.dme-kabelkrant__volume-wrap.is-open .dme-kabelkrant__volume-pop {
    display: block;
}

.dme-kabelkrant__settings-wrap:hover .dme-kabelkrant__settings-pop,
.dme-kabelkrant__settings-wrap.is-open .dme-kabelkrant__settings-pop {
    display: block;
}

.dme-kabelkrant__volume-slider {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    accent-color: #ff9f18;
    writing-mode: vertical-lr;
    direction: rtl;
    appearance: slider-vertical;
    -webkit-appearance: slider-vertical;
}

@container (max-width: 760px) {
    .dme-kabelkrant__place,
    .dme-kabelkrant__channel {
        font-size: 12px;
    }

    .dme-kabelkrant__masthead strong {
        font-size: 15px;
    }

    .dme-kabelkrant__masthead span,
    .dme-kabelkrant__masthead em {
        font-size: 13px;
    }

    .dme-kabelkrant__title {
        font-size: 28px;
    }

    .dme-kabelkrant__text {
        font-size: 13px;
    }
}
