.roq-news-shortcode-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #111214;
}


/* v1.1.1 – Typografie an Cast Royal Kurse und Workspace angeglichen */
.roq-news-shortcode-wrap,
.roq-news-site,
.roq-news-site button,
.roq-news-site input,
.roq-news-site select,
.roq-news-site textarea {
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-style: normal;
}

.roq-news-site h1,
.roq-news-site h2,
.roq-news-site h3,
.roq-news-site h4,
.roq-news-site h5,
.roq-news-site h6,
.roq-news-site p,
.roq-news-site a,
.roq-news-site span,
.roq-news-site time,
.roq-news-site strong,
.roq-news-site small,
.roq-news-site li {
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.roq-news-hero h1,
.roq-news-article-hero h1,
.roq-news-rail-heading h2,
.roq-news-stream-card h3,
.roq-news-empty h2,
.roq-news-article-section h2,
.roq-news-sources-public h2 {
    font-weight: 900 !important;
    font-variant: normal;
    text-transform: none;
}

.roq-news-hero-copy,
.roq-news-deck,
.roq-news-stream-card-body p,
.roq-news-article-section p,
.roq-news-fact-box p,
.roq-news-correction p {
    font-weight: 500;
    letter-spacing: -.01em;
}

.roq-news-nav a,
.roq-news-brand,
.roq-news-read-button,
.roq-news-card-date,
.roq-news-kicker span,
.roq-news-kicker a {
    font-weight: 800 !important;
}

.roq-news-site {
    --roq-orange: #f58220;
    --roq-orange-light: #ffad39;
    --roq-dark: #111214;
    --roq-panel: #18191d;
    --roq-panel-soft: #202126;
    --roq-muted: rgba(255,255,255,.66);
    --roq-border: rgba(255,255,255,.10);
    background:
        radial-gradient(circle at 12% 0%, rgba(245,130,32,.12), transparent 28%),
        linear-gradient(180deg, #141517 0%, #101113 100%);
    color: #fff;
    min-height: 72vh;
    overflow: hidden;
}

.roq-news-shell {
    width: min(1320px, calc(100% - 60px));
    margin: 0 auto;
}

.roq-news-reading-width {
    width: min(860px, calc(100% - 40px));
}

.roq-news-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 56px;
    border-bottom: 1px solid rgba(245,130,32,.22);
    background:
        linear-gradient(90deg, rgba(8,9,11,.96), rgba(8,9,11,.68)),
        radial-gradient(circle at 80% 30%, rgba(245,130,32,.22), transparent 34%);
}

.roq-news-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--roq-orange), transparent);
    opacity: .7;
}

.roq-news-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 28px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.roq-news-brand span { color: var(--roq-orange); }
.roq-news-hero-eyebrow {
    margin: 0 0 10px;
    color: var(--roq-orange-light) !important;
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.roq-news-hero h1 {
    max-width: 900px;
    margin: 0 0 16px;
    color: #fff !important;
    font-size: clamp(36px, 5.8vw, 68px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.055em;
}

.roq-news-hero-copy {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.74) !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    line-height: 1.45;
}

.roq-news-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    overflow-x: auto;
    border-bottom: 1px solid var(--roq-border);
    background: rgba(15,16,18,.92);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.roq-news-nav .roq-news-shell {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 64px;
    white-space: nowrap;
}

.roq-news-nav a {
    position: relative;
    padding: 22px 0 19px;
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
}

.roq-news-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--roq-orange);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.roq-news-nav a:hover,
.roq-news-nav a.is-active { color: #fff !important; }
.roq-news-nav a:hover:after,
.roq-news-nav a.is-active:after { transform: scaleX(1); }

.roq-news-content { padding: 42px 0 86px; }

.roq-news-rail-section + .roq-news-rail-section { margin-top: 48px; }

.roq-news-rail-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(245,130,32,.28);
}

.roq-news-rail-heading span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,.46);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.roq-news-rail-heading h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.035em;
}

.roq-news-rail-controls {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}

.roq-news-rail-controls button {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: rgba(7,8,10,.82);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.roq-news-rail-controls button:hover {
    transform: translateY(-2px);
    border-color: rgba(245,130,32,.72);
    background: var(--roq-orange);
    color: #111;
}

.roq-news-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 14px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(245,130,32,.48) rgba(255,255,255,.06);
}

.roq-news-rail::-webkit-scrollbar { height: 8px; }
.roq-news-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.05); border-radius: 999px; }
.roq-news-rail::-webkit-scrollbar-thumb { background: rgba(245,130,32,.52); border-radius: 999px; }

.roq-news-stream-card {
    flex: 0 0 clamp(275px, 29vw, 340px);
    min-height: 470px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--roq-border);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
        #17181b;
    box-shadow: 0 18px 36px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.04);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.roq-news-stream-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245,130,32,.55);
    box-shadow: 0 28px 52px rgba(0,0,0,.38), 0 0 0 1px rgba(245,130,32,.12);
}

.roq-news-stream-card-image {
    position: relative;
    display: block;
    height: 228px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 20%, rgba(245,130,32,.30), transparent 38%),
        linear-gradient(145deg, #292b30, #101113);
}

.roq-news-stream-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.roq-news-stream-card:hover .roq-news-stream-card-image img { transform: scale(1.045); }

.roq-news-card-image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(8,9,11,.76) 100%);
    pointer-events: none;
}

.roq-news-card-date {
    position: absolute;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(8,9,11,.72);
    color: rgba(255,255,255,.84);
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.roq-news-placeholder {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: rgba(255,255,255,.88);
    font-size: 23px;
    font-weight: 850;
}

.roq-news-placeholder strong { color: var(--roq-orange); }

.roq-news-stream-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.roq-news-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
}

.roq-news-kicker span,
.roq-news-kicker a {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 9px;
    border: 1px solid rgba(245,130,32,.22);
    border-radius: 999px;
    background: rgba(245,130,32,.11);
    color: #ffad50 !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .025em;
}

.roq-news-stream-card h3 {
    margin: 0 0 11px;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.035em;
}

.roq-news-stream-card h3 a {
    color: #fff !important;
    text-decoration: none !important;
}

.roq-news-stream-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 18px;
    color: var(--roq-muted) !important;
    font-size: 14px !important;
    line-height: 1.55;
}

.roq-news-stream-card-footer {
    margin-top: auto;
}

.roq-news-stream-card-footer > span {
    display: block;
    min-height: 18px;
    margin-bottom: 11px;
    color: rgba(255,255,255,.42);
    font-size: 10px;
    font-weight: 750;
}

