/* Alltag Aktuell standalone editorial hub and article shell v0.9.20 */
body.gcahs-alltag-aktuell-active {
    --gcaa-ink: #17181b;
    --gcaa-paper: #f4f5f4;
    --gcaa-surface: #ffffff;
    --gcaa-line: #d8dcdf;
    --gcaa-muted: #68717b;
    --gcaa-orange: #ff5b21;
    --gcaa-orange-dark: #cb3c0b;
    --gcaa-rubric-orange: #cb3c0b;
    --gcaa-rubric-blue: #2f6fca;
    --gcaa-rubric-green: #247b66;
    --gcaa-rubric-plum: #71536f;
    --gcaa-rubric-red: #a7352f;
    --gcaa-rubric-cyan: #0d8298;
    --gcaa-rubric-navy: #405a7a;
    --gcaa-rubric-rose: #a53f68;
    --gcaa-rubric-violet: #6156a6;
    margin: 0 !important;
    background: var(--gcaa-paper) !important;
    color: var(--gcaa-ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.gcahs-alltag-aktuell-active #page-container {
    padding-top: 0 !important;
}

.gcaa-site-shell,
.gcaa-site-shell * {
    box-sizing: border-box;
}

.gcaa-site-shell {
    min-height: 100vh;
    overflow: hidden;
    background: var(--gcaa-paper);
    color: var(--gcaa-ink);
}

.gcaa-tone--orange { --gcaa-rubric-color: var(--gcaa-rubric-orange); }
.gcaa-tone--blue { --gcaa-rubric-color: var(--gcaa-rubric-blue); }
.gcaa-tone--green { --gcaa-rubric-color: var(--gcaa-rubric-green); }
.gcaa-tone--plum { --gcaa-rubric-color: var(--gcaa-rubric-plum); }
.gcaa-tone--red { --gcaa-rubric-color: var(--gcaa-rubric-red); }
.gcaa-tone--cyan { --gcaa-rubric-color: var(--gcaa-rubric-cyan); }
.gcaa-tone--navy { --gcaa-rubric-color: var(--gcaa-rubric-navy); }
.gcaa-tone--rose { --gcaa-rubric-color: var(--gcaa-rubric-rose); }
.gcaa-tone--violet { --gcaa-rubric-color: var(--gcaa-rubric-violet); }

.gcaa-site-shell a {
    color: inherit;
    text-decoration: none;
}

.gcaa-site-shell img {
    display: block;
    max-width: 100%;
}

.gcaa-site-shell svg {
    width: 1.25em;
    height: 1.25em;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.gcaa-page-width {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}

.gcaa-utility-bar {
    background: #202124;
    color: #d9dce0;
    font-size: 12px;
}

.gcaa-utility-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gcaa-back-to-gc,
.gcaa-utility-actions,
.gcaa-search {
    display: flex;
    align-items: center;
}

.gcaa-back-to-gc {
    gap: 10px;
    color: #f3f4f5 !important;
    font-weight: 700;
    letter-spacing: .02em;
    opacity: 1 !important;
}

.gcaa-back-to-gc:hover {
    color: #ffffff !important;
}

.gcaa-back-to-gc span {
    color: inherit !important;
}

.gcaa-gc-mark {
    width: 25px;
    height: 25px;
    border: 1px solid #60646a;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
}

.gcaa-utility-actions {
    gap: 26px;
}

.gcaa-search {
    overflow: hidden;
    border: 1px solid #55595e;
    border-radius: 18px;
}

body.gcahs-alltag-aktuell-active .gcaa-search input[type="search"] {
    width: 88px;
    height: 30px;
    padding: 0 0 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff;
    font-size: 11px;
    opacity: 1;
}

body.gcahs-alltag-aktuell-active .gcaa-search input[type="search"]::placeholder {
    color: #d7d9dc !important;
    -webkit-text-fill-color: #d7d9dc !important;
    opacity: 1;
}

.gcaa-search button {
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f0f1f2;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.gcaa-search button svg {
    width: 15px;
    height: 15px;
}

.gcaa-brand-header {
    background: #050505;
    color: #ffffff;
}

.gcaa-brand-inner {
    min-height: 178px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.gcaa-brand-inner > a {
    display: block;
    width: min(680px, 66vw);
}

.gcaa-brand-inner img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: left center;
}

.gcaa-brand-inner p {
    max-width: 280px;
    margin: 0;
    padding-left: 24px;
    border-left: 2px solid var(--gcaa-orange);
    color: #b7bbc1;
    font-size: 15px;
    line-height: 1.5;
}

.gcaa-topic-nav {
    background: var(--gcaa-surface);
    border-bottom: 1px solid var(--gcaa-line);
    box-shadow: 0 6px 18px rgba(18, 24, 30, .04);
}

.gcaa-topic-nav-inner {
    min-height: 55px;
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.5vw, 30px);
    overflow-x: auto;
    scrollbar-width: none;
}

.gcaa-topic-nav-inner::-webkit-scrollbar {
    display: none;
}

.gcaa-topic-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 20px 0;
    color: #30343a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
}

.gcaa-topic-nav a:hover,
.gcaa-topic-nav a.is-active {
    color: var(--gcaa-orange-dark);
}

.gcaa-topic-nav a.gcaa-topic-link:hover,
.gcaa-topic-nav a.gcaa-topic-link.is-active {
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
}

.gcaa-topic-nav a.is-active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--gcaa-rubric-color, var(--gcaa-orange));
}

