* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: 'Inter', system-ui, sans-serif;
    background:
        radial-gradient(circle at 12% 18%, rgba(23, 52, 95, 0.04) 0, rgba(23, 52, 95, 0.04) 180px, transparent 181px),
        radial-gradient(circle at 84% 14%, rgba(194, 30, 40, 0.035) 0, rgba(194, 30, 40, 0.035) 160px, transparent 161px),
        radial-gradient(circle at 18% 78%, rgba(23, 52, 95, 0.03) 0, rgba(23, 52, 95, 0.03) 190px, transparent 191px),
        radial-gradient(circle at 86% 74%, rgba(194, 30, 40, 0.03) 0, rgba(194, 30, 40, 0.03) 170px, transparent 171px),
        radial-gradient(circle at top left, rgba(194, 30, 40, 0.05), transparent 26%),
        radial-gradient(circle at top right, rgba(23, 52, 95, 0.06), transparent 24%),
        linear-gradient(180deg, #f4f7fb 0%, #eaf0f6 100%);
    color: #152235;
    position: relative;
    overflow-x: hidden;
}
a { color: inherit; }
.site-shell { min-height: 100vh; position: relative; z-index: 1; }
.site-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid #d9e1ec;
}
.site-topline {
    border-bottom: 1px solid #e8edf4;
}
.topline-inner {
    width: 90%;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.topbar-inner {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.brand-lockup {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-brand {
    color: #c21e28;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.site-tagline {
    color: #243b5c;
    font-size: 1.1rem;
    font-weight: 700;
}
.ticker-panel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headline-strip {
    border-top: 1px solid #e8edf4;
}
.headline-strip-inner {
    width: 90%;
    margin: 0 auto;
    padding: 12px 20px 14px;
}
.ticker-label {
    color: #142b49;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    padding-top: 2px;
}
.ticker-headlines {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}
.ticker-link,
.ticker-empty {
    color: #415873;
    font-size: 0.84rem;
    text-decoration: underline;
    line-height: 1.25;
}
.ticker-link:hover {
    color: #0a58ca;
}

.site-topbar-news {
    border-bottom: 1px solid #d6e0ec;
}

.news-header-wrap {
    align-items: stretch;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-logo-box {
    width: 170px;
    min-width: 170px;
    border-radius: 13px;
    background: linear-gradient(155deg, #2ea6ef 0%, #1786d5 100%);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px 9px;
    position: relative;
    box-shadow: 0 10px 22px rgba(21, 91, 154, 0.25);
}

.news-logo-main {
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.news-logo-main-single {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-logo-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.news-header-main {
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 14px;
    border: 1px solid #dbe5f1;
    background: #ffffff;
    overflow: hidden;
}

.news-primary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 12px;
    border-bottom: 1px solid #e8eef6;
}

.news-primary-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.news-primary-link {
    text-decoration: none;
    color: #153a63;
    font-family: "Roboto Condensed", "Arial Narrow", "Inter", sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 8px 13px;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.news-primary-link.is-active,
.news-primary-link:hover {
    background: #eef5fc;
    color: #0f4f8b;
}

.news-search-form {
    flex: 0 0 250px;
    max-width: 250px;
}

.news-search-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid #d4e0ed;
    background: #f8fbff;
}

.news-search-chip input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17345f;
    font-size: 0.86rem;
    font-weight: 600;
}

.news-cats-toggle {
    display: none;
}

.news-secondary-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    padding: 8px 12px 9px;
    width: 100%;
}

.news-secondary-link {
    text-decoration: none;
    color: #17345f;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 6px;
    border-radius: 8px;
    white-space: nowrap;
    flex: 1 1 0;
    text-align: center;
}

.news-secondary-link.is-active,
.news-secondary-link:hover {
    background: #edf4fb;
    color: #0e4b85;
}
.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}
.site-nav-toggle {
    display: none;
}
.nav-link {
    text-decoration: none;
    color: #17345f;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: 0.2s ease;
}
.nav-link:hover,
.nav-link.active {
    background: #17345f;
    color: #ffffff;
}
.nav-fallback {
    color: #6b7d91;
    padding: 8px 12px;
    font-size: 0.9rem;
}
.header-search {
    display: flex;
    justify-content: flex-end;
}
.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    border: 1px solid #cfdbeb;
    color: #17345f;
    min-width: 280px;
    box-shadow: 0 8px 18px rgba(29, 56, 94, 0.06);
}
.search-chip input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17345f;
    font-size: 0.92rem;
    font-weight: 600;
    font-family: inherit;
}
.search-chip input::placeholder {
    color: #7b8ea5;
}
.search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #eaf1fa;
    font-size: 1rem;
}
.search-button {
    border: 0;
    border-radius: 999px;
    background: #17345f;
    color: #ffffff;
    font-weight: 700;
    font-family: inherit;
    font-size: 0.9rem;
    padding: 11px 16px;
    cursor: pointer;
}
.search-button:hover {
    background: #102745;
}
.site-main {
    width: 90%;
    margin: 0 auto;
    padding: 28px 20px 56px;
}
.site-main-layout {
    display: block;
}
.site-main-content {
    min-width: 0;
}
.site-left-rail {
    position: sticky;
    top: 120px;
}
.left-rail-card {
    background: linear-gradient(180deg, #f9fbff 0%, #eef4fb 100%);
    border: 1px solid #dce5f0;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(28, 48, 78, 0.07);
}
.left-rail-title {
    display: block;
    margin-bottom: 14px;
    color: #132744;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.left-rail-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.left-rail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: #17345f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #dce5f0;
    font-weight: 700;
}
.left-rail-link strong {
    color: #617793;
    font-size: 0.82rem;
}
.left-rail-link.active,
.left-rail-link:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
}
.left-rail-link.active strong,
.left-rail-link:hover strong {
    color: #d8e6f8;
}
.left-rail-empty {
    color: #607690;
    font-size: 0.92rem;
    line-height: 1.5;
}
.left-rail-articles {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dce5f0;
}
.left-rail-story {
    display: grid;
    gap: 10px;
}
.left-rail-story-media {
    display: block;
    min-height: 130px;
    border-radius: 16px;
    overflow: hidden;
    background: #eaf1f8;
    position: relative;
}
.left-rail-story-media img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}
.left-rail-story-title {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.3;
}
.left-rail-story-title a {
    color: #162f52;
    text-decoration: none;
}
.site-footer {
    margin-top: 36px;
    background: linear-gradient(160deg, #06162e 0%, #0a2140 58%, #0a1d38 100%);
    color: #d8e6f8;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer-inner {
    width: 90%;
    margin: 0 auto;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.site-footer-menu-layout {
    align-items: stretch;
    gap: 42px;
    padding-top: 34px;
    padding-bottom: 30px;
}
.footer-menu-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    flex: 1 1 auto;
}
.footer-menu-col h4 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    font-weight: 800;
}
.footer-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    background: #f4b000;
    margin-right: 8px;
    vertical-align: middle;
}
.footer-menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}
.footer-menu-links li {
    margin: 0;
    padding: 0;
}
.footer-menu-links a {
    color: rgba(230, 240, 255, 0.9);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.93rem;
    line-height: 1.25;
    width: fit-content;
}
.footer-menu-links a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-menu-placeholder span {
    color: #9eb6d2;
    font-size: 0.88rem;
    line-height: 1.5;
}
.footer-policy-block {
    max-width: 390px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 16px 16px 14px;
    align-self: center;
}
.footer-policy-block p {
    margin: 0 0 11px;
    color: rgba(220, 232, 250, 0.92);
    line-height: 1.6;
    font-size: 0.88rem;
}
.footer-policy-block p:last-child {
    margin-bottom: 0;
}
.footer-brand {
    max-width: 280px;
}
.footer-brand strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.site-footer-inner p {
    margin: 6px 0 0;
    color: #9eb6d2;
    font-size: 0.92rem;
}
.footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    max-width: 520px;
}
.footer-column {
    display: grid;
    gap: 10px;
}
.footer-title {
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.site-footer-links {
    display: flex;
    gap: 10px 14px;
    flex-wrap: wrap;
}
.site-footer-links a {
    color: #d8e6f8;
    text-decoration: none;
    font-weight: 600;
}
.site-footer-links a:hover {
    text-decoration: underline;
}
.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer-bottom-inner {
    width: 90%;
    margin: 0 auto;
    padding: 16px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.site-footer-bottom-inner p {
    margin: 0;
    color: #b4c8e2;
    font-size: 0.9rem;
}
.footer-brand-mark {
    color: #ffffff;
    font-weight: 700;
}
.footer-created-by {
    margin: 14px auto 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 255, 0.3);
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}
.footer-created-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}
.footer-created-text {
    display: grid;
    gap: 2px;
    text-align: left;
}
.footer-created-text small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.footer-created-text strong {
    font-size: 0.86rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sedo-footer {
    background:
        radial-gradient(circle at 12% 12%, rgba(46, 166, 239, 0.16) 0, rgba(46, 166, 239, 0.16) 140px, transparent 141px),
        radial-gradient(circle at 88% 10%, rgba(30, 93, 153, 0.14) 0, rgba(30, 93, 153, 0.14) 150px, transparent 151px),
        linear-gradient(180deg, #f7fbff 0%, #eaf3ff 100%);
    border-top: 1px solid #c8dbf1;
}
.sedo-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(260px, 0.9fr);
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 26px;
}
.sedo-footer-brand strong {
    display: block;
    color: #13345d;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}
.sedo-footer-brand p {
    margin: 0 0 14px;
    color: #3e5877;
    line-height: 1.65;
    font-size: 0.92rem;
    max-width: 50ch;
}
.sedo-footer-network-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #b6cde7;
    border-radius: 999px;
    color: #163f70;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
}
.sedo-footer-network-link:hover {
    border-color: #6ea7de;
    background: #ffffff;
}
.sedo-footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: start;
}
.sedo-footer-links a {
    color: #173e6d;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 6px 0;
    border-bottom: 1px solid #cfe0f3;
}
.sedo-footer-links a:hover {
    color: #0f2f55;
    border-bottom-color: #8bb6e1;
}
.sedo-footer-note {
    border: 1px solid #c6dbf0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    padding: 14px 14px 12px;
}
.sedo-footer-note h4 {
    margin: 0 0 10px;
    color: #12365f;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.sedo-footer-note p {
    margin: 0 0 8px;
    color: #466286;
    font-size: 0.86rem;
    line-height: 1.55;
}
.sedo-footer-note p:last-child {
    margin-bottom: 0;
}
.sedo-footer-bottom {
    border-top-color: #c5daef;
}
.sedo-footer-bottom-inner p {
    color: #47668d;
}
.hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    gap: 22px;
    padding: 24px 28px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(8, 21, 41, 0.98) 0%, rgba(19, 47, 84, 0.96) 56%, rgba(31, 73, 128, 0.92) 100%);
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(10, 24, 45, 0.16);
    position: relative;
    overflow: hidden;
}
.hero-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 62%, transparent 70%);
}
.hero-card::after {
    content: "";
    position: absolute;
    left: 42%;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.02) 100%);
}
.hero-copy,
.hero-aside {
    position: relative;
    z-index: 1;
}
.hero-copy {
    display: grid;
    align-content: start;
}
.hero-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #dce8fb;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.hero-card h1,
.hero-card h2 {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3.3vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    max-width: 14ch;
}
.hero-card p {
    margin: 0;
    color: #d3e2f8;
    line-height: 1.6;
    font-size: 0.96rem;
    max-width: 52ch;
}
.hero-aside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero-note {
    max-width: 260px;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(4px);
}
.hero-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.35rem;
    line-height: 1;
}
.hero-note span {
    display: block;
    color: #d6e4f8;
    font-size: 0.9rem;
    line-height: 1.55;
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 26px 0 18px;
}
.section-head h2 {
    margin: 0;
    font-size: 1.45rem;
    color: #132744;
}
.section-head p {
    margin: 0;
    color: #607690;
}
.gm-business-hero {
    position: relative;
    margin: 8px 0 22px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #d6e3f1;
    background: linear-gradient(145deg, #2676e3 0%, #074709 55%, #123e70 100%);
    box-shadow: 0 18px 42px rgba(15, 42, 76, 0.22);
    min-height: 260px;
}
.gm-business-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 14%, rgba(84, 196, 255, 0.28) 0, rgba(84, 196, 255, 0.03) 36%, transparent 46%),
        radial-gradient(circle at 82% 82%, rgba(74, 255, 185, 0.2) 0, rgba(74, 255, 185, 0.03) 34%, transparent 44%);
    animation: gmPulseBg 7s ease-in-out infinite;
}
.gm-business-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.gm-ico {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(197, 224, 252, 0.45);
    box-shadow: 0 10px 24px rgba(7, 30, 58, 0.22);
    animation: gmOrbFloat 6s ease-in-out infinite;
}
.gm-ico-a { top: 22px; right: 270px; animation-delay: .2s; }
.gm-ico-b { top: 84px; right: 210px; animation-delay: .9s; }
.gm-ico-c { top: 148px; right: 300px; animation-delay: 1.4s; }
.gm-ico-d { bottom: 86px; right: 224px; animation-delay: .5s; }
.gm-ico-e { bottom: 24px; right: 290px; animation-delay: 1.1s; }
.gm-ico-f { top: 42px; right: 132px; animation-delay: 1.8s; }
.gm-business-hero-content {
    position: relative;
    z-index: 2;
    padding: 30px 34px;
    max-width: 760px;
}
.gm-business-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #d9eaff;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.gm-business-hero h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    max-width: 18ch;
}
.gm-business-hero p {
    margin: 0;
    color: #d2e5fc;
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 60ch;
}
.gm-business-points {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gm-business-points span {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(181, 215, 248, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: #e5f1ff;
    font-size: 0.78rem;
    font-weight: 700;
}
.gm-business-cta {
    margin-top: 16px;
}
.gm-business-cta a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #5ad2ff 0%, #6ff2d0 100%);
    color: #07243f;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 10px 14px;
}
.gm-business-cta a:hover {
    filter: brightness(0.95);
}
.gm-news-strip {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.gm-news-strip span {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(193, 223, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    color: #deeeff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    animation: gmTicker 16s linear infinite;
}
.gm-business-floats {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    gap: 10px;
    z-index: 2;
}
.gm-float-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid rgba(188, 223, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: #eff7ff;
    font-size: 0.8rem;
    font-weight: 800;
    backdrop-filter: blur(3px);
    animation: gmFloatCard 4.8s ease-in-out infinite;
}
.gm-float-card:nth-child(2) { animation-delay: .7s; }
.gm-float-card:nth-child(3) { animation-delay: 1.3s; }
@keyframes gmPulseBg {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}
@keyframes gmFloatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@keyframes gmOrbFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.9; }
    50% { transform: translateY(-7px) rotate(2deg); opacity: 1; }
}
@keyframes gmTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-110%); }
}
.live-europe-clock {
    margin-top: 2px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 8px 12px;
    border: 1px solid #d5e2f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 8px 18px rgba(22, 47, 82, 0.08);
}
.live-europe-clock-label {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: #17345f;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.live-europe-clock-news {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #cfdff1;
    background: #ffffff;
    color: #17345f;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
}
.live-europe-clock-news:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
}
.live-europe-clock-time {
    color: #183b64;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin-left: 2px;
    text-align: left;
}
.recent-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.gm-latest-block {
    margin-top: 24px;
    border: 1px solid #d8e4f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
    padding: 14px;
}
.gm-latest-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.gm-latest-kicker {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e1ecfa;
    color: #204e7f;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-latest-head h2 {
    margin: 8px 0 6px;
    color: #122f52;
    font-size: 1.45rem;
    line-height: 1.14;
}
.gm-latest-head p {
    margin: 0;
    color: #5b6f86;
    font-size: 0.9rem;
    line-height: 1.55;
}
.gm-latest-ribbon {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
}
.gm-latest-ribbon-item {
    flex: 0 0 auto;
    max-width: 360px;
    border: 1px solid #ccdbed;
    background: #ffffff;
    color: #183f69;
    border-radius: 999px;
    padding: 7px 11px;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gm-latest-ribbon-item:hover {
    background: #173f69;
    border-color: #173f69;
    color: #ffffff;
}
.gm-latest-list {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}
.gm-latest-item {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 10px;
    border: 1px solid #d6e2f1;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px;
}
.gm-latest-item-media {
    min-height: 106px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf2fb;
}
.gm-latest-item-media img {
    width: 100%;
    height: 106px;
    object-fit: cover;
    display: block;
}
.gm-latest-item-body {
    display: grid;
    align-content: start;
    gap: 5px;
}
.gm-latest-item-date {
    color: #6c8199;
    font-size: 0.78rem;
    font-weight: 700;
}
.gm-latest-item-body h3 {
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.26;
}
.gm-latest-item-body h3 a {
    text-decoration: none;
    color: #143156;
}
.gm-latest-item-body p {
    margin: 0;
    color: #5a6f86;
    line-height: 1.5;
    font-size: 0.88rem;
}
.recent-article-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(28, 48, 78, 0.08);
}
.recent-article-media {
    min-height: 200px;
    background: #eaf1f8;
    position: relative;
}
.recent-article-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.recent-article-body {
    display: grid;
    gap: 10px;
    padding: 18px;
}
.recent-article-date {
    color: #6c8098;
    font-size: 0.82rem;
    font-weight: 700;
}
.recent-article-body h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.25;
}
.recent-article-body h3 a {
    color: #162f52;
    text-decoration: none;
}
.recent-article-body p {
    margin: 0;
    color: #53667c;
    line-height: 1.55;
    font-size: 0.93rem;
}
.pagination-wrap {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-pages {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #d6e1ef;
    background: #ffffff;
    color: #17345f;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(28, 48, 78, 0.07);
    transition: 0.2s ease;
}
.pagination-btn:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
}
.pagination-btn.is-active {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(23, 52, 95, 0.25);
}
.pagination-nav {
    min-width: 120px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #1c5d99;
    background: linear-gradient(135deg, #1a5a93 0%, #2f9ae6 100%);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 20px rgba(22, 84, 140, 0.22);
}
.pagination-nav:hover {
    background: linear-gradient(135deg, #164c7c 0%, #2787ce 100%);
    border-color: #164c7c;
    color: #ffffff;
    transform: translateY(-1px);
}
.pagination-nav.is-disabled {
    background: linear-gradient(135deg, #9eb2c9 0%, #b6c6d8 100%);
    border-color: #a6b9ce;
    color: #f7fbff;
}
.gm-pager-btn {
    min-width: 136px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    border: 1px solid #21588f;
    background: linear-gradient(135deg, #1f5f9c 0%, #3bb6ff 100%);
    box-shadow: 0 12px 24px rgba(23, 93, 155, 0.24);
}
.gm-pager-btn i {
    font-size: 0.82rem;
}
.gm-pager-prev {
    background: linear-gradient(135deg, #24466e 0%, #2f5f93 100%);
    border-color: #244d7a;
}
.gm-pager-next {
    background: linear-gradient(135deg, #0f5fa5 0%, #21b4ff 100%);
    border-color: #0d5898;
}
.gm-pager-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}
.gm-pager-btn.is-disabled {
    background: linear-gradient(135deg, #b7c6d8 0%, #c7d3e1 100%);
    border-color: #b9c7d8;
    color: #f5f9ff;
    box-shadow: none;
}
.pagination-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}
.pagination-dots {
    color: #6b7f98;
    font-weight: 700;
    padding: 0 2px;
}
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.news-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1.8fr);
    gap: 24px;
    align-items: start;
}
.news-main {
    display: grid;
    gap: 18px;
}
.sedo-spotlight {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0f2d4f;
    min-height: 300px;
}
.sedo-spotlight-media {
    min-height: 300px;
    background: #d9e5f4;
}
.sedo-spotlight-media img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}
.sedo-spotlight-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(11, 28, 49, 0.04) 0%, rgba(11, 28, 49, 0.84) 70%);
}
.sedo-spotlight-title {
    margin: 8px 0 0;
    font-size: clamp(1.3rem, 2.6vw, 2rem);
    line-height: 1.15;
}
.sedo-spotlight-title a {
    color: #ffffff;
    text-decoration: none;
}
.sedo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.sedo-feature-card {
    border: 1px solid #dce6f2;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}
.sedo-feature-media {
    min-height: 150px;
    background: #eaf2fb;
}
.sedo-feature-media img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}
.sedo-feature-title {
    margin: 0;
    padding: 10px 12px 12px;
    font-size: 1rem;
    line-height: 1.25;
}
.sedo-feature-title a {
    text-decoration: none;
    color: #16335a;
}
.sedo-stream-list {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}
.sedo-stream-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid #dee8f3;
    background: #ffffff;
    border-radius: 12px;
    padding: 9px;
}
.sedo-stream-thumb {
    min-height: 74px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf1f8;
}
.sedo-stream-thumb img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    display: block;
}
.sedo-stream-title {
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 1.25;
}
.sedo-stream-title a {
    text-decoration: none;
    color: #152f52;
}
.sedo-stream-excerpt {
    margin: 0;
    color: #556982;
    font-size: 0.88rem;
    line-height: 1.42;
}
.sedo-stream-ad {
    margin: 4px 0;
}
.gm-newswall {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
    gap: 14px;
    margin-top: 4px;
}
.gm-newswall-lead {
    border: 1px solid #dce6f2;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}
.gm-newswall-lead-media {
    min-height: 280px;
    background: #e8f0fa;
}
.gm-newswall-lead-media img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.gm-newswall-lead-body {
    padding: 14px 16px 16px;
}
.gm-newswall-lead-body h2 {
    margin: 8px 0 8px;
    font-size: 1.45rem;
    line-height: 1.14;
}
.gm-newswall-lead-body h2 a {
    color: #122f53;
    text-decoration: none;
}
.gm-newswall-lead-body p {
    margin: 0;
    color: #536980;
    line-height: 1.55;
    font-size: 0.92rem;
}
.gm-newswall-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.gm-newswall-mini {
    border: 1px solid #dce6f2;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}
.gm-newswall-mini-media {
    min-height: 108px;
    background: #ebf2fb;
}
.gm-newswall-mini-media img {
    width: 100%;
    height: 108px;
    object-fit: cover;
    display: block;
}
.gm-newswall-mini h3 {
    margin: 0;
    padding: 10px 10px 12px;
    font-size: 0.92rem;
    line-height: 1.3;
}
.gm-newswall-mini h3 a {
    text-decoration: none;
    color: #173b63;
}
.gm-news-feed {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.gm-news-feed-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px;
}
.gm-news-feed-thumb {
    min-height: 78px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf1f8;
}
.gm-news-feed-thumb img {
    width: 100%;
    height: 78px;
    object-fit: cover;
    display: block;
}
.gm-news-feed-body h3 {
    margin: 0 0 4px;
    font-size: 0.95rem;
    line-height: 1.24;
}
.gm-news-feed-body h3 a {
    text-decoration: none;
    color: #142f52;
}
.gm-news-feed-body p {
    margin: 0;
    color: #5b6f85;
    font-size: 0.84rem;
    line-height: 1.45;
}
.gm-news-feed-ad {
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px;
}
.lead-story {
    border-bottom: 1px solid #dce5f0;
    padding-bottom: 16px;
}
.lead-story-media {
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    background: #eaf1f8;
    margin-bottom: 12px;
    position: relative;
}
.lead-story-media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.lead-story-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
}
.lead-story-title a {
    text-decoration: none;
    color: #162f52;
}
.secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.secondary-story-media {
    min-height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background: #eaf1f8;
    margin-bottom: 10px;
    position: relative;
}
.secondary-story-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.secondary-story-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.2;
}
.secondary-story-title a,
.story-list-title a {
    text-decoration: none;
    color: #162f52;
}
.story-list {
    display: grid;
    gap: 14px;
}
.story-list-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-top: 14px;
    border-top: 1px solid #dce5f0;
}
.story-list-thumb {
    min-height: 68px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf1f8;
    position: relative;
}
.story-list-thumb img {
    width: 100%;
    height: 68px;
    object-fit: cover;
    display: block;
}
.story-list-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    line-height: 1.28;
}
.story-list-excerpt {
    margin: 0;
    color: #53667c;
    font-size: 0.93rem;
    line-height: 1.45;
}
.news-sidebar {
    position: sticky;
    top: 120px;
    border: 1px solid #dce5f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fbff 0%, #f1f6fc 100%);
    padding: 12px;
    box-shadow: 0 12px 28px rgba(23, 52, 95, 0.08);
}
.sidebar-ad-card {
    background: #fff;
    border: 1px solid #dce5f0;
    border-radius: 14px;
    padding: 10px 12px;
}
.sidebar-story-card,
.sidebar-image-ad {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #dce5f0;
    border-radius: 14px;
    overflow: hidden;
}
.sidebar-story-media {
    min-height: 180px;
    position: relative;
    background: #eaf1f8;
}
.sidebar-story-media img,
.sidebar-image-ad img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.sidebar-story-media img {
    height: 180px;
}
.sidebar-story-title {
    margin: 0;
    padding: 14px;
    font-size: 1.08rem;
    line-height: 1.28;
}
.sidebar-story-title a {
    text-decoration: none;
    color: #162f52;
}
.article-card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f0;
    box-shadow: 0 12px 35px rgba(28, 48, 78, 0.08);
}
.article-card.featured {
    grid-column: span 2;
}
.article-media {
    position: relative;
    min-height: 220px;
    background: linear-gradient(135deg, #dce8f5 0%, #edf3fa 100%);
}
.article-card.featured .article-media {
    min-height: 320px;
}
.article-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-media-empty {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a7d93;
    font-weight: 600;
}
.article-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #edf4fb;
    color: #26456e;
    font-size: 0.82rem;
    font-weight: 600;
}
.article-title {
    margin: 0;
    font-size: 1.34rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
}
.article-title a {
    text-decoration: none;
    color: #122845;
}
.article-title a:hover {
    color: #0a58ca;
}
.article-excerpt {
    margin: 0;
    color: #4f6176;
    line-height: 1.7;
}
.article-keywords {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #dbe6f3;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fc 100%);
    color: #3f5570;
    font-size: 0.84rem;
    line-height: 1.7;
    font-weight: 700;
}
.article-keywords a {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    margin: 6px 6px 0 0;
    border-radius: 999px;
    border: 1px solid #cdddf1;
    background: #ffffff;
    color: #123f77;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.2;
    transition: all 0.2s ease;
}
.article-keywords a:hover,
.source-link:hover,
.back-link:hover,
.category-link:hover {
    text-decoration: none;
}