.roq-news-read-button {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245,130,32,.46);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(245,130,32,.23), rgba(245,130,32,.12));
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 900;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.roq-news-read-button:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, var(--roq-orange-light), var(--roq-orange));
    color: #111 !important;
}

.roq-news-empty {
    padding: 90px 24px;
    text-align: center;
    border: 1px solid var(--roq-border);
    border-radius: 24px;
    background: rgba(255,255,255,.025);
}

.roq-news-empty > span { color: var(--roq-orange); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.roq-news-empty h2 { margin: 12px 0 8px; color: #fff !important; font-size: 34px; }
.roq-news-empty p { margin: 0; color: var(--roq-muted) !important; }

/* Einzelartikel */
.roq-news-single { background: #111214; }
.roq-news-article-hero {
    position: relative;
    min-height: min(720px, 76vh);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 18%, rgba(245,130,32,.28), transparent 32%),
        linear-gradient(145deg, #202227, #0d0e10);
}

.roq-news-article-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roq-news-article-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8,9,11,.22) 0%, rgba(8,9,11,.36) 34%, rgba(8,9,11,.96) 100%),
        linear-gradient(90deg, rgba(8,9,11,.78), transparent 70%);
}

.roq-news-article-hero-content {
    position: relative;
    z-index: 2;
    width: min(960px, calc(100% - 60px));
    margin: 0 auto;
    padding: 52px 0 58px;
}

.roq-news-back {
    display: inline-block;
    margin-bottom: 28px;
    color: rgba(255,255,255,.76) !important;
    text-decoration: none !important;
    font-weight: 750;
}

.roq-news-article-hero h1 {
    max-width: 920px;
    margin: 14px 0 18px;
    color: #fff !important;
    font-size: clamp(42px, 6.4vw, 78px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.055em;
}

.roq-news-deck {
    max-width: 810px;
    margin: 0;
    color: rgba(255,255,255,.78) !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    line-height: 1.5;
}

.roq-news-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 25px;
    color: rgba(255,255,255,.58);
    font-size: 13px;
}

.roq-news-status-badge {
    display: inline-flex;
    margin-top: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(245,130,32,.36);
    border-radius: 999px;
    background: rgba(245,130,32,.12);
    color: #ffb05b;
    font-size: 12px;
    font-weight: 800;
}

.roq-news-article-body {
    padding: 65px 0 96px;
    color: #222;
}

.roq-news-single article { background: #f7f7f5; }
.roq-news-article-section { margin-bottom: 52px; }
.roq-news-article-section h2,
.roq-news-sources-public h2 {
    margin: 0 0 20px;
    color: #151515 !important;
    font-size: 34px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -.025em;
}

.roq-news-article-section p,
.roq-news-fact-box p,
.roq-news-correction p {
    color: #292929 !important;
    font-size: 19px !important;
    line-height: 1.82;
}

.roq-news-section-perspective {
    padding: 28px 30px;
    border-left: 5px solid var(--roq-orange);
    border-radius: 0 18px 18px 0;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.05);
}

.roq-news-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
    margin: 58px 0;
}

.roq-news-fact-box {
    padding: 24px;
    border: 1px solid #e8e2dd;
    border-radius: 17px;
    background: #fff;
}

.roq-news-fact-box h3 { margin: 0 0 13px; color: #181818; font-size: 18px; }
.roq-news-fact-box p { font-size: 15px !important; line-height: 1.65; }
.roq-news-correction { margin-bottom: 40px; padding: 20px 22px; border: 1px solid #ffd4b1; border-radius: 12px; background: #fff5e9; }
.roq-news-reviewer { margin: 40px 0; padding: 18px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.roq-news-sources-public { margin-top: 55px; }
.roq-news-sources-public ol { padding-left: 22px; }
.roq-news-sources-public li { margin-bottom: 18px; padding-left: 8px; }
.roq-news-sources-public a { color: #9f3b00 !important; font-weight: 750; }
.roq-news-sources-public small { display: block; margin-top: 5px; color: #777; }

@media (max-width: 820px) {
    .roq-news-shell { width: min(100% - 30px, 1320px); }
    .roq-news-content { padding-top: 30px; }
    .roq-news-rail-section + .roq-news-rail-section { margin-top: 40px; }
    .roq-news-stream-card { flex-basis: min(82vw, 330px); min-height: 455px; }
    .roq-news-rail-controls button { width: 42px; height: 42px; }
    .roq-news-facts-grid { grid-template-columns: 1fr; }
    .roq-news-article-hero-content { width: min(100% - 30px, 960px); }
}

@media (max-width: 560px) {
    .roq-news-hero { padding: 48px 0 42px; }
    .roq-news-nav .roq-news-shell { gap: 22px; }
    .roq-news-rail-controls { display: none; }
    .roq-news-rail-heading { align-items: center; }
    .roq-news-stream-card-image { height: 210px; }
    .roq-news-article-body { padding-top: 48px; }
}

/* v1.2.0 – öffentliche Redakteursprofile */
.roq-news-card-editor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 0 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.roq-news-card-editor-image,
.roq-news-card-editor-placeholder {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
}

.roq-news-card-editor-image { object-fit: cover; }
.roq-news-card-editor-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffad39, #f58220);
    color: #111;
    font-size: 15px;
    font-weight: 950;
}

.roq-news-card-editor-copy { min-width: 0; }
.roq-news-card-editor-copy small,
.roq-news-card-editor-copy strong { display: block; }
.roq-news-card-editor-copy small {
    margin-bottom: 1px;
    color: rgba(255,255,255,.42);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.roq-news-card-editor-copy strong {
    overflow: hidden;
    color: rgba(255,255,255,.88);
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roq-news-editor-public-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin: 58px 0 42px;
    padding: 28px;
    border: 1px solid #e6ddd5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0,0,0,.06);
}

.roq-news-editor-public-image-wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #18191d;
    box-shadow: 0 0 0 1px #e6ddd5, 0 14px 30px rgba(0,0,0,.12);
}

.roq-news-editor-public-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.roq-news-editor-public-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffad39, #f58220);
    color: #111;
    font-size: 52px;
    font-weight: 950;
}

.roq-news-editor-public-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #f58220 !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.roq-news-editor-public-copy h2 {
    margin: 0 0 5px;
    color: #151515 !important;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.08;
    font-weight: 950 !important;
    letter-spacing: -.035em;
}

.roq-news-editor-public-copy > strong {
    display: block;
    color: #8a3f08;
    font-size: 14px;
    font-weight: 850;
}

.roq-news-editor-public-copy p {
    margin: 12px 0 0;
    color: #4e4e4e !important;
    font-size: 15px !important;
    line-height: 1.65;
}

@media (max-width: 650px) {
    .roq-news-editor-public-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .roq-news-editor-public-image-wrap { margin: 0 auto; }
}
.roq-news-card-editor + .roq-news-stream-card-footer { margin-top: 0; }


/* v1.2.1 – eigenständiger Header und Footer für News-Unterseiten */
body.roq-news-standalone-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #0d0e10 !important;
    color: #fff;
}

body.roq-news-standalone-page #wpadminbar { z-index: 99999; }

.roq-news-subpage-header {
    position: relative;
    z-index: 80;
    width: 100%;
    border-bottom: 1px solid rgba(245,130,32,.34);
    background:
        radial-gradient(circle at 75% 0%, rgba(245,130,32,.14), transparent 34%),
        rgba(10,11,13,.98);
    box-shadow: 0 16px 36px rgba(0,0,0,.22);
}

.roq-news-subpage-header-inner {
    width: min(1320px, calc(100% - 60px));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.roq-news-subpage-brand,
.roq-news-subpage-footer-brand a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
    text-decoration: none !important;
}

.roq-news-subpage-brand strong,
.roq-news-subpage-footer-brand strong { color: #f58220; }

.roq-news-subpage-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.roq-news-subpage-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.78) !important;
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.roq-news-subpage-nav a:hover {
    transform: translateY(-1px);
    border-color: rgba(245,130,32,.68);
    background: #f58220;
    color: #111 !important;
}

.roq-news-standalone-page .roq-news-article-hero {
    min-height: 570px;
}

.roq-news-subpage-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(245,130,32,.34);
    background:
        radial-gradient(circle at 12% 10%, rgba(245,130,32,.13), transparent 30%),
        linear-gradient(180deg, #111214, #090a0c);
    color: #fff;
}

.roq-news-subpage-footer:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f58220, transparent);
}