.gcaa-main {
    padding-bottom: 104px;
}

.gcaa-edition-line {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--gcaa-line);
    color: var(--gcaa-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcaa-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(330px, .88fr);
    gap: 30px;
    padding: 38px 0 44px;
}

.gcaa-lead-story {
    overflow: hidden;
    margin: 0;
    background: var(--gcaa-surface);
    border: 1px solid var(--gcaa-line);
    border-top: 4px solid var(--gcaa-orange);
}

.gcaa-lead-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1200 / 630;
    background: #111318;
}

.gcaa-lead-image::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 10, 14, .46) 0%, rgba(8, 10, 14, .24) 20%, rgba(8, 10, 14, .08) 36%, transparent 48%),
        linear-gradient(0deg, rgba(8, 10, 14, .34) 0%, transparent 27%);
}

.gcaa-lead-image img,
.gcaa-change-image img,
.gcaa-change-side__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcaa-lead-image--empty img,
.gcaa-change-image img[src*="alltag-aktuell-signet"],
.gcaa-change-side__image img[src*="alltag-aktuell-signet"] {
    padding: 11%;
    object-fit: contain;
    background: linear-gradient(135deg, #252830, #111318);
}

.gcaa-lead-image > img {
    transition: transform 300ms ease;
}

.gcaa-lead-story:hover .gcaa-lead-image > img {
    transform: scale(1.015);
}

.gcaa-lead-badge {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 8px 12px;
    background: var(--gcaa-rubric-color, var(--gcaa-orange));
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gcaa-lead-copy {
    padding: 27px 30px 29px;
}

.gcaa-story-category {
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gcaa-story-category--orange { --gcaa-rubric-color: var(--gcaa-rubric-orange); }
.gcaa-story-category--blue { --gcaa-rubric-color: var(--gcaa-rubric-blue); }
.gcaa-story-category--green { --gcaa-rubric-color: var(--gcaa-rubric-green); }
.gcaa-story-category--plum { --gcaa-rubric-color: var(--gcaa-rubric-plum); }
.gcaa-story-category--red { --gcaa-rubric-color: var(--gcaa-rubric-red); }
.gcaa-story-category--cyan { --gcaa-rubric-color: var(--gcaa-rubric-cyan); }
.gcaa-story-category--navy { --gcaa-rubric-color: var(--gcaa-rubric-navy); }
.gcaa-story-category--rose { --gcaa-rubric-color: var(--gcaa-rubric-rose); }
.gcaa-story-category--violet { --gcaa-rubric-color: var(--gcaa-rubric-violet); }

.gcaa-lead-copy h1 {
    max-width: 900px;
    margin: 11px 0 13px;
    color: var(--gcaa-ink);
    font-size: clamp(29px, 3vw, 45px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.038em;
}

.gcaa-lead-copy h1 a:hover,
.gcaa-important-list h3 a:hover,
.gcaa-change-grid h3 a:hover,
.gcaa-latest-list h3 a:hover {
    color: var(--gcaa-orange-dark);
}

.gcaa-lead-copy > p {
    max-width: 820px;
    margin: 0;
    color: #5e6771;
    font-size: 16px;
    line-height: 1.58;
}

.gcaa-story-footer {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e5e7e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.gcaa-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--gcaa-muted);
    font-size: 11px;
    font-weight: 700;
}

.gcaa-meta svg {
    width: 14px;
    height: 14px;
}

.gcaa-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gcaa-orange-dark) !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gcaa-text-link svg,
.gcaa-magazine-bridge__copy a svg {
    width: 16px;
    height: 16px;
}

.gcaa-important-panel {
    margin: 0;
    border-top: 4px solid var(--gcaa-ink);
    background: var(--gcaa-surface);
}

.gcaa-important-head {
    padding: 24px 25px 20px;
    border-bottom: 1px solid var(--gcaa-line);
}

.gcaa-important-head span,
.gcaa-section-heading span {
    color: var(--gcaa-orange-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gcaa-important-head h2 {
    margin: 6px 0 0;
    color: var(--gcaa-ink);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.gcaa-important-list article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    margin: 0;
    padding: 22px 23px;
    border-bottom: 1px solid var(--gcaa-line);
}

.gcaa-story-number {
    color: #cbd0d4;
    font-size: 18px;
    font-weight: 900;
}

.gcaa-important-label {
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gcaa-important-list h3 {
    margin: 7px 0 12px;
    color: var(--gcaa-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.02em;
}

.gcaa-important-meta {
    color: var(--gcaa-muted);
    font-size: 10px;
    font-weight: 700;
}

.gcaa-service-strip {
    display: grid;
    grid-template-columns: .72fr repeat(3, 1fr);
    overflow: hidden;
    background: var(--gcaa-ink);
    color: #ffffff;
    border-left: 5px solid var(--gcaa-orange);
}

.gcaa-service-intro,
.gcaa-service-strip > a {
    min-height: 112px;
    padding: 21px 22px;
}

.gcaa-service-strip > a::before,
.gcaa-service-strip > a::after {
    content: none !important;
    display: none !important;
}

.gcaa-service-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0f1012;
}

.gcaa-service-intro span {
    color: var(--gcaa-orange);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gcaa-service-intro strong {
    margin-top: 5px;
    font-size: 19px;
}

.gcaa-service-strip > a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border-left: 1px solid #3c3e42;
    transition: background-color 180ms ease;
}

.gcaa-service-strip > a:hover {
    background: #25272b;
}

.gcaa-service-strip > a > svg,
.gcaa-service-icon {
    color: var(--gcaa-rubric-color, var(--gcaa-orange)) !important;
}

.gcaa-service-icon {
    width: 34px;
    min-width: 34px;
    padding-left: 4px;
    overflow: visible;
    display: grid;
    place-items: center;
}

.gcaa-service-icon svg {
    width: 18px;
    height: 18px;
    overflow: visible;
}

.gcaa-service-strip > a > svg {
    width: 17px;
    height: 17px;
}

.gcaa-service-strip > a span:nth-child(2) {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.42;
}

.gcaa-service-strip b {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 -3px;
    padding: 0 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*
 * WP Rocket may fold the strip into its Used CSS bundle. The scoped,
 * high-specificity rules keep enough inner space for the first glyph even
 * when an older optimized base rule is still present during regeneration.
 */
body.gcahs-alltag-aktuell-active .gcaa-service-strip > a {
    grid-template-columns: 34px minmax(0, 1fr) 17px !important;
    gap: 14px !important;
}

body.gcahs-alltag-aktuell-active .gcaa-service-strip > a span:nth-child(2) {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 2px 0 2px 6px !important;
    overflow: visible !important;
}

body.gcahs-alltag-aktuell-active .gcaa-service-strip > a span:nth-child(2) > b {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 1px 6px 2px !important;
    overflow: hidden !important;
    text-indent: 0 !important;
    transform: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gcaa-change-section,
.gcaa-topics-section,
.gcaa-latest-section {
    padding-top: 82px;
}

.gcaa-section-heading {
    display: grid;
    grid-template-columns: auto minmax(80px, 1fr);
    align-items: end;
    gap: 30px;
    margin-bottom: 27px;
}

.gcaa-section-heading h2 {
    margin: 6px 0 0;
    color: var(--gcaa-ink);
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.gcaa-section-heading i {
    height: 1px;
    margin-bottom: 7px;
    background: var(--gcaa-line);
}

.gcaa-change-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.33fr) minmax(360px, .92fr);
    gap: 30px;
}

.gcaa-change-feature {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) .9fr;
    margin: 0;
    background: var(--gcaa-surface);
    border: 1px solid var(--gcaa-line);
}

.gcaa-change-image {
    min-height: 330px;
    overflow: hidden;
}

.gcaa-change-feature > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.gcaa-change-feature h3 {
    margin: 10px 0 13px;
    color: var(--gcaa-ink);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.gcaa-change-feature p {
    margin: 0 0 22px;
    color: var(--gcaa-muted);
    font-size: 14px;
    line-height: 1.55;
}

.gcaa-change-side {
    display: grid;
    gap: 18px;
}

.gcaa-change-side article {
    min-height: 156px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    margin: 0;
    background: var(--gcaa-surface);
    border: 1px solid var(--gcaa-line);
}

.gcaa-change-side__image {
    overflow: hidden;
}

.gcaa-change-side article > div {
    padding: 22px 21px;
}

.gcaa-change-side h3 {
    margin: 8px 0 15px;
    color: var(--gcaa-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.02em;
}

.gcaa-topic-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.gcaa-topic-card {
    position: relative;
    min-height: 228px;
    padding: 24px 21px 21px;
    overflow: hidden;
    background: var(--gcaa-surface);
    border: 1px solid var(--gcaa-line);
    border-top: 4px solid currentColor;
    display: flex;
    flex-direction: column;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.gcaa-topic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 30px rgba(27, 34, 40, .08);
}

.gcaa-site-shell a.gcaa-topic-card {
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
}

.gcaa-topic-card > svg {
    width: 23px;
    height: 23px;
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
}

.gcaa-topic-card strong {
    margin-top: 28px;
    color: var(--gcaa-ink);
    font-size: 17px;
    line-height: 1.1;
}

.gcaa-topic-card > span {
    margin-top: 9px;
    color: var(--gcaa-muted);
    font-size: 12px;
    line-height: 1.45;
}

.gcaa-topic-card small {
    margin-top: 12px;
    color: #8c949d;
    font-size: 10px;
    font-weight: 700;
}

.gcaa-topic-card i {
    width: 32px;
    height: 32px;
    margin-top: auto;
    border: 1px solid currentColor;
    display: grid;
    place-items: center;
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
}

.gcaa-topic-card i svg {
    width: 17px;
    height: 17px;
}

.gcaa-magazine-bridge {
    position: relative;
    margin-top: 82px;
    padding: 42px 46px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: center;
    gap: 50px;
    background: #101820;
    color: #ffffff;
    border-top: 5px solid #00c2ff;
}

.gcaa-magazine-bridge::after {
    content: '';
    position: absolute;
    right: -70px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(0, 194, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(0, 194, 255, .08);
}

.gcaa-magazine-bridge__copy,
.gcaa-magazine-bridge__visual {
    position: relative;
    z-index: 1;
}

.gcaa-magazine-bridge__copy > span {
    color: #00c2ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gcaa-magazine-bridge__copy h2 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.gcaa-magazine-bridge__copy p {
    max-width: 650px;
    margin: 0;
    color: #b9c2ca;
    font-size: 14px;
    line-height: 1.58;
}

.gcaa-magazine-bridge__copy a {
    width: fit-content;
    min-height: 47px;
    margin-top: 25px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00c2ff;
    color: #07141a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gcaa-magazine-bridge__visual {
    padding: 30px 0 30px 42px;
    border-left: 1px solid #34404a;
}

.gcaa-magazine-bridge__brand {
    color: #ffffff;
    font-size: clamp(31px, 4vw, 53px);
    font-weight: 900;
    letter-spacing: -.055em;
}

.gcaa-magazine-bridge__brand span {
    color: #00c2ff;
}

.gcaa-magazine-bridge__topics {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gcaa-magazine-bridge__topics span {
    padding: 7px 10px;
    border: 1px solid #3c4954;
    color: #b9c2ca;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcaa-latest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
    gap: 30px;
    align-items: start;
}

.gcaa-latest-list {
    border-top: 3px solid var(--gcaa-ink);
}

.gcaa-latest-list article {
    min-height: 115px;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 20px 6px;
    border-bottom: 1px solid var(--gcaa-line);
}

.gcaa-latest-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #515963;
    font-size: 11px;
    font-weight: 800;
}

.gcaa-latest-date small {
    color: #92999f;
    font-size: 10px;
}

.gcaa-latest-list h3 {
    margin: 7px 0 0;
    color: var(--gcaa-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.025em;
}

.gcaa-latest-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #cdd2d6;
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
    display: grid;
    place-items: center;
}

.gcaa-latest-arrow svg {
    width: 18px;
    height: 18px;
}

.gcaa-latest-empty {
    padding: 36px 6px;
    border-bottom: 1px solid var(--gcaa-line);
    color: var(--gcaa-muted);
    font-size: 14px;
}

.gcaa-pagination {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gcaa-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #bfc5ca;
    display: inline-grid;
    place-items: center;
    color: #3d444b;
    font-size: 11px;
    font-weight: 800;
}

.gcaa-pagination .page-numbers.current,
.gcaa-pagination .page-numbers:hover {
    border-color: var(--gcaa-orange);
    background: var(--gcaa-orange);
    color: #ffffff;
}

.gcaa-about-panel {
    margin: 0;
    padding: 33px 31px;
    background: var(--gcaa-ink);
    color: #ffffff;
    border-top: 5px solid var(--gcaa-orange);
}

.gcaa-about-panel > svg {
    width: 30px;
    height: 30px;
    color: var(--gcaa-orange);
}

.gcaa-about-panel > span {
    display: block;
    margin-top: 35px;
    color: var(--gcaa-orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gcaa-about-panel h2 {
    margin: 9px 0 17px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.gcaa-about-panel p {
    margin: 0;
    color: #c4c8cd;
    font-size: 13px;
    line-height: 1.62;
}

.gcaa-empty-hero {
    margin-top: 38px;
    padding: 65px 54px;
    background: #15171b;
    color: #ffffff;
    border-top: 5px solid var(--gcaa-orange);
}

.gcaa-empty-hero > span {
    color: var(--gcaa-orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gcaa-empty-hero h1 {
    max-width: 820px;
    margin: 10px 0 14px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.gcaa-empty-hero p {
    max-width: 720px;
    margin: 0;
    color: #bec3ca;
    font-size: 15px;
    line-height: 1.6;
}

/* Standalone Alltag Aktuell article pages. */
.gcaa-skip-link:focus {
    position: fixed !important;
    z-index: 100000;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    clip-path: none;
    background: #ffffff;
    color: #111318;
    font-size: 13px;
    font-weight: 800;
}

.gcaa-article-main {
    padding: 0 0 96px;
    background: var(--gcaa-paper);
}

.gcaa-article-context {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7b838c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gcaa-article-context a:first-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--gcaa-orange-dark);
}

.gcaa-article-context a:hover {
    color: var(--gcaa-ink);
}

.gcaa-article-context a.gcaa-article-rubric {
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark)) !important;
}

.gcaa-article-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--gcaa-line);
    border-top: 4px solid var(--gcaa-rubric-color, var(--gcaa-orange));
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(27, 34, 40, .07);
}

.gcaa-article-content {
    padding: 0 54px 58px;
    color: #30343a;
    font-size: 18px;
    line-height: 1.72;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcahs-header {
    width: calc(100% + 108px);
    max-width: none;
    margin: 0 -54px 34px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.gcaa-article-content > :not(.gcahs-header):not(.gcahs-related-owned):not(.gcaa-related-news):not(.gcaa-transparency-report) {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
}

.gcaa-article-content > p,
.gcaa-article-content > ul,
.gcaa-article-content > ol,
.gcaa-article-content > blockquote {
    margin-top: 0;
    margin-bottom: 1.35em;
}

.gcaa-article-content > h2,
.gcaa-article-content > h3,
.gcaa-article-content > h4 {
    color: #20242a;
    font-weight: 800;
    letter-spacing: -.025em;
}

.gcaa-article-content > h2 {
    margin-top: 1.8em;
    margin-bottom: .65em;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.13;
}

.gcaa-article-content > h3 {
    margin-top: 1.55em;
    margin-bottom: .6em;
    font-size: clamp(22px, 2.2vw, 29px);
    line-height: 1.2;
}

.gcaa-article-content a:not(.gcahs-related-owned__link):not(.gcahs-meta__item) {
    color: #a83712;
    text-decoration-color: rgba(203, 60, 11, .35);
    text-underline-offset: .15em;
}

.gcaa-article-content img {
    height: auto;
}

.gcaa-article-content > figure,
.gcaa-article-content > .wp-block-image,
.gcaa-article-content > .wp-block-gallery,
.gcaa-article-content > .wp-block-table {
    max-width: 1040px;
}

/* Keep the next paragraph or module visually separate from editorial tables.
 * This base rule deliberately applies on desktop, tablet and smartphone. */
body.gcahs-alltag-aktuell-article-active .gcaa-article-content table,
body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .wp-block-table {
    margin-bottom: 34px !important;
}

/* The block wrapper owns the outer spacing; its inner table must not double it. */
body.gcahs-alltag-aktuell-article-active .gcaa-article-content .wp-block-table table {
    margin-bottom: 0 !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcahs-transparency-moved {
    max-width: 880px;
    margin-bottom: 32px !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcahs-related-owned {
    max-width: 1080px;
    margin: 54px auto 0;
}

/* The shared offer module stays available in Alltag articles. Only the broad
 * gadgetChecks topic menu that follows it is hidden here; the separate,
 * clearly labelled magazine bridge at the article end remains untouched. */
body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcmf-wrap {
    width: 100% !important;
    max-width: 1080px !important;
    margin: 48px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-more {
    display: none !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-offers {
    position: relative;
    width: 100% !important;
    min-height: 150px;
    margin: 0 !important;
    padding: 30px 32px 30px 36px !important;
    border: 1px solid var(--gcaa-line) !important;
    border-left: 5px solid var(--gcaa-orange) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(27, 34, 40, .055) !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-offers__content {
    min-width: 0;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-eyebrow {
    margin-bottom: 8px !important;
    color: var(--gcaa-orange-dark) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .11em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-offers__title {
    margin: 0 !important;
    color: var(--gcaa-ink) !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -.025em !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-offers__text {
    max-width: 720px !important;
    margin: 9px 0 0 !important;
    color: var(--gcaa-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcmf-offers__button {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 18px !important;
    border: 1px solid var(--gcaa-ink) !important;
    border-radius: 7px !important;
    background: var(--gcaa-ink) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcmf-offers__button:hover {
    border-color: var(--gcaa-orange-dark) !important;
    background: var(--gcaa-orange-dark) !important;
}

/* The disclosure follows the Technikmagazin substance, but uses the lighter
 * paper-and-orange language of Alltag Aktuell. */
.gcaa-transparency-report {
    width: 100%;
    max-width: 1080px;
    overflow: hidden;
    margin: 38px auto 0 !important;
    border: 1px solid var(--gcaa-line);
    border-top: 4px solid var(--gcaa-orange);
    border-radius: 14px;
    background: #f7f8f8;
}

.gcaa-transparency-report__head {
    padding: 24px 27px 20px;
    border-bottom: 1px solid var(--gcaa-line);
    background: #ffffff;
}

.gcaa-transparency-report__head > span {
    display: block;
    margin-bottom: 6px;
    color: var(--gcaa-orange-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.2;
}

.gcaa-transparency-report__head h2 {
    margin: 0 !important;
    color: var(--gcaa-ink);
    font-size: clamp(23px, 2.4vw, 30px) !important;
    font-weight: 820;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.gcaa-transparency-report__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border-bottom: 1px solid var(--gcaa-line);
    background: var(--gcaa-line);
}

.gcaa-transparency-report__legend > span {
    display: flex;
    min-height: 58px;
    padding: 13px 17px;
    gap: 8px;
    align-items: center;
    background: #ffffff;
    color: #5e6670;
    font-size: 11px;
    font-weight: 680;
    line-height: 1.35;
}

.gcaa-transparency-report__legend b {
    color: var(--gcaa-orange-dark);
    font-size: 16px;
    line-height: 1;
}

.gcaa-transparency-report__copy {
    padding: 23px 27px 24px;
}

.gcaa-transparency-report__copy p {
    margin: 0 0 13px;
    color: #555e68;
    font-size: 13px;
    line-height: 1.6;
}

.gcaa-transparency-report__copy p:last-child {
    margin-bottom: 0;
}

.gcaa-transparency-report__copy strong {
    color: #252a30;
}

/* Text-first recommendations belong to the Alltag sub-brand. The category
 * colour identifies every card without importing the dark GC-series artwork. */
body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcaa-related-news {
    max-width: 1080px;
    overflow: hidden;
    margin: 34px auto 0;
    padding: 0;
    border: 1px solid var(--gcaa-line);
    border-top: 4px solid var(--gcaa-orange);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(27, 34, 40, .045);
}

.gcaa-related-news__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 27px 28px 23px;
    border-bottom: 1px solid var(--gcaa-line);
    background: #ffffff;
}

.gcaa-related-news__heading > div {
    min-width: 0;
}

.gcaa-related-news__heading > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--gcaa-orange-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gcaa-related-news__heading h2 {
    margin: 0;
    color: var(--gcaa-ink);
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.gcaa-related-news__heading p {
    margin: 8px 0 0;
    color: var(--gcaa-muted);
    font-size: 14px;
    line-height: 1.5;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcaa-related-news__section-link {
    flex: 0 0 auto;
    padding-bottom: 2px;
    color: var(--gcaa-orange-dark) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: uppercase;
}

.gcaa-related-news__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--gcaa-line);
}

.gcaa-related-news__card {
    min-width: 0;
    margin: 0;
    background: #ffffff;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcaa-related-news__link {
    display: flex;
    min-height: 238px;
    height: 100%;
    padding: 23px 22px 22px;
    flex-direction: column;
    border-top: 4px solid var(--gcaa-rubric-color, var(--gcaa-orange));
    background: #ffffff;
    color: var(--gcaa-ink) !important;
    text-decoration: none !important;
    transition: background-color 180ms ease;
}

body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcaa-related-news__link:hover {
    background: #f8f9f8;
}

.gcaa-related-news__rubric {
    display: block;
    margin-bottom: 12px;
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark));
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.gcaa-related-news__title {
    display: block;
    color: var(--gcaa-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.018em;
}

.gcaa-related-news__meta {
    display: block;
    margin-top: 14px;
    color: var(--gcaa-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
}

.gcaa-related-news__cta {
    display: block;
    margin-top: auto;
    padding-top: 22px;
    color: var(--gcaa-rubric-color, var(--gcaa-orange-dark));
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1.3;
    text-transform: uppercase;
}

.gcaa-comments {
    max-width: 900px;
    margin: 34px auto 0;
    padding: 34px;
    border: 1px solid var(--gcaa-line);
    border-radius: 16px;
    background: #ffffff;
}

.gcaa-article-magazine-bridge {
    margin-top: 34px;
    padding: 34px 38px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    background: #101820;
    color: #ffffff;
    border-top: 4px solid #00c2ff;
}

.gcaa-article-magazine-bridge span {
    color: #00c2ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.gcaa-article-magazine-bridge h2 {
    margin: 7px 0 8px;
    color: #ffffff;
    font-size: clamp(24px, 2.5vw, 33px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.gcaa-article-magazine-bridge p {
    max-width: 760px;
    margin: 0;
    color: #b9c2ca;
    font-size: 13px;
    line-height: 1.55;
}

.gcaa-article-magazine-bridge > a {
    min-height: 46px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #00c2ff;
    color: #07141a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.gcaa-article-magazine-bridge > a svg {
    width: 17px;
    height: 17px;
}

.gcaa-footer {
    background: #151619;
    color: #ffffff;
}

.gcaa-footer-inner {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.gcaa-footer-inner > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gcaa-footer-inner strong {
    font-size: 18px;
    letter-spacing: .03em;
}

.gcaa-footer-inner > div span {
    color: #8e949b;
    font-size: 11px;
}

.gcaa-footer-inner nav {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    color: #b9bec4;
    font-size: 11px;
    font-weight: 700;
}

body.gcahs-alltag-aktuell-active .gcaa-footer-inner nav a,
body.gcahs-alltag-aktuell-active .gcaa-footer-inner nav a:visited {
    color: #dce1e6 !important;
    opacity: 1 !important;
}

body.gcahs-alltag-aktuell-active .gcaa-footer-inner nav a:hover,
body.gcahs-alltag-aktuell-active .gcaa-footer-inner nav a:focus-visible {
    color: #ffffff !important;
}

/* The section masthead follows the straight-edged gadgetChecks header on
 * every viewport. Rounded controls such as the search field stay untouched. */
body.gcahs-alltag-aktuell-active #page-container,
body.gcahs-alltag-aktuell-active .gcaa-site-shell,
body.gcahs-alltag-aktuell-active .gcaa-site-header,
body.gcahs-alltag-aktuell-active .gcaa-utility-bar,
body.gcahs-alltag-aktuell-active .gcaa-utility-inner,
body.gcahs-alltag-aktuell-active .gcaa-brand-header,
body.gcahs-alltag-aktuell-active .gcaa-brand-inner,
body.gcahs-alltag-aktuell-active .gcaa-topic-nav,
body.gcahs-alltag-aktuell-active .gcaa-topic-nav-inner {
    border-radius: 0 !important;
}

@media (max-width: 1080px) {
    .gcaa-top-grid,
    .gcaa-change-grid,
    .gcaa-latest-layout {
        grid-template-columns: 1fr;
    }

    .gcaa-important-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .gcaa-important-list article {
        border-right: 1px solid var(--gcaa-line);
    }

    .gcaa-service-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .gcaa-service-intro {
        grid-column: 1 / -1;
        min-height: 80px;
    }

    .gcaa-service-strip > a:first-of-type {
        border-left: 0;
    }

    .gcaa-about-panel {
        max-width: 680px;
    }

    .gcaa-magazine-bridge {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .gcaa-magazine-bridge__visual {
        padding: 25px 0 0;
        border-top: 1px solid #34404a;
        border-left: 0;
    }

    .gcaa-article-magazine-bridge {
        grid-template-columns: 1fr;
    }

    .gcaa-article-magazine-bridge > a {
        width: fit-content;
    }

    .gcaa-related-news__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Phones and tablets in portrait use a calm, edge-to-edge section masthead.
 * The third condition also covers wide phone viewports in landscape without
 * affecting ordinary tablet-landscape and desktop layouts. */
@media (max-width: 760px),
       (min-width: 761px) and (max-width: 1024px) and (orientation: portrait),
       (min-width: 761px) and (max-width: 932px) and (max-height: 500px) and (orientation: landscape) and (pointer: coarse) {
    body.gcahs-alltag-aktuell-active .gcaa-site-header {
        position: relative;
    }

    body.gcahs-alltag-aktuell-active .gcaa-utility-bar {
        position: absolute !important;
        z-index: 20;
        top: 12px;
        right: 0;
        left: 0;
        display: block !important;
        height: 0;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.gcahs-alltag-aktuell-active .gcaa-utility-inner {
        min-height: 32px !important;
        justify-content: flex-end;
    }

    body.gcahs-alltag-aktuell-active .gcaa-back-to-gc,
    body.gcahs-alltag-aktuell-active .gcaa-utility-actions > span {
        display: none !important;
    }

    body.gcahs-alltag-aktuell-active .gcaa-utility-actions {
        margin-left: auto;
        pointer-events: auto;
    }

    body.gcahs-alltag-aktuell-active .gcaa-search {
        background: rgba(32, 33, 36, .92);
    }

    body.gcahs-alltag-aktuell-active .gcaa-brand-inner {
        padding-top: 38px;
    }

}

@media (max-width: 760px) {
    .gcaa-page-width {
        width: min(calc(100% - 30px), 1280px);
    }

    .gcaa-utility-inner {
        min-height: 40px;
    }

    .gcaa-back-to-gc > span:last-child,
    .gcaa-utility-actions > span {
        display: none;
    }

    .gcaa-search input {
        width: 72px;
    }

    .gcaa-brand-inner {
        min-height: 132px;
    }

    .gcaa-brand-inner > a {
        width: 100%;
    }

    .gcaa-brand-inner img {
        width: 100%;
        height: 116px;
    }

    .gcaa-brand-inner p {
        display: none;
    }

    .gcaa-topic-nav-inner {
        min-height: 50px;
        gap: 25px;
    }

    .gcaa-topic-nav a {
        padding: 18px 0;
    }

    .gcaa-edition-line {
        min-height: 65px;
    }

    .gcaa-edition-line span:last-child {
        display: none;
    }

    .gcaa-top-grid {
        padding-top: 25px;
        gap: 22px;
    }

    .gcaa-lead-copy {
        padding: 22px 20px 24px;
    }

    .gcaa-lead-copy h1 {
        font-size: 29px;
    }

    .gcaa-lead-copy > p {
        font-size: 14px;
    }

    .gcaa-story-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcaa-important-list {
        display: block;
    }

    .gcaa-important-list article {
        border-right: 0;
    }

    .gcaa-service-strip {
        grid-template-columns: 1fr;
    }

    .gcaa-service-strip > a {
        border-top: 1px solid #3c3e42;
        border-left: 0;
    }

    .gcaa-change-section,
    .gcaa-topics-section,
    .gcaa-latest-section {
        padding-top: 62px;
    }

    .gcaa-section-heading {
        display: block;
    }

    .gcaa-section-heading i {
        display: block;
        margin-top: 18px;
    }

    .gcaa-change-feature,
    .gcaa-change-side article {
        grid-template-columns: 1fr;
    }

    .gcaa-change-image {
        min-height: 220px;
        aspect-ratio: 1200 / 630;
    }

    .gcaa-change-feature > div {
        padding: 26px 22px;
    }

    .gcaa-change-side article {
        min-height: auto;
    }

    .gcaa-change-side__image {
        aspect-ratio: 1200 / 630;
    }

    .gcaa-topic-cards {
        grid-template-columns: 1fr 1fr;
    }

    .gcaa-magazine-bridge {
        margin-top: 62px;
        padding: 33px 25px;
    }

    .gcaa-latest-list article {
        grid-template-columns: 1fr 32px;
        gap: 12px;
        padding: 20px 0;
    }

    .gcaa-latest-date {
        grid-column: 1 / -1;
        flex-direction: row;
    }

    .gcaa-latest-list h3 {
        font-size: 18px;
    }

    .gcaa-empty-hero {
        padding: 45px 26px;
    }

    .gcaa-article-context {
        min-height: 60px;
    }

    .gcaa-article-card {
        border-radius: 12px;
    }

    .gcaa-article-content {
        padding: 0 20px 38px;
        font-size: 16px;
        line-height: 1.67;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcahs-header {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcmf-wrap {
        margin-top: 38px !important;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content .gcmf-offers {
        min-height: 0;
        padding: 25px 23px !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcmf-offers__button {
        width: fit-content !important;
    }

    .gcaa-transparency-report {
        margin-top: 30px !important;
        border-radius: 12px;
    }

    .gcaa-transparency-report__head {
        padding: 21px 20px 18px;
    }

    .gcaa-transparency-report__legend {
        grid-template-columns: 1fr;
    }

    .gcaa-transparency-report__legend > span {
        min-height: 0;
        padding: 12px 16px;
    }

    .gcaa-transparency-report__copy {
        padding: 20px;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content > .gcaa-related-news {
        margin-top: 28px;
        border-radius: 12px;
    }

    .gcaa-related-news__heading {
        padding: 24px 22px 21px;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .gcaa-related-news__grid {
        grid-template-columns: 1fr;
    }

    body.gcahs-alltag-aktuell-article-active .gcaa-article-content a.gcaa-related-news__link {
        min-height: 0;
        padding: 21px 20px;
    }

    .gcaa-related-news__cta {
        margin-top: 20px;
        padding-top: 0;
    }

    .gcaa-article-magazine-bridge {
        padding: 28px 24px;
    }

    .gcaa-comments {
        padding: 24px 20px;
    }

    .gcaa-footer-inner {
        padding: 36px 0;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .gcaa-brand-inner img {
        width: calc(100% + 22px);
        max-width: none;
        margin-left: -11px;
    }

    .gcaa-topic-cards {
        grid-template-columns: 1fr;
    }

    .gcaa-topic-card {
        min-height: 190px;
    }

    .gcaa-search input {
        width: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gcaa-site-shell *,
    .gcaa-site-shell *::before,
    .gcaa-site-shell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