.article-keywords a:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(23, 52, 95, 0.2);
}
.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}
.source-link,
.back-link,
.category-link {
    color: #0a58ca;
    text-decoration: none;
    font-weight: 600;
}
.empty-state {
    padding: 32px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    color: #5c6f85;
}
.article-page {
    width: 100%;
}
.article-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}
.article-single {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    box-shadow: 0 12px 35px rgba(28, 48, 78, 0.08);
    overflow: hidden;
}
.article-single-body {
    padding: 28px;
}
.article-sidebar {
    position: sticky;
    top: 120px;
}
.article-single h1 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #132744;
}
.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}
.article-gallery-item {
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background: #eaf1f8;
}
.article-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.network-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.network-directory-card {
    border: 1px solid #dce5f0;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(28, 48, 78, 0.08);
}

.network-directory-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.25;
}

.network-directory-card h3 a {
    color: #16335a;
    text-decoration: none;
}

.network-directory-card h3 a:hover {
    color: #0a58ca;
}

.network-directory-domain {
    display: inline-block;
    margin-bottom: 10px;
    color: #0d4a9b;
    font-weight: 700;
    text-decoration: none;
}

.network-directory-domain:hover {
    text-decoration: underline;
}

.network-directory-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.network-directory-meta span {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e5f4;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f4f8fd;
    color: #2b4d77;
    font-size: 0.76rem;
    font-weight: 700;
}
.article-content {
    color: #33465c;
    font-size: 1rem;
    line-height: 1.85;
    margin: 0 0 18px;
}
@media (max-width: 1024px) {
    .site-main-layout,
    .hero-card,
    .article-grid,
    .article-page-layout,
    .secondary-grid,
    .recent-articles-grid,
    .network-directory-grid,
    .footer-columns {
        grid-template-columns: 1fr;
    }
    .footer-menu-columns {
        grid-template-columns: 1fr 1fr;
    }
    .footer-policy-block {
        max-width: none;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        padding-top: 14px;
    }
    .article-card.featured {
        grid-column: auto;
    }
    .hero-card::after {
        display: none;
    }
    .hero-copy {
        align-content: start;
    }
    .hero-aside {
        justify-content: flex-start;
    }
    .site-left-rail {
        position: static;
    }
    .news-sidebar {
        position: static;
    }
    .sedo-feature-grid {
        grid-template-columns: 1fr;
    }
    .sedo-stream-item {
        grid-template-columns: 1fr;
    }
    .sedo-stream-thumb,
    .sedo-stream-thumb img {
        min-height: 180px;
        height: 180px;
    }
    .gm-newswall {
        grid-template-columns: 1fr;
    }
    .gm-newswall-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gm-news-feed {
        grid-template-columns: 1fr;
    }
    .gm-latest-item {
        grid-template-columns: 140px minmax(0, 1fr);
    }
    .gm-latest-item-media,
    .gm-latest-item-media img {
        min-height: 92px;
        height: 92px;
    }
    .article-sidebar {
        position: static;
    }
    .sedo-footer-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gm-business-floats {
        position: static;
        transform: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 0 24px 22px;
    }
    .gm-business-icons {
        opacity: 0.88;
    }
    .gm-ico-a { top: 20px; right: 190px; }
    .gm-ico-b { top: 72px; right: 128px; }
    .gm-ico-c { top: 134px; right: 202px; }
    .gm-ico-d { bottom: 86px; right: 130px; }
    .gm-ico-e { bottom: 20px; right: 184px; }
    .gm-ico-f { top: 34px; right: 52px; }
}
@media (max-width: 900px) {
    .news-layout {
        grid-template-columns: 1fr;
    }
    .news-main {
        order: 0;
    }
    .news-sidebar {
        order: 1;
    }
}
@media (max-width: 760px) {
    .site-main {
        width: 100%;
        padding: 18px 10px 40px;
    }
    .site-main-layout {
        width: 100%;
        max-width: 100%;
    }
    .section-head {
        display: block;
    }
    .gm-business-hero {
        margin-top: 2px;
        border-radius: 18px;
        min-height: auto;
    }
    .gm-business-hero-content {
        padding: 20px 16px 16px;
    }
    .gm-business-hero h1 {
        max-width: none;
        font-size: 1.4rem;
    }
    .gm-business-hero p {
        font-size: 0.9rem;
    }
    .gm-business-floats {
        grid-template-columns: 1fr;
        padding: 0 16px 16px;
    }
    .gm-business-icons {
        display: none;
    }
    .gm-news-strip {
        margin-top: 14px;
        mask-image: none;
    }
    .gm-news-strip span {
        animation-duration: 13s;
    }
    .gm-float-card {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        padding: 8px 10px;
    }
    .gm-newswall-lead-media,
    .gm-newswall-lead-media img {
        min-height: 210px;
        height: 210px;
    }
    .gm-newswall-stack {
        grid-template-columns: 1fr;
    }
    .gm-news-feed-item {
        grid-template-columns: 1fr;
    }
    .gm-news-feed-thumb,
    .gm-news-feed-thumb img {
        min-height: 170px;
        height: 170px;
    }
    .gm-latest-block {
        margin-top: 18px;
        border-radius: 14px;
        padding: 10px;
    }
    .gm-latest-head h2 {
        font-size: 1.2rem;
    }
    .gm-latest-item {
        grid-template-columns: 1fr;
    }
    .gm-latest-item-media,
    .gm-latest-item-media img {
        min-height: 172px;
        height: 172px;
    }
    .section-head > div {
        width: 100%;
        min-width: 0;
    }
    .live-europe-clock {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .live-europe-clock-time {
        white-space: normal;
        width: 100%;
    }
    .live-europe-clock-news {
        white-space: normal;
        word-break: break-all;
    }
    .site-left-rail {
        display: none;
    }
    .topline-inner,
    .topbar-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .site-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #c8d8eb;
        background: #ffffff;
        color: #17345f;
        border-radius: 12px;
        padding: 10px 14px;
        font-size: 0.9rem;
        font-weight: 800;
        width: fit-content;
        box-shadow: 0 6px 14px rgba(23, 52, 95, 0.08);
        cursor: pointer;
        margin-bottom: 8px;
    }
    .site-nav {
        display: none;
        width: 100%;
        gap: 8px;
    }
    .site-nav.is-open {
        display: flex;
    }
    .site-nav {
        justify-content: flex-start;
    }
    .nav-link {
        padding: 8px 12px;
    }
    .header-search {
        width: 100%;
        justify-content: flex-start;
    }
    .search-form {
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
    }
    .search-chip {
        min-width: 0;
        width: auto;
        flex: 1 1 auto;
    }
    .search-button {
        flex: 0 0 auto;
        padding: 11px 14px;
        white-space: nowrap;
    }
    .hero-card {
        padding: 22px;
    }
    .hero-card h1,
    .hero-card h2 {
        max-width: none;
    }
    .article-gallery {
        grid-template-columns: 1fr;
    }
    .article-gallery-item,
    .article-gallery-item img {
        min-height: 220px;
        height: 220px;
    }
    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .sedo-footer-inner {
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .footer-menu-columns {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 18px;
    }
    .site-footer-menu-layout {
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer-policy-block {
        width: 100%;
    }
    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .pagination-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .site-topbar-news {
        background: linear-gradient(180deg, #f2f7ff 0%, #e9f1fc 100%);
        border-bottom: 1px solid #c9d9ee;
    }
    .news-header-wrap {
        flex-direction: column;
        gap: 10px;
        padding: 10px 12px 12px;
        width: 100%;
    }
    .news-logo-box {
        width: 100%;
        min-width: 0;
        border-radius: 14px;
        padding: 10px 14px;
        max-width: none;
        box-shadow: 0 10px 24px rgba(23, 134, 213, 0.24);
    }
    .news-logo-main {
        font-size: 1.2rem;
    }
    .news-logo-sub {
        font-size: 1.1rem;
    }
    .news-header-main {
        width: 100%;
        border-radius: 16px;
        border: 1px solid #c7d9ee;
        background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
        box-shadow: 0 12px 24px rgba(20, 57, 99, 0.12);
    }
    .news-primary-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        align-items: stretch;
        gap: 12px;
        padding: 12px;
    }
    .news-primary-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        grid-column: 1 / -1;
    }
    .news-primary-link {
        border-radius: 12px;
        background: #ffffff;
        border: 1px solid #d0dff1;
        font-size: 1.05rem;
        text-align: center;
        padding: 10px 8px;
    }
    .news-primary-link.is-active,
    .news-primary-link:hover {
        background: linear-gradient(135deg, #1f6fb5 0%, #2ea6ef 100%);
        border-color: #1f6fb5;
        color: #ffffff;
        box-shadow: 0 8px 18px rgba(22, 95, 160, 0.22);
    }
    .news-search-form {
        grid-column: 1 / 2;
        max-width: none;
        min-width: 0;
    }
    .news-search-chip {
        border-radius: 12px;
        border: 1px solid #c9dbee;
        background: #f7fbff;
        padding: 9px 11px;
    }
    .news-cats-toggle {
        display: inline-flex;
        margin: 0;
        border: 1px solid #205f9c;
        border-radius: 12px;
        background: linear-gradient(135deg, #1d5f99 0%, #2a8ad9 100%);
        color: #ffffff;
        font-weight: 800;
        font-size: 1.1rem;
        padding: 0;
        width: 44px;
        height: 44px;
        grid-column: 2 / 3;
        align-self: stretch;
        justify-content: center;
        align-items: center;
        box-shadow: 0 8px 18px rgba(20, 73, 124, 0.22);
    }
    .news-secondary-nav {
        display: none;
        padding: 0 12px 12px;
        overflow-x: auto;
        scrollbar-width: thin;
        gap: 8px;
    }
    .news-secondary-link {
        flex: 0 0 auto;
        border-radius: 10px;
        border: 1px solid #d0dff1;
        background: #ffffff;
        padding: 8px 10px;
    }
    .news-secondary-nav.is-open {
        display: flex;
    }
}

.gm-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #d7e0ea;
    background: #ffffff;
}
.gm-header-top {
    background: linear-gradient(135deg, #101a2b 0%, #1c3157 58%, #234273 100%);
}
.gm-header-top-inner,
.gm-header-bottom-inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
.gm-header-top-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.gm-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
}
.gm-brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2eb3ff 0%, #35d2bf 100%);
    color: #072038;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}
.gm-brand-text {
    display: grid;
    gap: 2px;
}
.gm-brand-text strong {
    font-size: 1.23rem;
    line-height: 1;
    letter-spacing: -0.03em;
}
.gm-brand-text small {
    color: rgba(220, 234, 252, 0.9);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.gm-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gm-action-link {
    color: #dbe9fc;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(219, 233, 252, 0.28);
    border-radius: 999px;
    padding: 8px 12px;
}
.gm-action-link:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.1);
}
.gm-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(205, 225, 249, 0.4);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.gm-mobile-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #e7f0ff;
}
.gm-header-bottom {
    background: #f6f9fd;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.gm-header-bottom-inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.gm-main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.gm-main-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #173f69;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid transparent;
}
.gm-main-link:hover,
.gm-main-link.is-active {
    color: #0c355f;
    border-color: #c9d9eb;
    background: #ffffff;
}
.gm-link-icon {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #d4deea;
    background: linear-gradient(145deg, #f2f7fd 0%, #e6eef8 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    position: relative;
}
.gm-link-icon::before {
    font-size: 9px;
    line-height: 1;
}
.gm-link-icon-agricultura::before { content: "🌿"; }
.gm-link-icon-auto::before { content: "🚗"; }
.gm-link-icon-afaceri::before { content: "💼"; }
.gm-link-icon-companii::before { content: "🏢"; }
.gm-link-icon-divertisment::before { content: "🎬"; }
.gm-link-icon-evenimente::before { content: "📅"; }
.gm-link-icon-digital::before { content: "💻"; }
.gm-link-icon-sanatate::before { content: "🩺"; }
.gm-link-icon-default::before { content: "📰"; }
.gm-search-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.gm-search-form input {
    width: 260px;
    max-width: 40vw;
    height: 40px;
    border: 1px solid #cfdae7;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 0.88rem;
    color: #12385f;
    background: #ffffff;
}
.gm-search-form button,
.gm-mobile-search button {
    height: 40px;
    border: 0;
    border-radius: 10px;
    padding: 0 12px;
    background: #153e6b;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}
.gm-search-form button:hover,
.gm-mobile-search button:hover {
    background: #0f3156;
}
.gm-mobile-panel {
    display: none;
}
@media (max-width: 900px) {
    .gm-header-top-inner,
    .gm-header-bottom-inner {
        width: 100%;
        padding: 0 12px;
    }
    .gm-header-top-inner {
        min-height: 68px;
    }
    .gm-brand-text strong {
        font-size: 1.08rem;
    }
    .gm-action-link {
        display: none;
    }
    .gm-mobile-toggle {
        display: inline-flex;
    }
    .gm-header-bottom {
        display: none;
    }
    .gm-mobile-panel {
        display: none;
        background: #f5f8fc;
        border-top: 1px solid #d4dfea;
        padding: 12px;
    }
    .gm-mobile-panel.is-open {
        display: block;
    }
    .gm-mobile-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        margin-bottom: 10px;
    }
    .gm-mobile-search input {
        width: 100%;
        height: 40px;
        border: 1px solid #cbd9e8;
        border-radius: 10px;
        padding: 0 11px;
        font-size: 0.88rem;
        color: #153c63;
        background: #ffffff;
    }
    .gm-mobile-nav {
        display: grid;
        gap: 8px;
    }
    .gm-mobile-link {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        text-decoration: none;
        color: #153c63;
        font-weight: 700;
        font-size: 0.9rem;
        border: 1px solid #cfdbe9;
        border-radius: 10px;
        background: #ffffff;
        padding: 10px 12px;
    }
    .gm-mobile-link.is-active {
        border-color: #1b5b95;
        background: #e9f2fd;
        color: #0f4a80;
    }
}

.gm-footer {
    margin-top: 40px;
    background: linear-gradient(145deg, #93afd5 0%, #074709 55%, #123e70 100%);
    border-top: 1px solid rgba(205, 225, 248, 0.2);
    color: #d8e9ff;
}
.gm-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 28px;
}
.gm-footer-brand strong {
    display: block;
    font-size: 1.52rem;
    line-height: 1.08;
    margin: 8px 0 10px;
    color: #ffffff;
    letter-spacing: -0.03em;
}
.gm-footer-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(141, 197, 255, 0.22);
    border: 1px solid rgba(181, 216, 251, 0.4);
    color: #e4f2ff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-footer-brand p {
    margin: 0 0 14px;
    color: #c1d8f3;
    font-size: 0.92rem;
    line-height: 1.65;
    max-width: 54ch;
}
.gm-footer-cta {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0e2b4e;
    background: linear-gradient(135deg, #73ccff 0%, #6ff2da 100%);
    font-size: 0.84rem;
    font-weight: 800;
    border-radius: 11px;
    padding: 9px 12px;
}
.gm-footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.gm-footer-col {
    display: grid;
    align-content: start;
    gap: 8px;
}
.gm-footer-col h4 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-footer-col a {
    text-decoration: none;
    color: #c8dcf4;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 4px 0;
}
.gm-footer-col a:hover {
    color: #ffffff;
}
.gm-footer-note {
    border: 1px solid rgba(173, 210, 248, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 14px 12px;
}
.gm-footer-note h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-footer-note p {
    margin: 0 0 8px;
    color: #c2d8f2;
    font-size: 0.86rem;
    line-height: 1.55;
}
.gm-footer-note p:last-child {
    margin-bottom: 0;
}
.gm-footer-bottom {
    border-top: 1px solid rgba(173, 210, 248, 0.22);
}
.gm-footer-bottom-inner p {
    color: #c4d9f1;
}
.gm-footer-credit {
    text-decoration: none;
    color: #e1f0ff;
    font-weight: 700;
    font-size: 0.9rem;
}
.gm-footer-credit:hover {
    color: #ffffff;
}
.gm-article-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d2deec;
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 11px;
    color: #173e68;
    font-weight: 700;
}
.gm-article-single {
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #d8e4f2;
}
.gm-article-head {
    padding: 22px 24px 14px;
    border-bottom: 1px solid #e0e9f4;
    background: linear-gradient(140deg, #f9fcff 0%, #eef5fd 100%);
}
.gm-article-meta {
    gap: 8px;
}
.gm-article-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    border: 1px solid #d3dfed;
    color: #1e476f;
}
.gm-article-chip i {
    font-size: 0.76rem;
}
.gm-article-title {
    margin: 14px 0 0;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #132f52;
    max-width: 22ch;
}
.gm-article-body {
    padding-top: 18px;
}
.gm-article-content {
    font-size: 1.03rem;
    line-height: 1.92;
    color: #334d69;
}
.gm-article-keywords {
    margin-top: 16px;
}
.gm-article-keywords strong {
    display: block;
    color: #153b64;
    margin-bottom: 4px;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.gm-article-source {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #cfe0f2;
    background: #f5f9ff;
    color: #0f4e8a;
    font-weight: 700;
}
.gm-article-related-wrap {
    margin-top: 20px;
    border-top: 1px solid #dce6f1;
    padding-top: 14px;
}
.gm-article-related-title {
    margin: 0 0 10px;
    color: #163b63;
    font-size: 1.08rem;
}
.gm-article-related-list {
    display: grid;
    gap: 10px;
}
.gm-article-related-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px;
    border: 1px solid #d7e2ef;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px;
}
.gm-article-related-thumb {
    min-height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf2fb;
}
.gm-article-related-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}
.gm-article-related-body h3 {
    margin: 0 0 5px;
    font-size: 0.96rem;
    line-height: 1.26;
}
.gm-article-related-body h3 a {
    text-decoration: none;
    color: #14345a;
}
.gm-article-related-body p {
    margin: 0;
    color: #5d7289;
    font-size: 0.85rem;
    line-height: 1.44;
}
@media (max-width: 1024px) {
    .gm-footer-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gm-footer-columns {
        grid-template-columns: 1fr 1fr;
    }
    .gm-article-title {
        max-width: none;
    }
}
@media (max-width: 760px) {
    .gm-footer-columns {
        grid-template-columns: 1fr;
    }
    .gm-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .gm-article-head {
        padding: 16px 14px 12px;
    }
    .gm-article-title {
        font-size: 1.55rem;
    }
    .gm-article-related-item {
        grid-template-columns: 1fr;
    }
    .gm-article-related-thumb,
    .gm-article-related-thumb img {
        min-height: 170px;
        height: 170px;
    }
}

