.hostinger-reach-block-connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}
.hostinger-reach-block-dialog{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.05);box-shadow:0 0 10px rgba(0,0,0,.05)}.hostinger-reach-block-dialog__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);-ms-flex-line-pack:center;align-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0);border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;-webkit-box-sizing:border-box;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgba(0,158,91,.1019607843);font-weight:bold;padding:1em;gap:10px}:root {
--color-bg: #edf2f5;
--color-surface: #ffffff;
--color-surface-alt: #f4f7fa;
--color-border: #d8e1e7;
--color-text: #16202b;
--color-muted: #62707c;
--color-accent: #c62828;
--color-accent-dark: #8b1e1e;
--color-highlight: #0f3d63;
--color-highlight-soft: #dce8f2;
--color-ink: #09141d;
--shadow-soft: 0 24px 44px rgba(15, 23, 42, 0.08);
--shadow-card: 0 16px 34px rgba(15, 23, 42, 0.07);
--radius-xl: 28px;
--radius-lg: 22px;
--radius-md: 16px;
--radius-sm: 10px;
--container: min(1460px, calc(100vw - 96px));
--transition: 180ms ease;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
overflow-x: clip;
}
body {
margin: 0;
font-family: "Georgia", "Times New Roman", serif;
background: #ffffff;
color: var(--color-text);
line-height: 1.6;
overflow-x: clip;
}
a {
color: inherit;
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.site-shell {
width: var(--container);
margin: 0 auto;
}
.site-header {
position: sticky;
top: 0;
z-index: 50;
backdrop-filter: blur(18px);
background: rgba(247, 250, 252, 0.9);
border-bottom: 1px solid rgba(216, 225, 231, 0.92);
}
.topbar {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
padding: 18px 0;
}
.mobile-menu-toggle,
.menu-toggle,
.search-toggle--mobile {
display: none;
}
.search-panel-toggle {
pointer-events: none;
}
.site-branding {
display: grid;
gap: 4px;
justify-items: center;
text-align: center;
}
.site-logo img {
max-height: 68px;
width: auto;
margin: 0 auto;
}
.site-title {
margin: 0;
font-size: clamp(1.9rem, 2.8vw, 3rem);
line-height: 1;
letter-spacing: -0.03em;
font-weight: 700;
font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}
.site-title a {
color: var(--color-highlight);
}
.site-tagline {
margin: 0;
font-family: Arial, sans-serif;
color: var(--color-muted);
font-size: 0.9rem;
}
.entry-subtitle {
margin: 16px 0 18px;
font-family: Arial, sans-serif;
font-size: clamp(1rem, 1.6vw, 1.2rem);
line-height: 1.55;
color: var(--color-text);
font-weight: 700;
}
.featured-image {
display: grid;
gap: 10px;
}
.featured-image .credito {
margin: 0;
text-align: center;
font-family: Arial, sans-serif;
font-size: 0.82rem;
line-height: 1.4;
color: var(--color-muted);
}
.ad-slot-live {
margin: 0 0 28px;
}
.ad-slot-live img,
.ad-slot-live iframe {
display: block;
max-width: 100%;
height: auto;
border: 0;
}
.ad-slot-live--top,
.ad-slot-live--middle {
display: flex;
justify-content: center;
}
.ad-slot-live--middle {
margin: 10px 0 0;
}
.ad-slot-live--sidebar,
.ad-slot-live--footer {
margin: 0;
}
.ad-slot-live--footer img,
.ad-slot-live--footer iframe {
width: 300px;
max-width: 100%;
}
.main-navigation {
padding-bottom: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
position: relative;
}
.main-navigation ul {
display: flex;
gap: 22px;
padding: 0;
margin: 0;
list-style: none;
overflow-x: auto;
scrollbar-width: none;
flex: 0 1 auto;
justify-content: center;
}
.main-navigation ul::-webkit-scrollbar {
display: none;
}
.main-navigation a {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px 0;
border-radius: 0;
background: transparent;
border: 0;
font-family: Arial, sans-serif;
font-size: 0.95rem;
font-weight: 700;
white-space: nowrap;
transition: color var(--transition), opacity var(--transition);
}
.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-parent a {
background: transparent;
color: var(--color-accent);
}
.search-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
right: 0;
width: 28px;
height: 28px;
padding: 0;
border-radius: 0;
border: 0;
background: transparent;
appearance: none;
-webkit-appearance: none;
flex-shrink: 0;
cursor: pointer;
color: var(--color-text);
}
.search-toggle--mobile {
display: none;
}
.search-toggle svg {
width: 18px;
height: 18px;
stroke: currentColor;
stroke-width: 2;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.search-panel {
display: none;
padding: 0 0 18px;
}
.search-panel form {
display: grid;
grid-template-columns: 1fr auto;
gap: 10px;
}
.search-panel label {
display: none;
}
.search-panel input[type="search"] {
width: 100%;
min-height: 46px;
padding: 0 16px;
border: 1px solid var(--color-border);
border-radius: 999px;
font-family: Arial, sans-serif;
font-size: 0.95rem;
}
.search-panel input[type="submit"] {
min-height: 46px;
padding: 0 18px;
border: 0;
border-radius: 999px;
background: var(--color-highlight);
color: #fff;
font-family: Arial, sans-serif;
font-size: 0.92rem;
font-weight: 700;
cursor: pointer;
}
.search-panel-toggle:checked ~ .search-panel {
display: block;
}
.site-header.is-search-open .search-panel {
display: block;
}
.menu-toggle {
width: 44px;
height: 44px;
padding: 0;
border: 0;
background: transparent;
appearance: none;
-webkit-appearance: none;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
cursor: pointer;
color: var(--color-text);
}
.menu-toggle span {
display: block;
width: 18px;
height: 2px;
border-radius: 999px;
background: currentColor;
}
.content-area {
padding: 36px 0 64px;
}
.hero-grid {
display: grid;
grid-template-columns: 1.8fr 1fr;
gap: 20px;
margin-bottom: 24px;
}
.hero-card,
.news-card,
.section-block,
.sidebar-widget,
.archive-header,
.single-article {
background: transparent;
border: 0;
box-shadow: none;
}
.hero-card {
display: grid;
gap: 10px;
align-content: start;
}
.hero-card img {
width: 100%;
aspect-ratio: 16 / 7.7;
object-fit: cover;
border-radius: var(--radius-xl);
}
.hero-card > a,
.section-lead > a,
.post-card > a,
.archive-story__image,
.news-card__media {
display: block;
}
.hero-content {
padding: 0;
color: var(--color-text);
}
.hero-meta,
.card-meta,
.entry-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
font-family: Arial, sans-serif;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.hero-meta span,
.card-meta span,
.entry-meta span {
font-weight: 700;
color: var(--color-highlight);
}
.meta-pill {
display: inline-flex;
align-items: center;
min-height: 26px;
padding: 0 10px;
border-radius: 999px;
background: var(--color-accent);
color: #fff;
font-weight: 700;
}
.meta-pill--soft {
background: var(--color-highlight);
}
.meta-pill--outline {
background: transparent;
color: var(--color-highlight);
border: 1px solid rgba(15, 61, 99, 0.22);
}
.hero-meta a,
.card-meta a,
.entry-meta a {
color: inherit;
}
.meta-separator {
color: var(--color-muted);
}
.card-meta .meta-separator,
.hero-meta .meta-separator,
.entry-meta .meta-separator,
.card-meta .meta-separator ~ a,
.hero-meta .meta-separator ~ a,
.entry-meta .meta-separator ~ a {
display: none;
}
.hero-title {
margin: 8px 0 6px;
font-size: clamp(1.7rem, 3.6vw, 2.75rem);
line-height: 0.98;
letter-spacing: -0.05em;
}
.hero-excerpt {
max-width: 58ch;
margin: 0;
font-size: 0.94rem;
color: var(--color-muted);
}
.hero-excerpt a,
.news-card p a,
.section-lead p a,
.archive-story__body .entry-summary a,
.post-card__body .entry-summary a {
color: inherit;
}
.hero-side {
display: grid;
gap: 16px;
}
.news-card {
border-radius: var(--radius-xl);
overflow: hidden;
background: transparent;
min-width: 0;
}
.news-card__media {
display: block;
overflow: hidden;
border-radius: var(--radius-xl);
}
.news-card__media img {
width: 100%;
height: 208px;
object-fit: cover;
}
.news-card__content {
padding: 12px 0 0;
min-width: 0;
}
.news-card h3 {
margin: 8px 0 6px;
font-size: 1.34rem;
line-height: 1.04;
letter-spacing: -0.04em;
}
.news-card p {
margin: 0;
font-size: 0.94rem;
color: var(--color-muted);
font-family: Arial, sans-serif;
}
.section-grid {
display: block;
}
.section-stack {
display: grid;
gap: 42px;
}
.section-block {
border-radius: 0;
padding: 38px 0 0;
background: transparent;
border-top: 1px solid rgba(216, 225, 231, 0.9);
}
.section-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 24px;
}
.section-eyebrow {
margin-bottom: 8px;
font-family: Arial, sans-serif;
font-size: 0.77rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--color-accent);
}
.section-title {
margin: 0;
font-size: clamp(1.4rem, 2vw, 2rem);
line-height: 1;
letter-spacing: -0.04em;
}
.section-link {
font-family: Arial, sans-serif;
font-size: 0.9rem;
font-weight: 700;
color: var(--color-accent);
}
.stories-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.loose-stories-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-bottom: 30px;
align-items: start;
width: 100%;
}
.loose-story {
display: grid;
grid-template-columns: 112px 1fr;
gap: 14px;
align-items: start;
min-width: 0;
}
.loose-story > a {
display: block;
width: 112px;
min-width: 112px;
overflow: hidden;
border-radius: var(--radius-sm);
}
.loose-story > div {
min-width: 0;
}
.loose-story img {
display: block;
width: 112px;
min-width: 112px;
max-width: 112px;
height: 88px;
max-height: 88px;
object-fit: cover;
border-radius: 0;
}
.loose-story h3 {
margin: 0;
font-size: 1rem;
line-height: 1.12;
letter-spacing: -0.03em;
}
.loose-story .card-meta {
margin-bottom: 6px;
}
.editorial-grid {
display: grid;
grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr) minmax(0, 1fr);
gap: 24px;
}
.section-lead {
display: grid;
gap: 12px;
align-content: start;
}
.section-lead img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
border-radius: var(--radius-md);
}
.section-lead h3 {
margin: 0;
font-size: 1.42rem;
line-height: 1.08;
letter-spacing: -0.04em;
}
.section-lead p {
margin: 0;
color: var(--color-muted);
font-family: Arial, sans-serif;
}
.mini-feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.mini-feature-card {
display: grid;
gap: 10px;
align-content: start;
}
.mini-feature-card img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
border-radius: var(--radius-md);
}
.mini-feature-card h3 {
margin: 0;
font-size: 1rem;
line-height: 1.14;
letter-spacing: -0.03em;
}
.story-compact {
display: grid;
gap: 12px;
align-content: start;
}
.story-compact img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
border-radius: var(--radius-md);
}
.story-compact h3 {
margin: 0;
font-size: 1.15rem;
line-height: 1.15;
letter-spacing: -0.03em;
}
.story-compact p {
margin: 0;
color: var(--color-muted);
font-family: Arial, sans-serif;
font-size: 0.94rem;
}
.story-list {
display: grid;
gap: 18px;
}
.story-list article {
display: grid;
grid-template-columns: 128px 1fr;
gap: 16px;
align-items: start;
padding-bottom: 18px;
border-bottom: 1px solid var(--color-border);
}
.story-list article:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.story-list--sidebar article {
grid-template-columns: 96px 1fr;
gap: 14px;
}
.story-list--sidebar img {
width: 96px;
min-width: 96px;
max-width: 96px;
height: 76px;
object-fit: cover;
}
.story-list--sidebar h3 {
margin: 6px 0 0;
font-size: 1rem;
line-height: 1.08;
letter-spacing: -0.03em;
}
.story-list--sidebar .card-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 8px;
}
.story-list--sidebar .card-meta a,
.story-list--sidebar .card-meta span {
white-space: nowrap;
}
.story-list img {
width: 100%;
height: 104px;
object-fit: cover;
border-radius: var(--radius-sm);
}
.story-list h3 {
margin: 2px 0 0;
font-size: 1.12rem;
line-height: 1.12;
letter-spacing: -0.03em;
}
.sidebar-stack {
display: grid;
gap: 22px;
}
.sidebar-widget {
border-radius: 0;
padding: 0;
background: transparent;
}
.sidebar-widget--ad {
padding: 0;
overflow: hidden;
}
.sidebar-widget h2 {
margin: 0 0 16px;
font-size: clamp(1.4rem, 2vw, 2rem);
line-height: 1;
letter-spacing: -0.04em;
}
.ticker-list,
.bullet-list {
display: grid;
gap: 14px;
margin: 0;
padding: 0;
list-style: none;
}
.ticker-list li,
.bullet-list li {
padding-bottom: 14px;
border-bottom: 1px solid var(--color-border);
}
.ticker-list li:last-child,
.bullet-list li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.ticker-list a,
.bullet-list a {
font-weight: 700;
line-height: 1.25;
}
.archive-header,
.single-article {
border-radius: 0;
padding: 28px;
background: transparent;
}
.archive-header--page {
padding: 0 0 24px;
}
.latest-strip {
margin-bottom: 20px;
}
.latest-strip--full {
margin-bottom: 30px;
}
.story-list--grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px 24px;
}
.archive-title,
.entry-title {
margin: 10px 0 8px;
font-size: clamp(2rem, 4vw, 3.2rem);
line-height: 1;
letter-spacing: -0.05em;
}
.archive-description,
.entry-content,
.entry-summary {
font-family: Arial, sans-serif;
color: var(--color-muted);
}
.entry-content {
color: #000000;
}
.archive-description p {
margin: 0;
}
.post-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
margin-top: 24px;
}
.post-grid--compact {
margin-top: 0;
}
.post-card {
background: var(--color-surface);
border: 1px solid rgba(214, 222, 228, 0.82);
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-card);
}
.post-card img {
width: 100%;
height: 240px;
object-fit: cover;
}
.post-card__body {
padding: 22px;
}
.post-card__body h2 {
margin: 10px 0 8px;
font-size: 1.5rem;
line-height: 1.08;
letter-spacing: -0.04em;
}
.button-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 18px;
border-radius: 999px;
background: var(--color-highlight);
color: #fff;
font-family: Arial, sans-serif;
font-size: 0.9rem;
font-weight: 700;
transition: background var(--transition), color var(--transition), border-color var(--transition);
}
.button-link:hover {
background: var(--color-accent);
}
.button-link--ghost {
background: transparent;
color: var(--color-highlight);
border: 1px solid rgba(15, 61, 99, 0.18);
}
.button-link--ghost:hover {
color: #fff;
border-color: var(--color-accent);
}
.article-layout,
.page-grid {
display: grid;
grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.72fr);
gap: 30px;
align-items: start;
}
.page-grid--single {
grid-template-columns: 1fr;
}
.archive-layout {
display: block;
}
.archive-main,
.archive-sidebar {
min-width: 0;
}
.archive-header--category {
padding-top: 0;
padding-left: 0;
}
.archive-feed {
display: grid;
gap: 18px;
margin-top: 18px;
}
.archive-story {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: 18px;
align-items: start;
padding-bottom: 18px;
border-bottom: 1px solid var(--color-border);
}
.archive-story:last-child {
padding-bottom: 0;
}
.archive-story__image img {
width: 100%;
height: 140px;
object-fit: cover;
border-radius: var(--radius-md);
}
.archive-story__body h2 {
margin: 8px 0 8px;
font-size: 1.4rem;
line-height: 1.08;
letter-spacing: -0.04em;
}
.archive-story__body .entry-summary {
margin: 0;
}
.archive-story__body .card-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 8px;
}
.archive-story__body .card-meta a,
.archive-story__body .card-meta span {
white-space: nowrap;
}
.is-hidden {
display: none;
}
.entry-thumbnail {
margin: 22px 0 26px;
border-radius: var(--radius-lg);
overflow: hidden;
}
.entry-thumbnail img {
width: 100%;
max-height: 580px;
object-fit: cover;
}
.entry-content {
font-size: 1.04rem;
}
.entry-lead {
margin: 0 0 18px;
font-family: Arial, sans-serif;
font-size: 1.08rem;
color: var(--color-muted);
}
.entry-date {
margin: 0;
font-family: Arial, sans-serif;
font-size: 0.84rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--color-muted);
}
.entry-byline {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin: 8px 0 18px;
font-family: Arial, sans-serif;
font-size: 0.84rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--color-muted);
}
.entry-author {
color: var(--color-highlight);
}
.entry-content h2,
.entry-content h3 {
color: var(--color-text);
line-height: 1.12;
}
.entry-content ul,
.entry-content ol {
margin: 0 0 1.2em 1.2em;
}
.article-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
}
.share-bar {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 22px;
}
.share-label {
margin: 0 0 10px;
font-family: Arial, sans-serif;
font-size: 0.82rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--color-muted);
}
.share-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 999px;
font-family: Arial, sans-serif;
font-size: 0.94rem;
font-weight: 700;
color: #fff;
}
.share-icon svg {
width: 18px;
height: 18px;
}
.share-icon--whatsapp {
background: #25d366;
}
.share-icon--instagram {
background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}
.share-icon--x {
background: #111111;
}
.share-icon--facebook {
background: #1877f2;
}
.share-icon--telegram {
background: #229ed9;
}
.related-section {
margin-top: 34px;
}
.page-shell {
display: grid;
gap: 10px;
}
.page-shell--404 {
gap: 24px;
}
.archive-header--404 {
max-width: 980px;
}
.error-404-panel {
display: grid;
grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
gap: 30px;
align-items: start;
}
.error-404-panel__main,
.error-404-panel__aside {
min-width: 0;
}
.error-404-search {
max-width: 720px;
}
.error-404-search .search-form {
grid-template-columns: minmax(0, 1fr) auto;
}
.error-404-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
}
.error-404-links {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 18px;
font-family: Arial, sans-serif;
font-size: 0.96rem;
font-weight: 700;
}
.error-404-links a {
color: var(--color-highlight);
}
.error-404-panel__aside .section-title {
margin-bottom: 18px;
}
.single-article--page {
padding: 28px;
border: 1px solid rgba(214, 222, 228, 0.82);
border-radius: var(--radius-lg);
background: var(--color-surface);
box-shadow: var(--shadow-card);
}
.info-panel {
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid var(--color-border);
}
.info-panel h2 {
margin: 0 0 16px;
font-size: 1.35rem;
line-height: 1.05;
letter-spacing: -0.03em;
}
.info-card-grid,
.contact-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.info-card,
.contact-card {
display: grid;
gap: 8px;
padding: 18px;
border: 1px solid rgba(214, 222, 228, 0.82);
border-radius: var(--radius-md);
background: var(--color-surface-alt);
}
.info-card h3,
.contact-card strong {
margin: 0;
font-size: 1rem;
line-height: 1.15;
}
.info-card p,
.contact-card span {
margin: 0;
font-family: Arial, sans-serif;
color: var(--color-muted);
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content p {
margin: 0 0 1.2em;
color: #000000;
}
.single .wp-block-image {
text-align: center;
}
.single .wp-block-image img {
margin-left: auto;
margin-right: auto;
}
.single .wp-block-image figcaption,
.single .wp-element-caption,
.single .entry-content figcaption {
display: block;
width: 100%;
margin-top: 10px;
text-align: center !important;
}
.inline-related {
margin: 2rem 0;
padding: 1.1rem 0 0.2rem;
border-top: 1px solid var(--color-border);
border-bottom: 0;
background: transparent;
}
.inline-related__title {
margin: 0 0 0.85rem;
font-size: 1.18rem;
line-height: 1;
letter-spacing: -0.03em;
color: var(--color-highlight);
list-style: none;
}
.inline-related__title::before {
content: none !important;
display: none !important;
}
.inline-related__list {
display: grid;
gap: 0.7rem;
}
.inline-related__link {
display: inline-flex;
align-items: flex-start;
gap: 10px;
font-family: "Source Serif 4", "Georgia", "Times New Roman", serif;
font-size: 1.05rem;
line-height: 1.2;
font-weight: 700;
letter-spacing: -0.03em;
color: #20384f;
transition: color var(--transition), transform var(--transition);
}
.inline-related__link::before {
content: "";
width: 7px;
height: 7px;
margin-top: 0.34em;
border-radius: 999px;
background: var(--color-highlight);
flex: 0 0 auto;
}
.inline-related__link:hover {
color: var(--color-accent);
transform: translateX(2px);
}
.site-footer {
margin-top: 42px;
padding: 42px 0 34px;
border-top: 1px solid rgba(214, 222, 228, 0.82);
}
.footer-grid {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
font-family: Arial, sans-serif;
color: var(--color-muted);
}
.footer-grid p {
margin: 0;
}
.footer-grid--full {
display: grid;
grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
gap: 28px;
align-items: start;
}
.footer-brand h2,
.footer-column h3 {
margin: 0 0 14px;
color: var(--color-text);
}
.footer-brand p {
max-width: 40ch;
}
.footer-links {
display: grid;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
}
.footer-column--banner {
display: flex;
justify-content: center;
}
.footer-links a:hover {
color: var(--color-accent);
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid rgba(214, 222, 228, 0.82);
font-family: Arial, sans-serif;
color: var(--color-muted);
}
.footer-bottom p {
margin: 0;
}
.pagination {
margin-top: 28px;
font-family: Arial, sans-serif;
}
.pagination .nav-links {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
min-height: 42px;
padding: 0 12px;
border-radius: 999px;
border: 1px solid var(--color-border);
background: var(--color-surface);
}
.pagination .current,
.pagination .page-numbers:hover {
background: var(--color-highlight);
color: #fff;
}
@media (max-width: 1040px) {
.hero-grid,
.section-grid {
grid-template-columns: 1fr;
}
.stories-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.editorial-grid,
.mini-feature-grid,
.loose-stories-grid,
.article-layout,
.error-404-panel,
.archive-layout,
.page-grid,
.info-card-grid,
.contact-card-grid,
.footer-grid--full {
grid-template-columns: 1fr;
}
.loose-story {
grid-template-columns: 96px 1fr;
}
}
@media (max-width: 720px) {
.topbar,
.footer-grid,
.footer-bottom {
flex-direction: column;
align-items: flex-start;
}
.topbar {
display: grid;
grid-template-columns: 44px 1fr 44px;
align-items: center;
gap: 12px;
padding: 14px 0 10px;
}
.menu-toggle,
.search-toggle--mobile {
display: inline-flex;
}
.search-toggle--mobile {
position: static;
width: 32px;
height: 32px;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
padding: 0;
}
.search-toggle--mobile svg {
width: 20px;
height: 20px;
}
.site-branding {
justify-self: center;
}
.site-title {
font-size: clamp(1.6rem, 7vw, 2.25rem);
}
.main-navigation {
display: none;
padding: 10px 0 16px;
justify-content: flex-start;
}
.mobile-menu-toggle:checked + .topbar + .main-navigation {
display: block;
}
.site-header.is-menu-open .main-navigation {
display: block;
}
.main-navigation ul {
display: grid;
gap: 14px;
justify-content: flex-start;
}
.content-area {
padding-top: 24px;
}
.hero-grid,
.hero-side {
gap: 12px;
margin-bottom: 8px;
}
.loose-stories-grid {
margin-bottom: 20px;
}
.loose-story {
grid-template-columns: 120px 1fr;
gap: 12px;
align-items: start;
min-width: 0;
overflow: hidden;
}
.loose-story > a {
display: block;
width: 120px;
min-width: 120px;
max-width: 120px;
overflow: hidden;
border-radius: var(--radius-md);
}
.loose-story > div {
display: grid;
align-content: start;
gap: 6px;
padding-top: 4px;
min-width: 0;
}
.loose-story img {
display: block;
width: 120px;
min-width: 120px;
max-width: 120px;
height: 88px;
max-height: 88px;
object-fit: cover;
border-radius: var(--radius-md);
}
.loose-story h3 {
margin: 0;
font-size: 1rem;
line-height: 1.06;
letter-spacing: -0.03em;
word-break: break-word;
}
.loose-story .card-meta {
margin: 0;
}
.hero-side .news-card {
display: grid;
grid-template-columns: 120px 1fr;
gap: 12px;
align-items: start;
min-width: 0;
overflow: hidden;
}
.hero-side .news-card__media {
display: block;
width: 120px;
min-width: 120px;
max-width: 120px;
overflow: hidden;
border-radius: var(--radius-md);
}
.hero-side .news-card__media img {
display: block;
width: 120px !important;
min-width: 120px;
max-width: 120px;
height: 88px !important;
max-height: 88px;
border-radius: var(--radius-md);
object-fit: cover;
aspect-ratio: auto;
}
.hero-side .news-card__content {
padding: 0;
min-width: 0;
}
.hero-side .news-card h3 {
margin: 4px 0 0;
font-size: 1rem;
line-height: 1.06;
letter-spacing: -0.03em;
word-break: break-word;
}
.hero-side .news-card p {
display: none;
}
.hero-content,
.news-card__content {
padding: 0;
}
.archive-header,
.single-article,
.sidebar-widget,
.post-card__body {
padding: 18px;
}
.article-layout .sidebar-widget {
padding-left: 0;
padding-right: 0;
}
.section-block {
padding: 28px 0 0;
}
.stories-grid,
.post-grid {
grid-template-columns: 1fr;
}
.archive-story {
grid-template-columns: 112px 1fr;
gap: 14px;
align-items: start;
min-width: 0;
overflow: hidden;
}
.archive-story__image {
display: block;
width: 112px;
min-width: 112px;
overflow: hidden;
border-radius: var(--radius-md);
}
.archive-story__image img {
display: block;
width: 112px;
min-width: 112px;
max-width: 112px;
height: 82px;
max-height: 82px;
aspect-ratio: auto;
border-radius: 0;
}
.archive-story__body {
min-width: 0;
}
.archive-story__body h2 {
margin: 6px 0 0;
font-size: 1rem;
line-height: 1.08;
letter-spacing: -0.03em;
word-break: break-word;
}
.archive-story__body .entry-summary {
display: none;
}
.archive-header--category {
padding-left: 0;
}
.inline-related {
margin: 1.5rem 0;
padding: 0.95rem 0 0.1rem;
}
.inline-related__title {
font-size: 1.08rem;
}
.inline-related__link {
font-size: 0.98rem;
line-height: 1.18;
}
.story-list article {
grid-template-columns: 96px 1fr;
gap: 14px;
min-width: 0;
overflow: hidden;
}
.single .story-list--sidebar article {
display: grid;
grid-template-columns: 96px 1fr;
gap: 14px;
align-items: start;
overflow: hidden;
}
.single .story-list--sidebar > article > a {
display: block;
width: 96px;
min-width: 96px;
overflow: hidden;
border-radius: var(--radius-sm);
}
.single .story-list--sidebar img {
display: block;
width: 96px !important;
min-width: 96px;
max-width: 96px;
height: 76px !important;
max-height: 76px;
object-fit: cover;
border-radius: 0;
aspect-ratio: auto;
}
.story-list article > div,
.archive-story__body,
.post-card__body {
min-width: 0;
}
.single .post-grid--compact .post-card {
display: grid;
grid-template-columns: 96px 1fr;
gap: 14px;
align-items: start;
border: 0;
border-radius: 0;
box-shadow: none;
background: transparent;
overflow: hidden;
}
.single .post-grid--compact .post-card > a {
display: block;
width: 96px;
min-width: 96px;
overflow: hidden;
border-radius: var(--radius-sm);
}
.single .post-grid--compact .post-card img {
display: block;
width: 96px !important;
min-width: 96px;
max-width: 96px;
height: 76px !important;
max-height: 76px;
object-fit: cover;
border-radius: 0;
aspect-ratio: auto;
}
.single .post-grid--compact .post-card__body {
padding: 0;
}
.single .story-list--sidebar article > div {
min-width: 0;
}
.single .story-list--sidebar .card-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 8px;
}
.single .story-list--sidebar .card-meta a,
.single .story-list--sidebar .card-meta span {
white-space: nowrap;
}
.single .post-grid--compact .post-card__body h2 {
margin: 6px 0 0;
font-size: 1rem;
line-height: 1.08;
letter-spacing: -0.03em;
word-break: break-word;
}
.single .story-list--sidebar h3 {
margin: 6px 0 0;
font-size: 1rem;
line-height: 1.08;
letter-spacing: -0.03em;
word-break: break-word;
}
.single .post-grid--compact .post-card__body .entry-summary {
display: none;
}
}
@media (max-width: 540px) {
.site-shell {
width: min(calc(100vw - 20px), 1460px);
}
.hero-title,
.archive-title,
.entry-title {
letter-spacing: -0.04em;
}
.editorial-grid .story-list article {
grid-template-columns: 112px 1fr;
gap: 14px;
align-items: start;
min-width: 0;
overflow: hidden;
}
.editorial-grid .story-list img {
width: 112px;
height: 82px;
}
.editorial-grid .story-list h3 {
font-size: 0.98rem;
line-height: 1.08;
word-break: break-word;
}
.header-badge {
font-size: 0.72rem;
}
.error-404-actions {
display: grid;
grid-template-columns: 1fr;
}
.error-404-actions .button-link {
width: 100%;
justify-content: center;
}
.error-404-links {
display: grid;
gap: 10px;
}
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}