.roq-news-subpage-footer-inner {
    width: min(1320px, calc(100% - 60px));
    margin: 0 auto;
    padding: 54px 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 44px;
}

.roq-news-subpage-footer-brand p {
    max-width: 560px;
    margin: 16px 0 0;
    color: rgba(255,255,255,.58) !important;
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6;
}

.roq-news-subpage-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.roq-news-subpage-footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.76) !important;
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.roq-news-subpage-footer-links a:hover {
    border-color: rgba(245,130,32,.62);
    background: rgba(245,130,32,.10);
    color: #ffad39 !important;
}

.roq-news-subpage-footer-bottom {
    width: min(1320px, calc(100% - 60px));
    min-height: 58px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.42);
    font-family: "Poppins", "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 650;
}

@media (max-width: 760px) {
    .roq-news-subpage-header-inner,
    .roq-news-subpage-footer-inner,
    .roq-news-subpage-footer-bottom {
        width: min(100% - 30px, 1320px);
    }

    .roq-news-subpage-header-inner {
        min-height: 70px;
    }

    .roq-news-subpage-nav a:last-child { display: none; }

    .roq-news-subpage-footer-inner,
    .roq-news-subpage-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .roq-news-subpage-footer-links { justify-content: flex-start; }
    .roq-news-subpage-footer-bottom { gap: 7px; }
    .roq-news-standalone-page .roq-news-article-hero { min-height: 520px; }
}

@media (max-width: 480px) {
    .roq-news-subpage-brand,
    .roq-news-subpage-footer-brand a { font-size: 21px; }
    .roq-news-subpage-nav a { min-height: 38px; padding: 0 13px; font-size: 12px; }
    .roq-news-subpage-footer-links { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
    .roq-news-subpage-footer-links a { justify-content: center; }
    .roq-news-subpage-footer-links a:last-child { grid-column: 1 / -1; }
}

/* v1.3.0 – Autor und verantwortliche Redaktion getrennt */
.roq-news-author-public-card {
    border-color: #f1c59e;
    background: linear-gradient(145deg, #fff, #fff8f2);
}
.roq-news-author-public-card + .roq-news-editor-public-card {
    margin-top: -18px;
}


/* v1.3.1 – Überschriften und redaktionelle Einordnung im Artikel */
.roq-news-rich-content > :first-child { margin-top: 0 !important; }
.roq-news-rich-content > :last-child { margin-bottom: 0 !important; }
.roq-news-article-section .roq-news-rich-content h2,
.roq-news-editorial-analysis .roq-news-rich-content h2 {
    margin: 34px 0 14px;
    color: #fff !important;
    font-size: clamp(25px, 3.2vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.035em;
}
.roq-news-article-section .roq-news-rich-content h3,
.roq-news-editorial-analysis .roq-news-rich-content h3 {
    margin: 28px 0 12px;
    color: #fff !important;
    font-size: clamp(21px, 2.5vw, 27px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.025em;
}
.roq-news-article-section .roq-news-rich-content h4,
.roq-news-editorial-analysis .roq-news-rich-content h4 {
    margin: 24px 0 10px;
    color: var(--roq-orange-light) !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.roq-news-rich-content ul,
.roq-news-rich-content ol {
    margin: 20px 0 24px;
    padding-left: 25px;
    color: rgba(255,255,255,.84);
}
.roq-news-rich-content li {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.7;
}
.roq-news-rich-content blockquote {
    margin: 30px 0;
    padding: 18px 22px;
    border-left: 4px solid var(--roq-orange);
    border-radius: 0 14px 14px 0;
    background: rgba(245,130,32,.08);
}
.roq-news-rich-content blockquote p { margin: 0; }
.roq-news-fact-rich-content h2,
.roq-news-fact-rich-content h3,
.roq-news-fact-rich-content h4 {
    margin: 18px 0 8px !important;
    font-size: 17px !important;
}
.roq-news-fact-rich-content li { font-size: 15px; line-height: 1.6; }
.roq-news-editorial-analysis {
    position: relative;
    overflow: hidden;
    margin: 58px 0;
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid rgba(245,130,32,.42);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(245,130,32,.19), transparent 38%),
        linear-gradient(145deg, rgba(245,130,32,.09), rgba(23,24,28,.96));
    box-shadow: 0 24px 54px rgba(0,0,0,.20);
}
.roq-news-editorial-analysis:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--roq-orange-light), var(--roq-orange));
}
.roq-news-editorial-analysis-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--roq-orange-light) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.roq-news-editorial-analysis > h2 {
    margin: 0 0 20px;
    color: #fff !important;
    font-size: clamp(28px, 4vw, 42px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em;
}
@media (max-width: 680px) {
    .roq-news-rich-content li { font-size: 16px; }
    .roq-news-editorial-analysis { margin: 40px 0; border-radius: 17px; }
}

/* v1.4.0 – ROQ Einordnung, Wirkungsanalyse, ROQ-Score und verwandte Inhalte */
.roq-news-section-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: #d9680d !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.roq-news-relevance-section {
    position: relative;
    margin: 58px 0;
    padding: 30px 32px;
    overflow: hidden;
    border: 1px solid #ead7c5;
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 12%, rgba(245,130,32,.14), transparent 32%),
        #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.055);
}
.roq-news-relevance-section:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #ffad39, #f58220);
}