.gm-article-premium-head {
    margin: 6px 0 16px;
    border: 1px solid #d7e3f1;
    border-radius: 20px;
    background: linear-gradient(145deg, #0f3f73 0%, #0b2b51 52%, #154f89 100%);
    overflow: hidden;
}
.gm-article-premium-head-inner {
    padding: 24px 24px 20px;
}
.gm-article-premium-kicker {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(211, 232, 255, 0.4);
    color: #e2f0ff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-article-premium-title {
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: clamp(1.95rem, 3.5vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    max-width: none;
}
.gm-article-premium-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gm-article-premium-meta span,
.gm-article-premium-meta a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #dbedff;
    border: 1px solid rgba(211, 232, 255, 0.32);
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
}
.gm-article-premium-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
}
.gm-article-premium-main {
    border-radius: 20px;
    border: 1px solid #d7e3f0;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(22, 49, 84, 0.08);
}
.gm-article-premium-body {
    padding: 16px;
}
.gm-article-premium-gallery .article-gallery-item,
.gm-article-premium-gallery .article-gallery-item img {
    border-radius: 14px;
}
.gm-article-premium-content-wrap {
    margin-top: 10px;
    border: 1px solid #dde7f3;
    border-radius: 14px;
    background: linear-gradient(180deg, #f9fcff 0%, #f2f7fd 100%);
    padding: 14px;
}
.gm-article-premium-content {
    margin: 0;
    color: #2f4d6b;
    line-height: 1.9;
    font-size: 1.02rem;
}
.gm-article-premium-bottom {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gm-article-premium-keywords {
    margin-top: 0;
}
.gm-article-premium-keywords strong {
    display: block;
    margin-bottom: 4px;
    color: #163a62;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.gm-article-premium-source {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border: 1px solid #cfe0f2;
    background: #f4f9ff;
    border-radius: 10px;
    padding: 8px 11px;
}
.gm-article-premium-related {
    margin-top: 18px;
    border-top: 1px solid #dde7f2;
    padding-top: 14px;
}
.gm-article-premium-related h3 {
    margin: 0 0 10px;
    color: #173b63;
    font-size: 1.05rem;
}
.gm-article-premium-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.gm-article-premium-related-card {
    border: 1px solid #d8e4f1;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}
.gm-article-premium-related-media {
    min-height: 110px;
    background: #eaf1f8;
}
.gm-article-premium-related-media img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}
.gm-article-premium-related-card h4 {
    margin: 0;
    padding: 10px 10px 6px;
    font-size: 0.9rem;
    line-height: 1.3;
}
.gm-article-premium-related-card h4 a {
    text-decoration: none;
    color: #153760;
}
.gm-article-premium-related-card p {
    margin: 0;
    padding: 0 10px 10px;
    color: #5b7088;
    font-size: 0.82rem;
    line-height: 1.45;
}
.gm-article-premium-side {
    top: 102px;
}
@media (max-width: 1024px) {
    .gm-article-premium-layout {
        grid-template-columns: 1fr;
    }
    .gm-article-premium-title {
        max-width: none;
    }
    .gm-article-premium-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .gm-article-premium-head-inner {
        padding: 16px 14px 14px;
    }
    .gm-article-premium-title {
        font-size: 1.5rem;
    }
    .gm-article-premium-body {
        padding: 10px;
    }
    .gm-article-premium-content-wrap {
        padding: 10px;
    }
    .gm-article-premium-related-grid {
        grid-template-columns: 1fr;
    }
}