.roq-news-score-card {
    margin: 0 0 58px;
    padding: 26px 28px;
    border: 1px solid rgba(245,130,32,.42);
    border-radius: 23px;
    background:
        radial-gradient(circle at 100% 0%, rgba(245,130,32,.24), transparent 38%),
        linear-gradient(145deg, #202227, #101113);
    color: #fff;
    box-shadow: 0 24px 50px rgba(0,0,0,.16);
}
.roq-news-score-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}
.roq-news-score-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #ffab4a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.roq-news-score-head h2 {
    margin: 0;
    color: #fff !important;
    font-size: 30px;
    line-height: 1;
    font-weight: 950 !important;
    letter-spacing: -.035em;
}
.roq-news-score-head p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.62) !important;
    font-size: 13px !important;
    line-height: 1.4;
}
.roq-news-score-total {
    display: flex;
    align-items: baseline;
    flex: 0 0 auto;
    padding: 11px 15px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 17px;
    background: rgba(255,255,255,.055);
}
.roq-news-score-total strong { color: #ff9b2e; font-size: 38px; line-height: 1; font-weight: 950; }
.roq-news-score-total span { color: rgba(255,255,255,.52); font-size: 13px; font-weight: 800; }
.roq-news-score-dimensions { display: grid; gap: 13px; }
.roq-news-score-row-label {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 6px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
}
.roq-news-score-row-label strong { color: #fff; }
.roq-news-score-track {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
}
.roq-news-score-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f58220, #ffb54d);
    box-shadow: 0 0 18px rgba(245,130,32,.3);
}
.roq-news-score-reason {
    margin: 8px 0 0 !important;
    padding-left: 12px;
    border-left: 2px solid rgba(245,130,32,.65);
    color: rgba(255,255,255,.58) !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}
.roq-news-score-card > small {
    display: block;
    margin-top: 18px;
    color: rgba(255,255,255,.38);
    font-size: 10px;
    line-height: 1.5;
}

.roq-news-opportunities-risks {
    margin: 58px 0;
}
.roq-news-section-heading { margin-bottom: 20px; }
.roq-news-section-heading h2,
.roq-news-related-public-heading h2 {
    margin: 0;
    color: #151515 !important;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 950 !important;
    letter-spacing: -.03em;
}
.roq-news-section-heading > p,
.roq-news-related-public-heading > p {
    margin: 8px 0 0;
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.55;
}
.roq-news-balance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}
.roq-news-balance-card {
    position: relative;
    padding: 25px;
    border: 1px solid #e5dfda;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.045);
}
.roq-news-balance-card > span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.roq-news-balance-card.is-opportunity > span { background: #e8f7ee; color: #176b3a; }
.roq-news-balance-card.is-risk > span { background: #fff0e9; color: #9e3d12; }
.roq-news-balance-card .roq-news-rich-content p,
.roq-news-balance-card .roq-news-rich-content li { font-size: 16px !important; line-height: 1.7; }

.roq-news-related-public {
    margin: 64px 0 58px;
    padding-top: 44px;
    border-top: 1px solid #dfd9d3;
}
.roq-news-related-public-heading { margin-bottom: 20px; }
.roq-news-related-public-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.roq-news-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e0d9d2;
    border-radius: 20px;
    background: #fff;
    color: #151515 !important;
    text-decoration: none !important;
    box-shadow: 0 15px 36px rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.roq-news-related-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245,130,32,.65);
    box-shadow: 0 22px 44px rgba(0,0,0,.10);
}
.roq-news-related-card-media {
    height: 190px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 72% 24%, rgba(245,130,32,.36), transparent 34%),
        linear-gradient(145deg, #282a2f, #111214);
}
.roq-news-related-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.roq-news-related-card:hover .roq-news-related-card-media img { transform: scale(1.035); }
.roq-news-related-card-media > span { color: #f58220; font-size: 34px; font-weight: 950; letter-spacing: -.06em; }
.roq-news-related-card-copy { padding: 20px; }
.roq-news-related-card-copy > span {
    display: block;
    margin-bottom: 7px;
    color: #d9680d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.roq-news-related-card-copy h3 {
    margin: 0;
    color: #151515 !important;
    font-size: 21px;
    line-height: 1.18;
    font-weight: 900 !important;
    letter-spacing: -.025em;
}
.roq-news-related-card-copy p {
    margin: 10px 0 0;
    color: #626262 !important;
    font-size: 13px !important;
    line-height: 1.55;
}
.roq-news-related-card-copy > strong {
    display: block;
    margin-top: 16px;
    color: #c85d0b;
    font-size: 12px;
}

@media (max-width: 720px) {
    .roq-news-score-card { padding: 22px; }
    .roq-news-score-head { align-items: flex-start; }
    .roq-news-score-total strong { font-size: 31px; }
    .roq-news-balance-grid,
    .roq-news-related-public-grid { grid-template-columns: 1fr; }
    .roq-news-relevance-section { padding: 25px 23px; }
}

@media (max-width: 460px) {
    .roq-news-score-head { display: block; }
    .roq-news-score-total { display: inline-flex; margin-top: 15px; }
    .roq-news-related-card-media { height: 175px; }
}


/* ROQ Verified & KI-Transparenz */
.roq-news-transparency{margin:52px 0 10px;border:1px solid rgba(255,132,0,.28);border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#fff 0%,#fff8ef 100%);box-shadow:0 18px 50px rgba(24,20,16,.08)}
.roq-news-verified-badge{display:flex;align-items:flex-start;gap:16px;padding:22px 26px;background:#151515;color:#fff}
.roq-news-verified-dot{width:14px;height:14px;margin-top:5px;border-radius:50%;background:#ff8400;box-shadow:0 0 0 6px rgba(255,132,0,.16);flex:0 0 auto}
.roq-news-verified-copy>strong{display:block;font-size:1.02rem;letter-spacing:.05em;text-transform:uppercase}
.roq-news-verified-items{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:10px;color:#ddd;font-size:.9rem}
.roq-news-verified-items span{display:inline-flex;align-items:center;gap:7px}
.roq-news-verified-items b{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#ff8400;color:#111;font-size:.68rem;line-height:1}
.roq-news-transparency-copy{padding:28px 30px 25px}
.roq-news-transparency-copy h2{margin:5px 0 12px;font-size:1.55rem}
.roq-news-transparency-copy p{margin:0;color:#4a4540;line-height:1.75}
.roq-news-transparency-copy blockquote{margin:20px 0 0;padding:15px 18px;border-left:4px solid #ff8400;background:rgba(255,132,0,.08);font-weight:700;color:#25211e}
.roq-news-transparency-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 18px;margin-top:20px;padding-top:15px;border-top:1px solid rgba(20,20,20,.1);font-size:.82rem;color:#6a625b}
@media(max-width:680px){.roq-news-transparency{border-radius:16px}.roq-news-verified-badge{padding:19px 20px}.roq-news-transparency-copy{padding:23px 20px}.roq-news-verified-items{display:grid;gap:8px}}


/* v1.6.0 – einklappbarer Slider mit der zuletzt veröffentlichten News */
.roq-news-latest-slider{position:fixed;left:18px;bottom:18px;z-index:99980;width:min(360px,calc(100vw - 36px));border:1px solid rgba(245,130,32,.55);border-radius:20px;background:linear-gradient(145deg,#18191d,#0d0e10);box-shadow:0 22px 55px rgba(0,0,0,.42);color:#fff;font-family:"Poppins","Montserrat","Segoe UI",Arial,sans-serif;overflow:hidden;transition:width .22s ease,transform .22s ease}
.roq-news-latest-toggle{position:absolute;right:9px;top:9px;z-index:3;width:32px;height:32px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:22px;line-height:1;cursor:pointer}
.roq-news-latest-image{display:block;height:145px;background:#111}.roq-news-latest-image img{width:100%;height:100%;display:block;object-fit:cover}
.roq-news-latest-copy{padding:17px 18px 18px}.roq-news-latest-label{display:block;color:#ff9b2f;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.roq-news-latest-copy small{display:block;margin:5px 34px 6px 0;color:rgba(255,255,255,.55);font-size:11px;font-weight:700}.roq-news-latest-copy h3{margin:0 30px 8px 0!important;color:#fff!important;font-size:19px!important;line-height:1.18!important;font-weight:900!important}.roq-news-latest-copy p{margin:0 0 14px!important;color:rgba(255,255,255,.66)!important;font-size:13px!important;line-height:1.5!important}.roq-news-latest-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;border-radius:11px;background:#f58220;color:#111!important;font-size:13px;font-weight:900;text-decoration:none!important}
.roq-news-latest-collapsed{display:none;align-items:center;justify-content:center;gap:5px;width:100%;height:100%;color:#fff;font-size:13px;font-weight:900;cursor:pointer;writing-mode:vertical-rl;transform:rotate(180deg)}.roq-news-latest-collapsed span{color:#f58220}
.roq-news-latest-slider.is-collapsed{width:54px;height:154px}.roq-news-latest-slider.is-collapsed .roq-news-latest-content{display:none}.roq-news-latest-slider.is-collapsed .roq-news-latest-collapsed{display:flex}.roq-news-latest-slider.is-collapsed .roq-news-latest-toggle{right:10px;top:8px}
@media(max-width:600px){.roq-news-latest-slider{left:10px;bottom:10px;width:min(330px,calc(100vw - 20px))}.roq-news-latest-image{height:120px}.roq-news-latest-copy p{display:none}.roq-news-latest-slider.is-collapsed{width:48px;height:135px}}

/* v1.6.1 – kompakter Latest-News-Slider mittig rechts */
.roq-news-latest-slider {
    left: auto;
    right: 16px;
    top: 52%;
    bottom: auto;
    width: min(330px, calc(100vw - 32px));
    border-radius: 15px;
    transform: translateY(-50%);
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.38);
    transition: width .22s ease, height .22s ease, transform .22s ease;
}

.roq-news-latest-content {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 158px;
}

.roq-news-latest-image {
    width: 112px;
    height: 100%;
    min-height: 158px;
    border-right: 1px solid rgba(245,130,32,.25);
}

.roq-news-latest-copy {
    min-width: 0;
    padding: 15px 15px 14px;
}

.roq-news-latest-label {
    padding-right: 28px;
    font-size: 9px;
}

.roq-news-latest-copy small {
    margin: 4px 28px 5px 0;
    font-size: 9px;
}

.roq-news-latest-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 22px 10px 0 !important;
    font-size: 15px !important;
    line-height: 1.18 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.roq-news-latest-copy p {
    display: none !important;
}

.roq-news-latest-button {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 11px;
}

.roq-news-latest-toggle {
    right: 7px;
    top: 7px;
    width: 27px;
    height: 27px;
    font-size: 18px;
}

.roq-news-latest-slider.is-collapsed {
    right: 0;
    width: 42px;
    height: 118px;
    transform: translateY(-50%);
    border-radius: 13px 0 0 13px;
}

.roq-news-latest-slider.is-collapsed .roq-news-latest-toggle {
    right: 7px;
    top: 7px;
    width: 27px;
    height: 27px;
}

.roq-news-latest-collapsed {
    font-size: 11px;
}

@media (max-width: 600px) {
    .roq-news-latest-slider {
        left: auto;
        right: 8px;
        top: 52%;
        bottom: auto;
        width: min(298px, calc(100vw - 16px));
        transform: translateY(-50%);
    }

    .roq-news-latest-content {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 142px;
    }

    .roq-news-latest-image {
        width: 96px;
        height: 100%;
        min-height: 142px;
    }

    .roq-news-latest-copy {
        padding: 13px 12px 12px;
    }

    .roq-news-latest-copy h3 {
        margin-right: 18px !important;
        font-size: 14px !important;
        -webkit-line-clamp: 3;
    }

    .roq-news-latest-slider.is-collapsed {
        right: 0;
        width: 40px;
        height: 108px;
        transform: translateY(-50%);
    }
}


/* v1.7.0 – verlinkte Werbebilder */
.roq-news-advertising-public { position:relative; margin:42px 0; padding:10px; border:1px solid #e4d7cb; border-radius:18px; background:#fff; box-shadow:0 14px 34px rgba(0,0,0,.07); }
.roq-news-advertising-public a { display:block; overflow:hidden; border-radius:12px; }
.roq-news-advertising-public img { display:block; width:100%; height:auto; max-height:420px; object-fit:cover; transition:transform .25s ease; }
.roq-news-advertising-public a:hover img { transform:scale(1.015); }
.roq-news-advertising-label { position:absolute; z-index:2; top:20px; left:20px; padding:5px 9px; border-radius:999px; background:rgba(10,11,13,.88); color:#fff !important; font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
@media(max-width:600px){.roq-news-advertising-public{margin:30px 0;padding:7px;border-radius:14px}.roq-news-advertising-label{top:14px;left:14px}}


/* Öffentliche ROQ-News-Autorenseiten */
.roq-news-author-page{background:#080808;color:#fff;min-height:70vh;padding-bottom:72px}.roq-news-author-hero{padding:54px 0;background:linear-gradient(135deg,#101010,#1b110a)}.roq-news-author-profile{display:grid;grid-template-columns:180px 1fr;gap:34px;align-items:center;margin-top:34px}.roq-news-author-avatar{width:180px;height:180px;border-radius:28px;overflow:hidden;background:#222;display:grid;place-items:center;font-size:64px;font-weight:800;color:#ff7a00}.roq-news-author-avatar img{width:100%;height:100%;object-fit:cover}.roq-news-author-kicker{color:#ff7a00;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.roq-news-author-profile h1{font-size:clamp(2.2rem,5vw,4.5rem);margin:.15em 0}.roq-news-author-profile h2{font-size:1.15rem;color:#ddd;margin:0 0 18px}.roq-news-author-bio{max-width:850px;color:#cfcfcf;line-height:1.75}.roq-news-author-articles{padding:54px 0}.roq-news-author-articles>div>h2{font-size:2rem;margin-bottom:24px}.roq-news-author-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.roq-news-author-card{background:#151515;border:1px solid #292929;border-radius:18px;overflow:hidden}.roq-news-author-card a{display:block;color:inherit;text-decoration:none}.roq-news-author-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.roq-news-author-card div{padding:20px}.roq-news-author-card time{color:#ff7a00;font-size:.85rem}.roq-news-author-card h3{font-size:1.2rem;line-height:1.3;margin:8px 0 10px}.roq-news-author-card p{color:#bbb;line-height:1.55;margin:0}@media(max-width:800px){.roq-news-author-profile{grid-template-columns:1fr}.roq-news-author-avatar{width:140px;height:140px}.roq-news-author-grid{grid-template-columns:1fr}}

/* v1.8.2 – eigenständiger Premium-Header und Footer der Autorenseiten */
body.roq-news-author-document{margin:0;background:#080808;color:#fff}
.roq-news-author-site-header{position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(10,10,10,.96);backdrop-filter:blur(16px)}
.roq-news-author-header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:92px}
.roq-news-author-logo{display:flex;align-items:center;gap:14px;color:#fff!important;text-decoration:none!important}
.roq-news-author-logo img{width:82px;height:58px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(255,122,0,.18))}
.roq-news-author-logo span{display:flex;flex-direction:column;gap:2px}
.roq-news-author-logo strong{font-size:22px;line-height:1;font-weight:950;letter-spacing:-.035em}
.roq-news-author-logo small{color:rgba(255,255,255,.56);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.roq-news-author-header-nav{display:flex;align-items:center;gap:10px}
.roq-news-author-header-nav a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important;transition:.2s ease}
.roq-news-author-header-nav a:first-child{border-color:#ff7a00;background:#ff7a00;color:#111!important}
.roq-news-author-header-nav a:hover{transform:translateY(-1px);border-color:#ff7a00}
.roq-news-author-page{padding-bottom:0!important}
.roq-news-author-hero{position:relative;overflow:hidden;padding:44px 0 72px!important;background:radial-gradient(circle at 78% 25%,rgba(255,122,0,.19),transparent 28%),linear-gradient(145deg,#0d0d0d 0%,#170f0a 58%,#090909 100%)!important}
.roq-news-author-hero:after{content:"ROQ";position:absolute;right:-40px;bottom:-120px;color:rgba(255,255,255,.025);font-size:340px;font-weight:950;line-height:1;letter-spacing:-.1em;pointer-events:none}
.roq-news-author-back{position:relative;z-index:2;display:inline-flex;margin-bottom:36px;color:rgba(255,255,255,.7)!important;font-size:13px;font-weight:800;text-decoration:none!important}
.roq-news-author-back:hover{color:#ff7a00!important}
.roq-news-author-profile{position:relative;z-index:2;grid-template-columns:210px minmax(0,1fr)!important;gap:42px!important;margin-top:0!important}
.roq-news-author-avatar{width:210px!important;height:210px!important;border:2px solid #ff7a00!important;border-radius:34px!important;box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 0 9px rgba(255,122,0,.07)}
.roq-news-author-copy{max-width:920px}
.roq-news-author-kicker{margin:0 0 12px!important;font-size:12px!important}
.roq-news-author-profile h1{margin:0 0 10px!important;font-size:clamp(3rem,6vw,5.6rem)!important;line-height:.98!important;letter-spacing:-.065em!important}
.roq-news-author-profile h2{display:inline-flex;margin:8px 0 20px!important;padding:8px 13px;border:1px solid rgba(255,122,0,.28);border-radius:999px;background:rgba(255,122,0,.09);color:#fff!important;font-size:14px!important}
.roq-news-author-bio{margin:0!important;font-size:16px;line-height:1.78!important}
.roq-news-author-articles{padding:68px 0 84px!important;background:#0b0b0b}
.roq-news-author-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}
.roq-news-author-section-head span{color:#ff7a00;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.roq-news-author-section-head h2{margin:5px 0 0!important;font-size:clamp(2rem,4vw,3.1rem)!important;letter-spacing:-.04em}
.roq-news-author-card{border:1px solid rgba(255,255,255,.1)!important;border-radius:22px!important;background:linear-gradient(145deg,#171717,#101010)!important;box-shadow:0 18px 45px rgba(0,0,0,.2);transition:transform .22s ease,border-color .22s ease}
.roq-news-author-card:hover{transform:translateY(-5px);border-color:rgba(255,122,0,.55)!important}
.roq-news-author-card img{aspect-ratio:16/9}
.roq-news-author-card div{padding:22px!important}
.roq-news-author-card strong{display:inline-block;margin-top:16px;color:#ff8a1d;font-size:12px}
.roq-news-author-empty{padding:28px;border:1px solid #292929;border-radius:18px;background:#141414;color:#bbb}
.roq-news-author-site-footer{border-top:1px solid rgba(255,255,255,.1);background:#050505}
.roq-news-author-footer-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding-top:34px;padding-bottom:28px}
.roq-news-author-footer-brand{display:flex;align-items:center;gap:13px}
.roq-news-author-footer-brand img{width:68px;height:48px;object-fit:contain}
.roq-news-author-footer-brand div{display:flex;flex-direction:column}
.roq-news-author-footer-brand strong{font-size:18px}
.roq-news-author-footer-brand span{color:rgba(255,255,255,.52);font-size:12px}
.roq-news-author-footer-inner nav{display:flex;gap:12px}
.roq-news-author-footer-inner nav a{padding:9px 13px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important}
.roq-news-author-footer-inner nav a:hover{border-color:#ff7a00;color:#ff9b42!important}
.roq-news-author-footer-inner>p{grid-column:1/-1;margin:4px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.42);font-size:11px;text-align:center}
@media(max-width:800px){.roq-news-author-header-inner{min-height:76px}.roq-news-author-logo img{width:62px;height:44px}.roq-news-author-logo small{display:none}.roq-news-author-header-nav a:last-child{display:none}.roq-news-author-profile{grid-template-columns:1fr!important}.roq-news-author-avatar{width:150px!important;height:150px!important;border-radius:25px!important}.roq-news-author-profile h1{font-size:clamp(2.7rem,13vw,4.2rem)!important}.roq-news-author-footer-inner{grid-template-columns:1fr;text-align:center}.roq-news-author-footer-brand,.roq-news-author-footer-inner nav{justify-content:center}.roq-news-author-footer-inner>p{grid-column:1}.roq-news-author-hero:after{font-size:220px}}
@media(max-width:520px){.roq-news-author-header-nav a{min-height:38px;padding:0 12px;font-size:11px}.roq-news-author-logo strong{font-size:18px}.roq-news-author-hero{padding-top:30px!important}.roq-news-author-footer-inner nav{flex-wrap:wrap}}


/* v1.8.3 – Lesbarkeit im Artikel und hochwertiger Artikel-Header */
.roq-news-article-body .roq-news-rich-content,
.roq-news-article-body .roq-news-rich-content p,
.roq-news-article-body .roq-news-rich-content li,
.roq-news-article-body .roq-news-rich-content span,
.roq-news-article-body .roq-news-rich-content strong,
.roq-news-article-body .roq-news-rich-content em,
.roq-news-article-body .roq-news-rich-content blockquote {
    color: #252525 !important;
}

.roq-news-article-body .roq-news-rich-content h1,
.roq-news-article-body .roq-news-rich-content h2,
.roq-news-article-body .roq-news-rich-content h3,
.roq-news-article-body .roq-news-rich-content h4,
.roq-news-article-body .roq-news-rich-content h5,
.roq-news-article-body .roq-news-rich-content h6 {
    color: #151515 !important;
}

.roq-news-article-body .roq-news-rich-content ul,
.roq-news-article-body .roq-news-rich-content ol {
    color: #252525 !important;
}

.roq-news-article-body .roq-news-rich-content a {
    color: #9f3b00 !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.roq-news-subpage-header {
    position: sticky;
    top: 0;
    overflow: hidden;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.admin-bar .roq-news-subpage-header { top: 32px; }

.roq-news-subpage-header-glow {
    position: absolute;
    top: -120px;
    right: 8%;
    width: 360px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,130,32,.24), rgba(245,130,32,0) 68%);
    pointer-events: none;
}

.roq-news-subpage-header-inner {
    position: relative;
    min-height: 88px;
}

.roq-news-subpage-brand {
    gap: 13px;
}

.roq-news-subpage-brand > img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 7px 14px rgba(245,130,32,.24));
}

.roq-news-subpage-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.roq-news-subpage-brand-copy > span {
    display: block;
    color: #fff !important;
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.045em;
}

.roq-news-subpage-brand-copy b { color: #fff; }
.roq-news-subpage-brand-copy strong { color: #f58220; }

.roq-news-subpage-brand-copy small {
    display: block;
    color: rgba(255,255,255,.50) !important;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.roq-news-subpage-nav a.is-primary {
    border-color: rgba(245,130,32,.58);
    background: linear-gradient(180deg, rgba(245,130,32,.22), rgba(245,130,32,.10));
    color: #fff !important;
}

.roq-news-subpage-nav a.is-primary:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #f58220;
    box-shadow: 0 0 0 5px rgba(245,130,32,.12);
}

.roq-news-standalone-page .roq-news-article-hero {
    border-bottom: 1px solid rgba(245,130,32,.30);
}

.roq-news-article-hero-content:before {
    content: "ROQ NEWS";
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(10,11,13,.38);
    color: rgba(255,255,255,.76);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    backdrop-filter: blur(10px);
}

.roq-news-back {
    margin-bottom: 22px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(8,9,11,.34);
    backdrop-filter: blur(10px);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.roq-news-back:hover {
    transform: translateY(-1px);
    border-color: rgba(245,130,32,.68);
    background: rgba(245,130,32,.14);
}

@media (max-width: 782px) {
    body.admin-bar .roq-news-subpage-header { top: 46px; }
}

@media (max-width: 700px) {
    .roq-news-subpage-header-inner {
        width: min(100% - 28px, 1320px);
        min-height: 76px;
    }
    .roq-news-subpage-brand > img { width: 40px; height: 40px; }
    .roq-news-subpage-brand-copy > span { font-size: 21px; }
    .roq-news-subpage-brand-copy small { display: none; }
    .roq-news-subpage-nav a { min-height: 39px; padding: 0 13px; font-size: 11px; }
    .roq-news-subpage-nav a:last-child { display: none; }
}

/* ROQ News 1.8.5 – Redaktionelle Vertrauensseiten und Korrekturformular */
.roq-news-editorial-document{background:#090909;color:#f7f7f7}
.roq-news-editorial-page{min-height:70vh;padding:54px 0 90px;background:radial-gradient(circle at 85% 5%,rgba(255,106,0,.12),transparent 28%),#0b0b0c}
.roq-news-editorial-content{margin-top:34px}
.roq-news-editorial-intro{max-width:900px;margin-bottom:44px}
.roq-news-editorial-intro>span{display:inline-block;color:#ff6a00;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;margin-bottom:12px}
.roq-news-editorial-intro h1{margin:0 0 16px;color:#fff;font-size:clamp(42px,7vw,82px);line-height:.98;letter-spacing:-.045em}
.roq-news-editorial-intro p{max-width:760px;margin:0;color:#c9c9cc;font-size:20px;line-height:1.7}
.roq-news-editorial-copy{max-width:960px;padding:42px;border:1px solid rgba(255,255,255,.09);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 30px 80px rgba(0,0,0,.25)}
.roq-news-editorial-copy h2{color:#fff;font-size:30px;margin:36px 0 12px}.roq-news-editorial-copy h2:first-child{margin-top:0}
.roq-news-editorial-copy p{color:#d7d7da;font-size:18px;line-height:1.85;margin:0 0 18px}
.roq-news-editorial-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:24px}
.roq-news-editorial-person{display:grid;grid-template-columns:100px 1fr;gap:22px;align-items:start;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,#171719,#0e0e10)}
.roq-news-editorial-person img,.roq-news-editorial-person-placeholder{width:100px;height:100px;border-radius:22px;object-fit:cover;border:2px solid #ff6a00;background:#1f1f21}
.roq-news-editorial-person-placeholder{display:grid;place-items:center;color:#ff6a00;font-size:42px;font-weight:900}
.roq-news-editorial-person div>span{color:#ff6a00;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.roq-news-editorial-person h2{margin:5px 0 5px;color:#fff;font-size:26px}.roq-news-editorial-person strong{display:block;color:#fff;margin-bottom:10px}
.roq-news-editorial-person p{color:#bfc0c4;line-height:1.65;margin:0 0 12px}.roq-news-editorial-person a{color:#ff7a1a;font-weight:800;text-decoration:none}
.roq-news-principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.roq-news-principles-grid article{padding:30px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}
.roq-news-principle-logo{display:grid;place-items:center;width:54px;height:54px;padding:7px;border-radius:16px;background:linear-gradient(145deg,#19191b,#0b0b0c);border:1px solid rgba(255,106,0,.45);box-shadow:0 12px 30px rgba(255,106,0,.12);margin-bottom:18px}.roq-news-principle-logo img{display:block;width:100%;height:100%;object-fit:contain}
.roq-news-principles-grid h2{color:#fff;font-size:24px;margin:0 0 10px}.roq-news-principles-grid p{color:#c6c6ca;line-height:1.7;margin:0}
.roq-news-correction-box{margin-top:34px;padding:30px;border:1px solid rgba(255,106,0,.45);border-radius:22px;background:rgba(255,106,0,.08)}
.roq-news-correction-box>span{color:#ff7a1a;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px}.roq-news-correction-box h2{margin-top:8px}
.roq-news-editorial-button{display:inline-flex;margin-top:10px;padding:14px 20px;border-radius:999px;background:#ff6a00;color:#111!important;font-weight:900;text-decoration:none!important}
.roq-news-trust-footer{margin-top:80px;border-top:1px solid rgba(255,255,255,.1);background:#080809}
.roq-news-trust-footer-inner{display:grid;grid-template-columns:minmax(240px,1fr) minmax(360px,1.5fr);gap:28px;align-items:center;padding-top:34px!important;padding-bottom:24px!important}
.roq-news-trust-footer-brand{display:flex;align-items:center;gap:14px}.roq-news-trust-footer-brand img{width:52px;height:52px;object-fit:contain}.roq-news-trust-footer-brand strong{display:block;color:#fff;font-size:20px}.roq-news-trust-footer-brand span{display:block;color:#aaa;font-size:13px}
.roq-news-trust-footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.roq-news-trust-footer-nav a{color:#d7d7da;text-decoration:none;font-size:14px;font-weight:700}.roq-news-trust-footer-nav a:hover{color:#ff6a00}
.roq-news-trust-footer-inner>p{grid-column:1/-1;margin:0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#777;font-size:13px}
.roq-news-author-site-footer nav,.roq-news-subpage-footer-links{display:flex;flex-wrap:wrap;gap:10px 18px}
@media(max-width:760px){.roq-news-editorial-page{padding:36px 0 64px}.roq-news-editorial-copy{padding:25px}.roq-news-principles-grid{grid-template-columns:1fr}.roq-news-editorial-person{grid-template-columns:74px 1fr;padding:20px}.roq-news-editorial-person img,.roq-news-editorial-person-placeholder{width:74px;height:74px;border-radius:18px}.roq-news-trust-footer-inner{grid-template-columns:1fr}.roq-news-trust-footer-nav{justify-content:flex-start}.roq-news-editorial-intro p{font-size:17px}}

/* ROQ News 1.8.5 – Korrekturformular */
.roq-news-correction-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.roq-news-form-field{display:flex;flex-direction:column;gap:8px}.roq-news-form-field.is-full{grid-column:1/-1}.roq-news-form-field label{color:#fff;font-size:14px;font-weight:800}.roq-news-form-field label span{color:#ff6a00}.roq-news-form-field input,.roq-news-form-field textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#0c0c0d;color:#fff;padding:14px 15px;font:inherit;line-height:1.5;outline:none;transition:border-color .2s,box-shadow .2s}.roq-news-form-field textarea{resize:vertical;min-height:110px}.roq-news-form-field input:focus,.roq-news-form-field textarea:focus{border-color:#ff6a00;box-shadow:0 0 0 3px rgba(255,106,0,.14)}.roq-news-form-field input::placeholder,.roq-news-form-field textarea::placeholder{color:#7f7f84}.roq-news-form-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;gap:14px}.roq-news-form-actions small{color:#aaa}.roq-news-editorial-button{border:0;cursor:pointer;font:inherit}.roq-news-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.roq-news-form-notice{display:flex;flex-direction:column;gap:4px;margin:0 0 24px;padding:16px 18px;border-radius:14px}.roq-news-form-notice.is-success{border:1px solid rgba(47,196,126,.45);background:rgba(47,196,126,.1)}.roq-news-form-notice.is-error{border:1px solid rgba(255,88,88,.45);background:rgba(255,88,88,.1)}.roq-news-form-notice strong{color:#fff}.roq-news-form-notice span{color:#d4d4d7}.roq-news-correction-box h2{color:#fff}.roq-news-correction-box p{color:#d7d7da}@media(max-width:700px){.roq-news-correction-form{grid-template-columns:1fr}.roq-news-form-field{grid-column:1/-1}}
