/*
Theme Name: THEWP HABER TEMASI
Theme URI: https://example.com/thewp-haber-temasi
Author: Codex
Author URI: https://example.com
Description: Sifirdan yeniden kurulan WordPress haber temasi.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: thewp-haber-temasi
*/

::-webkit-scrollbar-track {
  background-color: #f1f5f9;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background-color: #94a3b8;
}

:root {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  --container: 1170px;
  --font-14: clamp(0.8125rem, 0.79rem + 0.12vw, 0.875rem);
  --font-16: clamp(0.9375rem, 0.91rem + 0.16vw, 1rem);
  --font-18: clamp(1rem, 0.96rem + 0.28vw, 1.125rem);
  --font-20: clamp(1.0625rem, 1rem + 0.42vw, 1.25rem);
  --h1-size: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  --h2-size: clamp(1.75rem, 1.28rem + 1.6vw, 2.75rem);
  --h3-size: clamp(1.5rem, 1.18rem + 1vw, 2.125rem);
  --h4-size: clamp(1.25rem, 1.05rem + 0.75vw, 1.75rem);
  --h5-size: clamp(1.125rem, 1rem + 0.45vw, 1.375rem);
  --color-blue: #0f4c81;
  --color-black: #111111;
  --color-green: #147a4b;
  --color-red: #c62828;
  --color-orange: #ef6c00;
  --color-yellow: #d4a100;
  --color-gray: #6b7280;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-border: #e5e7eb;
  --color-text: #111111;
  --color-muted: #6b7280;
  --space-15: 15px;
  --space-20: 20px;
  --space-30: 30px;
  --space-40: 40px;
  --space-60: 60px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --transition-fast: 180ms ease;
  --transition-base: 260ms ease;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
}

body {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--font-16);
  line-height: 1.6;
}

img,
picture,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible,
a:active {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

h1,
.h1 {
  font-size: var(--h1-size);
  line-height: 1.08;
}

h2,
.h2 {
  font-size: var(--h2-size);
  line-height: 1.12;
}

h3,
.h3 {
  font-size: var(--h3-size);
  line-height: 1.16;
}

h4,
.h4 {
  font-size: var(--h4-size);
  line-height: 1.2;
}

h5,
.h5 {
  font-size: var(--h5-size);
  line-height: 1.24;
}

.font-14 { font-size: var(--font-14); }
.font-16 { font-size: var(--font-16); }
.font-18 { font-size: var(--font-18); }
.font-20 { font-size: var(--font-20); }

.site-container {
  width: min(100% - 32px, var(--container));
  max-width: 100%;
  margin-inline: auto;
}

.grid {
  display: grid;
  gap: var(--space-20);
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-7 { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.grid-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.grid-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); }
.grid-10 { grid-template-columns: repeat(10, minmax(0, 1fr)); }
.grid-11 { grid-template-columns: repeat(11, minmax(0, 1fr)); }
.grid-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }

.m-15 { margin: var(--space-15); }
.m-20 { margin: var(--space-20); }
.m-30 { margin: var(--space-30); }
.m-40 { margin: var(--space-40); }
.m-60 { margin: var(--space-60); }

.p-15 { padding: var(--space-15); }
.p-20 { padding: var(--space-20); }
.p-30 { padding: var(--space-30); }
.p-40 { padding: var(--space-40); }
.p-60 { padding: var(--space-60); }

.mt-15 { margin-top: var(--space-15); }
.mt-20 { margin-top: var(--space-20); }
.mt-30 { margin-top: var(--space-30); }
.mt-40 { margin-top: var(--space-40); }
.mt-60 { margin-top: var(--space-60); }

.mb-15 { margin-bottom: var(--space-15); }
.mb-20 { margin-bottom: var(--space-20); }
.mb-30 { margin-bottom: var(--space-30); }
.mb-40 { margin-bottom: var(--space-40); }
.mb-60 { margin-bottom: var(--space-60); }

.pt-15 { padding-top: var(--space-15); }
.pt-20 { padding-top: var(--space-20); }
.pt-30 { padding-top: var(--space-30); }
.pt-40 { padding-top: var(--space-40); }
.pt-60 { padding-top: var(--space-60); }

.pb-15 { padding-bottom: var(--space-15); }
.pb-20 { padding-bottom: var(--space-20); }
.pb-30 { padding-bottom: var(--space-30); }
.pb-40 { padding-bottom: var(--space-40); }
.pb-60 { padding-bottom: var(--space-60); }

.btn,
button,
input[type="submit"],
input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: var(--color-black);
  color: #ffffff;
  font-size: var(--font-16);
  font-weight: 600;
  line-height: 1;
  transition: background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), filter var(--transition-fast);
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  filter: brightness(1.04);
}

.btn-primary {
  background: var(--color-red);
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

.btn-soft {
  background: #f3f4f6;
  color: var(--color-black);
}

.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;
}

@keyframes thewp-button-hover {
  0% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.04);
  }

  100% {
    filter: brightness(1.08);
  }
}

@media (max-width: 1024px) {
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-container {
    width: min(100% - 24px, var(--container));
  }

  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    grid-template-columns: 1fr;
  }
}

.thewp-header {
  position: relative;
  z-index: 60;
  background: #ffffff;
}

.thewp-finance-bar {
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  background: linear-gradient(135deg, #0d1117 0%, #171b22 48%, #0f1218 100%);
  color: #ffffff;
}

.thewp-finance-track {
  position: relative;
  padding: 6px 0;
}

.thewp-finance-track::before,
.thewp-finance-track::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 92px;
  pointer-events: none;
  content: "";
}

.thewp-finance-track::before {
  left: 0;
  background: linear-gradient(90deg, #0d1117, rgba(13, 17, 23, 0));
}

.thewp-finance-track::after {
  right: 0;
  background: linear-gradient(270deg, #0f1218, rgba(15, 18, 24, 0));
}

.thewp-finance-swiper {
  width: 100%;
  overflow: hidden;
}

.thewp-finance-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: max-content;
  transition-timing-function: linear;
}

.thewp-finance-swiper.is-loop-ready .swiper-wrapper {
  animation: thewp-finance-marquee var(--thewp-finance-loop-duration, 36s) linear infinite;
}

.thewp-economy-market-swiper.is-loop-ready .swiper-wrapper {
	animation: thewp-finance-marquee var(--thewp-finance-loop-duration, 36s) linear infinite;
}

.thewp-finance-swiper.is-loop-ready:hover .swiper-wrapper {
  animation-play-state: paused;
}

.thewp-economy-market-swiper.is-loop-ready:hover .swiper-wrapper {
	animation-play-state: paused;
}

.thewp-finance-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.thewp-economy-market-swiper .swiper-slide {
	width: auto;
	flex-shrink: 0;
}

.thewp-finance-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 58px auto auto;
  align-items: center;
  gap: 0 12px;
  min-width: 264px;
  min-height: 40px;
  padding: 0 18px;
  background: transparent;
  transition: color var(--transition-base), opacity var(--transition-base);
}

.thewp-finance-card::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  opacity: 1;
  margin-top: -10px;
  content: "";
}

.thewp-finance-card:hover {
  opacity: 1;
}

.thewp-finance-name {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: nowrap;
}

.thewp-finance-value {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.thewp-finance-change {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 58px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.thewp-finance-change svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.thewp-finance-chart {
  display: block;
  width: 58px;
  height: 18px;
  overflow: hidden;
  opacity: 0.64;
}

.thewp-finance-chart svg {
  width: 58px;
  height: 18px;
}

.thewp-finance-chart path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: thewp-chart-draw 2.6s ease-in-out infinite;
}

.thewp-finance-card.is-up {
  color: #2fe08b;
}

.thewp-finance-card.is-down {
  color: #ff5d69;
}

.thewp-finance-card.is-neutral {
  color: #d4a100;
}

.thewp-finance-card.is-up::before {
  background: rgba(47, 224, 139, 0.16);
}

.thewp-finance-card.is-down::before {
  background: rgba(255, 93, 105, 0.16);
}

.thewp-finance-card.is-neutral::before {
  background: rgba(212, 161, 0, 0.16);
}

.thewp-finance-card.is-up .thewp-finance-change {
  color: #84ffbc;
}

.thewp-finance-card.is-down .thewp-finance-change {
  color: #ff9ba2;
}

.thewp-finance-card.is-neutral .thewp-finance-change {
  color: #ffe08a;
}

.thewp-finance-card:hover .thewp-finance-name {
  color: rgba(255, 255, 255, 0.9);
}

.thewp-finance-card:hover .thewp-finance-chart {
  opacity: 0.92;
}

.thewp-brand-row {
  background: #ffffff;
  border-bottom: 1px solid #eceff3;
}

.thewp-brand-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 30px;
  min-height: 78px;
  padding-block: 14px;
}

.thewp-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  color: #111111;
  text-align: left;
  text-decoration: none;
}

.thewp-logo-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: 45px;
  max-height: 45px;
}

.thewp-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #c62828;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.thewp-logo-text {
  display: grid;
  gap: 2px;
}

.thewp-logo-text strong {
  color: #111111;
  font-size: clamp(1.3rem, 1.04rem + 0.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.thewp-logo-text small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thewp-logo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	min-height: 45px;
	color: #111111;
	font-size: clamp(1.35rem, 1.12rem + 0.72vw, 2rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: left;
	white-space: nowrap;
}

.thewp-mainnav {
  min-width: 0;
}

.thewp-mainnav-inner {
  min-width: 0;
}

.thewp-menu-panel {
  min-width: 0;
}

.thewp-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.thewp-menu > li {
  position: relative;
  display: flex;
  align-items: center;
}

.thewp-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color var(--transition-fast);
}

.thewp-menu > li > a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #c62828;
  opacity: 0;
  content: "";
}

.thewp-menu > li:hover > a,
.thewp-menu > li:focus-within > a {
  color: #c62828;
}

.thewp-menu > li:hover > a::after,
.thewp-menu > li:focus-within > a::after {
  animation: thewp-menu-underline 220ms ease forwards;
}

.thewp-menu .has-submenu > a,
.thewp-menu .menu-item-has-children > a {
  padding-right: 0;
}

.thewp-menu .has-submenu > a::before,
.thewp-menu .menu-item-has-children > a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: -12px;
  color: currentColor;
  font-size: 10px;
  line-height: 1;
  content: "▾";
}

.thewp-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 70;
  min-width: 220px;
  padding: 8px 0;
  border: 1px solid #eceff3;
  border-radius: var(--radius-xs);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  transition: opacity var(--transition-base), visibility var(--transition-base), margin-top var(--transition-base);
}

.thewp-menu > li:hover > ul,
.thewp-menu > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.thewp-menu ul li + li {
  border-top: 1px solid #f1f3f6;
}

.thewp-menu ul a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #111111;
  font-size: 13px;
  font-weight: 500;
  transition: background-color var(--transition-fast), color var(--transition-fast);
}

.thewp-menu ul a:hover,
.thewp-menu ul a:focus-visible {
  background: #faf4f4;
  color: #c62828;
}

.submenu-toggle {
  display: none;
}

.thewp-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.thewp-search-trigger,
.thewp-mobile-toggle,
.thewp-mobile-close {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 0;
  border: 0;
  animation: none;
}

.thewp-search-trigger,
.thewp-search-trigger:hover,
.thewp-search-trigger:focus,
.thewp-mobile-toggle,
.thewp-mobile-toggle:hover,
.thewp-mobile-toggle:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  animation: none;
  filter: none;
}

.thewp-mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 0;
  background: currentColor;
}

.thewp-mobile-toggle {
  flex-direction: column;
  gap: 4px;
}

.thewp-search-trigger svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.thewp-search-trigger:hover,
.thewp-search-trigger:focus,
.thewp-mobile-toggle:hover,
.thewp-mobile-toggle:focus {
  color: #c62828;
}

.thewp-mobile-head {
  display: none;
}

.thewp-header-meta {
  background: #c62828;
  color: #ffffff;
}

.thewp-header-meta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  align-items: center;
  column-gap: 18px;
  min-height: 52px;
}

.thewp-header-meta-spacer {
	min-width: 0;
	min-height: 1px;
	overflow: hidden;
}

.thewp-breaking-news {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	width: 100%;
	min-width: 0;
	min-height: 40px;
	overflow: hidden;
}

.thewp-breaking-news-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 150px;
	max-width: 150px;
	padding-right: 15px;
	color: #ffffff;
	white-space: nowrap;
}

.thewp-breaking-news-label::after {
	position: absolute;
	top: calc(50% - 11px);
	right: 0;
	width: 1px;
	height: 22px;
	background: rgba(255, 255, 255, 0.24);
	content: "";
}

.thewp-breaking-news-label strong {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.thewp-breaking-news-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	color: #ffffff;
}

.thewp-breaking-news-icon svg {
	display: block;
	width: 25px;
	height: 25px;
	color: currentColor;
	fill: currentColor;
}

.thewp-breaking-news-track {
	position: relative;
	min-width: 0;
	width: 100%;
	overflow: hidden;
}

.thewp-breaking-news-track::before,
.thewp-breaking-news-track::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4;
	width: 42px;
	pointer-events: none;
	content: "";
}

.thewp-breaking-news-track::before {
	left: 0;
	background: linear-gradient(90deg, #c62828 0%, rgba(198, 40, 40, 0) 100%);
}

.thewp-breaking-news-track::after {
	right: 0;
	background: linear-gradient(270deg, #c62828 0%, rgba(198, 40, 40, 0) 100%);
}

.thewp-breaking-news-swiper {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-breaking-news-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
	width: max-content;
	min-width: max-content;
	will-change: margin-left;
	transition-timing-function: linear;
}

.thewp-breaking-news-swiper.is-loop-ready .swiper-wrapper {
	animation: thewp-breaking-news-marquee var(--thewp-breaking-news-loop-duration, 42s) linear infinite;
}

.thewp-breaking-news-swiper.is-loop-ready:hover .swiper-wrapper {
	animation-play-state: paused;
}

.thewp-breaking-news-swiper .swiper-slide {
	display: flex;
	align-items: center;
	width: auto;
	flex: 0 0 auto;
}

.thewp-breaking-news-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 22px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: color var(--transition-fast);
}

.thewp-breaking-news-item time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffe38f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.thewp-breaking-news-item span {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: color var(--transition-fast);
}

.thewp-breaking-news-item:hover,
.thewp-breaking-news-item:focus-visible {
	color: #ffe38f;
	outline: 0;
	text-decoration: none;
}

.thewp-breaking-news-item:hover span,
.thewp-breaking-news-item:focus-visible span,
.thewp-breaking-news-item:hover time,
.thewp-breaking-news-item:focus-visible time {
	color: #ffe38f;
	text-decoration: none;
}

@keyframes thewp-breaking-news-marquee {
	from {
		margin-left: 0;
	}

	to {
		margin-left: calc(-1 * var(--thewp-breaking-news-loop-width, 0px));
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-breaking-news-swiper.is-loop-ready .swiper-wrapper {
		animation: none;
	}
}

@media (max-width: 980px) {
	.thewp-breaking-news-label {
		min-width: 136px;
		max-width: 136px;
		padding-right: 12px;
	}

	.thewp-breaking-news-label strong {
		font-size: 12px;
		letter-spacing: 0.015em;
	}

	.thewp-breaking-news-icon {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
	}

	.thewp-breaking-news-icon svg {
		width: 24px;
		height: 24px;
	}

	.thewp-breaking-news-item,
	.thewp-breaking-news-item time,
	.thewp-breaking-news-item span {
		font-size: 12px;
	}

	.thewp-breaking-news-item {
		padding: 0 18px;
	}
}

@media (max-width: 768px) {
	.thewp-header-meta-inner {
		grid-template-columns: minmax(0, 1fr) minmax(168px, 210px);
		column-gap: 12px;
	}

	.thewp-breaking-news-label {
		min-width: auto;
		max-width: none;
		padding-right: 10px;
	}

	.thewp-breaking-news-label strong {
		display: none;
	}

	.thewp-breaking-news-label::after {
		display: none;
	}

	.thewp-breaking-news-icon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
	}

	.thewp-breaking-news-icon svg {
		width: 25px;
		height: 25px;
	}

	.thewp-breaking-news-item {
		min-height: 38px;
		padding: 0 16px;
	}

	.thewp-weather-current,
	.thewp-weather-current:hover,
	.thewp-weather-current:focus {
		grid-template-columns: 30px minmax(0, 1fr) 16px;
		gap: 8px;
	}

	.thewp-weather-icon,
	.thewp-weather-icon svg,
	.thewp-weather-icon img {
		width: 30px;
		height: 30px;
	}

	.thewp-weather-body strong,
	.thewp-weather-body small {
		font-size: 11px;
	}

	.thewp-weather-temp {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-header-meta-inner {
		grid-template-columns: minmax(0, 1fr) minmax(132px, 168px);
		column-gap: 10px;
	}

	.thewp-breaking-news-track::before,
	.thewp-breaking-news-track::after {
		width: 24px;
	}

	.thewp-breaking-news-item {
		max-width: 78vw;
	}

	.thewp-breaking-news-item span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.thewp-weather-current,
	.thewp-weather-current:hover,
	.thewp-weather-current:focus {
		grid-template-columns: 26px minmax(0, 1fr) 14px;
		gap: 6px;
	}

	.thewp-weather-icon,
	.thewp-weather-icon svg,
	.thewp-weather-icon img {
		width: 26px;
		height: 26px;
	}

	.thewp-weather-body small {
		display: none;
	}

	.thewp-weather-topline {
		gap: 1px;
	}

	.thewp-weather-temp {
		font-size: 13px;
	}

	.thewp-weather-arrow,
	.thewp-weather-arrow svg {
		width: 14px;
		height: 14px;
	}
}

.thewp-weather {
  position: relative;
  width: 100%;
  justify-self: end;
}

.thewp-weather-current,
.thewp-weather-current:hover,
.thewp-weather-current:focus {
  width: 100%;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  animation: none;
  filter: none;
}

.thewp-weather-current:hover {
  background: transparent;
}

.thewp-weather-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.thewp-weather-icon svg {
  width: 30px;
  height: 30px;
}

.thewp-weather-icon img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.thewp-weather-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  align-self: center;
  gap: 6px;
  min-width: 0;
  text-align: left;
}

.thewp-weather-topline {
  display: grid;
  align-items: center;
  gap: 2px;
  min-width: 0;
}

.thewp-weather-body strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thewp-weather-body small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thewp-weather-temp {
  flex: 0 0 auto;
  align-self: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.thewp-weather-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.thewp-weather-arrow svg {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  opacity: 1;
}

.thewp-weather-arrow-active {
  opacity: 0;
}

.thewp-weather.is-open .thewp-weather-arrow-idle {
  animation: thewp-weather-arrow-fade-out 180ms ease forwards;
}

.thewp-weather.is-open .thewp-weather-arrow-active {
  animation: thewp-weather-arrow-fade-in 180ms ease forwards;
}

.thewp-weather:not(.is-open) .thewp-weather-arrow-idle {
  animation: thewp-weather-arrow-fade-in 180ms ease forwards;
}

.thewp-weather:not(.is-open) .thewp-weather-arrow-active {
  animation: thewp-weather-arrow-fade-out 180ms ease forwards;
}

.thewp-weather-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 80;
  display: block;
  width: min(204px, calc(100vw - 24px));
  max-height: 240px;
  overflow-y: auto;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-xs);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}

.thewp-weather.is-open .thewp-weather-dropdown {
  opacity: 1;
  visibility: visible;
  animation: thewp-weather-dropdown-open 220ms ease;
}

.thewp-weather-list {
  display: block;
}

.thewp-weather-item {
  border-top: 1px solid #eef2f6;
}

.thewp-weather-item:first-child {
  border-top: 0;
}

.thewp-weather-city-option,
.thewp-weather-city-option:hover,
.thewp-weather-city-option:focus {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  filter: none;
  text-align: left;
}

.thewp-weather-city-option:hover,
.thewp-weather-city-option:focus {
  background: #f8fafc;
  color: #c62828;
}

.thewp-weather-city-option.is-active {
  background: #fef2f2;
  color: #c62828;
}

@media (max-width: 768px) {
	.thewp-header-meta-inner {
		grid-template-columns: minmax(0, 1fr) minmax(164px, 190px);
		column-gap: 12px;
	}

	.thewp-weather-current,
	.thewp-weather-current:hover,
	.thewp-weather-current:focus {
		grid-template-columns: 28px minmax(0, 1fr) 16px;
		gap: 7px;
	}

	.thewp-weather-icon,
	.thewp-weather-icon svg,
	.thewp-weather-icon img {
		width: 28px;
		height: 28px;
	}

	.thewp-weather-body strong,
	.thewp-weather-body small {
		font-size: 11px;
	}

	.thewp-weather-temp {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-header-meta-inner {
		grid-template-columns: minmax(0, 1fr) minmax(136px, 160px);
		column-gap: 10px;
	}

	.thewp-weather-current,
	.thewp-weather-current:hover,
	.thewp-weather-current:focus {
		grid-template-columns: 24px minmax(0, 1fr) 14px;
		gap: 6px;
	}

	.thewp-weather-icon,
	.thewp-weather-icon svg,
	.thewp-weather-icon img {
		width: 24px;
		height: 24px;
	}

	.thewp-weather-body small {
		display: none;
	}

	.thewp-weather-topline {
		gap: 1px;
	}

	.thewp-weather-temp {
		font-size: 13px;
	}

	.thewp-weather-arrow,
	.thewp-weather-arrow svg {
		width: 14px;
		height: 14px;
	}
}

.thewp-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(17, 24, 39, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 140ms ease, visibility 140ms ease;
}

.thewp-mobile-menu-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -105%;
	z-index: 100;
	width: min(300px, 86vw);
	overflow-y: auto;
	background: #ffffff;
	color: #111111;
	transition: left 320ms cubic-bezier(0.22, 1, 0.36, 1);
	text-align: left;
}

.admin-bar .thewp-mobile-menu-panel,
.admin-bar .thewp-menu-backdrop,
.admin-bar .thewp-search-overlay {
	top: 32px;
}

body.thewp-menu-open {
	overflow: hidden;
}

body.thewp-menu-open .thewp-mobile-menu-panel {
	left: 0;
}

body.thewp-menu-open .thewp-menu-backdrop {
	opacity: 1;
	visibility: visible;
}

.thewp-mobile-menu-panel .thewp-mobile-head {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 78px;
	padding: 0 20px;
	border-bottom: 1px solid #eef0f3;
	background: #ffffff;
}

.thewp-mobile-menu-logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	color: #111111;
	text-align: left;
	text-decoration: none;
}

.thewp-mobile-menu-logo .thewp-logo-image {
	width: auto;
	max-width: 168px;
	height: 42px;
	max-height: 42px;
	object-fit: contain;
}

.thewp-mobile-menu-logo .thewp-logo-fallback {
	min-height: 42px;
	font-size: clamp(1.1rem, 0.96rem + 0.5vw, 1.35rem);
	line-height: 1.1;
}

.thewp-mobile-menu-panel .thewp-mobile-close,
.thewp-mobile-menu-panel .thewp-mobile-close:hover,
.thewp-mobile-menu-panel .thewp-mobile-close:focus {
	width: 28px;
	height: 28px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #111111;
	animation: none;
	filter: none;
}

.thewp-mobile-menu-panel .thewp-mobile-close svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.thewp-mobile-menu-panel .thewp-menu {
	display: grid;
	justify-content: stretch;
	justify-items: stretch;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 10px 20px 22px;
	list-style: none;
	text-align: left;
}

.thewp-mobile-menu-panel .thewp-menu > li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	justify-items: stretch;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #edf0f3;
	text-align: left;
}

.thewp-mobile-menu-panel .thewp-menu > li > a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	min-height: 54px;
	padding: 0;
	color: #111111;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	background: transparent;
	text-align: left;
	white-space: normal;
}

.thewp-mobile-menu-panel .thewp-menu > li > a::after,
.thewp-mobile-menu-panel .thewp-menu .has-submenu > a::before,
.thewp-mobile-menu-panel .thewp-menu .menu-item-has-children > a::before {
	display: none;
}

.thewp-mobile-menu-panel .thewp-menu > li:hover > a,
.thewp-mobile-menu-panel .thewp-menu > li:focus-within > a {
	background: transparent;
	color: #c62828;
}

.thewp-mobile-menu-panel .submenu-toggle,
.thewp-mobile-menu-panel .submenu-toggle:hover,
.thewp-mobile-menu-panel .submenu-toggle:focus {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #6b7280;
	animation: none;
	filter: none;
}

.thewp-mobile-menu-panel .submenu-toggle::before {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: currentColor;
	font-size: 18px;
	font-weight: 600;
	content: "+";
}

.thewp-mobile-menu-panel .thewp-menu > li.is-open > .submenu-toggle::before {
	content: "−";
}

.thewp-mobile-menu-panel .thewp-menu ul {
	position: static;
	grid-column: 1 / -1;
	display: none;
	justify-content: stretch;
	justify-items: stretch;
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	text-align: left;
}

.thewp-mobile-menu-panel .thewp-menu > li.is-open > ul {
	display: grid;
}

.thewp-mobile-menu-panel .thewp-menu ul a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	min-height: 38px;
	padding: 0 0 0 14px;
	background: transparent;
	color: #374151;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	white-space: normal;
}

.thewp-mobile-menu-panel .thewp-menu ul li + li {
	margin-top: 0;
}

.thewp-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 120ms ease, visibility 120ms ease;
}

body.thewp-search-open {
	overflow: hidden;
}

body.thewp-search-open .thewp-search-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.thewp-search-overlay__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.68);
}

.thewp-search-overlay__inner {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 12px;
	width: min(100%, 680px);
	padding: clamp(24px, 5vw, 44px);
	border: 1px solid #eef0f3;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.thewp-search-overlay__close,
.thewp-search-overlay__close:hover,
.thewp-search-overlay__close:focus {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111111;
	animation: none;
	filter: none;
}

.thewp-search-overlay__close svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.thewp-search-overlay__title {
	color: var(--color-text);
	font-size: clamp(1.7rem, 1.28rem + 1.2vw, 2.5rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.thewp-search-overlay__text {
	max-width: 520px;
	margin: 0;
	color: var(--color-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.thewp-search-overlay .thewp-search-form {
	margin-top: 8px;
}

@keyframes thewp-chart-draw {
  0% {
    stroke-dashoffset: 120;
    opacity: 0.35;
  }

  46% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: -120;
    opacity: 0.45;
  }
}

@keyframes thewp-finance-marquee {
  from {
    margin-left: 0;
  }

  to {
    margin-left: calc(-1 * var(--thewp-finance-loop-width, 0px));
  }
}

@keyframes thewp-menu-underline {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes thewp-weather-dropdown-open {
  0% {
    opacity: 0;
    margin-top: 6px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes thewp-weather-arrow-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes thewp-weather-arrow-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .thewp-finance-chart path,
  .thewp-finance-swiper.is-loop-ready .swiper-wrapper,
	.thewp-economy-market-swiper.is-loop-ready .swiper-wrapper {
    animation: none;
  }
}

@media (max-width: 782px) {
	.admin-bar .thewp-mobile-menu-panel,
	.admin-bar .thewp-menu-backdrop,
	.admin-bar .thewp-search-overlay {
		top: 46px;
	}
}

@media (max-width: 980px) {
  .thewp-brand-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 20px;
    min-height: 72px;
  }

  .thewp-logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .thewp-logo-image {
    height: 40px;
    max-height: 40px;
  }

  .thewp-mainnav {
    display: none;
    width: 0;
    min-width: 0;
  }

  .thewp-mainnav-inner {
    width: 0;
    min-width: 0;
  }

  .thewp-header-actions {
    gap: 12px;
  }

  .thewp-menu-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -105%;
    z-index: 100;
    width: min(360px, 88vw);
    overflow-y: auto;
    background: #ffffff;
    color: #111111;
    transition: left 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .thewp-mainnav .thewp-menu-panel {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    transition: none;
  }

  body.thewp-menu-open {
    overflow: hidden;
  }

  body.thewp-menu-open .thewp-menu-panel {
    left: 0;
  }

  body.thewp-menu-open .thewp-mainnav .thewp-menu-panel {
    left: auto;
  }

  body.thewp-menu-open .thewp-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .thewp-mobile-head {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 0 18px;
    border-bottom: 1px solid #eef0f3;
    background: #ffffff;
  }

  .thewp-mainnav .thewp-mobile-head {
    display: none;
  }

  .thewp-mobile-head span {
    color: #111111;
    font-size: 17px;
    font-weight: 600;
  }

  .thewp-mobile-close,
  .thewp-mobile-close:hover,
  .thewp-mobile-close:focus {
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
    animation: none;
    filter: none;
  }

  .thewp-mobile-close svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .thewp-menu {
    display: grid;
    gap: 0;
    padding: 12px;
  }

  .thewp-menu > li {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-bottom: 1px solid #f0f1f3;
  }

  .thewp-menu > li > a {
    min-height: 52px;
    padding: 0 8px;
    color: #111111;
    font-size: 15px;
    background: transparent;
  }

  .thewp-menu > li > a::after,
  .thewp-menu .has-submenu > a::before,
  .thewp-menu .menu-item-has-children > a::before {
    display: none;
  }

  .thewp-menu > li:hover > a,
  .thewp-menu > li:focus-within > a {
    background: transparent;
  }

  .submenu-toggle,
  .submenu-toggle:hover,
  .submenu-toggle:focus {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
    animation: none;
    filter: none;
  }

  .submenu-toggle::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: currentColor;
    font-size: 18px;
    font-weight: 600;
    content: "+";
  }

  .thewp-menu > li.is-open > .submenu-toggle::before {
    content: "−";
  }

  .thewp-menu ul {
    position: static;
    grid-column: 1 / -1;
    display: none;
    min-width: 0;
    padding: 0 0 10px 10px;
    border: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  .thewp-menu > li.is-open > ul {
    display: grid;
  }

  .thewp-menu ul a {
    min-height: 40px;
    padding: 0 12px;
    background: transparent;
    color: #374151;
  }

  .thewp-menu ul li + li {
    margin-top: 0;
  }

  .thewp-header-meta-inner {
    min-height: 48px;
  }
}

@media (max-width: 640px) {
  .thewp-finance-card {
    grid-template-columns: auto 50px auto auto;
    min-width: 238px;
    gap: 0 10px;
    padding: 0 14px;
  }

  .thewp-finance-chart {
    width: 50px;
  }

  .thewp-finance-chart svg {
    width: 50px;
  }

  .thewp-weather {
    width: min(100%, 204px);
  }

  .thewp-weather-dropdown {
    width: min(204px, calc(100vw - 24px));
  }
}

@media (max-width: 420px) {
  .thewp-brand-inner {
    column-gap: 14px;
    min-height: 68px;
  }

  .thewp-logo-image {
    height: 36px;
    max-height: 36px;
  }

  .thewp-weather-current,
  .thewp-weather-current:hover,
  .thewp-weather-current:focus {
    min-height: 38px;
    gap: 8px;
  }

  .thewp-weather {
    width: min(100%, 188px);
  }

  .thewp-weather-icon,
  .thewp-weather-icon svg {
    width: 30px;
    height: 30px;
  }

  .thewp-weather-temp {
    font-size: 16px;
  }
}



.thewp-surmanset {
	background: #ffffff;
	padding: 18px 0;
	overflow: hidden;
}

.thewp-surmanset-slider {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-surmanset-viewport {
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-surmanset-track {
	display: flex;
	align-items: stretch;
	gap: 18px;
}

.thewp-surmanset-slider.is-swiper-ready .thewp-surmanset-track {
	gap: 0;
}

.thewp-surmanset-slide {
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
}

.thewp-surmanset-card {
	display: grid;
	gap: 9px;
	height: 100%;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-surmanset-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-surmanset-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-surmanset-content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-surmanset-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-surmanset-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-surmanset-card:hover .thewp-surmanset-title,
.thewp-surmanset-card:focus-visible .thewp-surmanset-title {
	color: var(--color-red);
}

.thewp-surmanset-card:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.thewp-surmanset-track {
		gap: 16px;
	}

	.thewp-surmanset-slide {
		flex-basis: calc((100% - 32px) / 3);
	}
}

@media (max-width: 768px) {
	.thewp-surmanset {
		padding: 14px 0;
	}

	.thewp-surmanset-track {
		gap: 14px;
	}

	.thewp-surmanset-slide {
		flex-basis: calc((100% - 14px) / 2);
	}

	.thewp-surmanset-title {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-surmanset-slide {
		flex-basis: 82%;
	}

	.thewp-surmanset-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-surmanset-track {
		transition: none;
	}
}



.thewp-manset {
	background: #ffffff;
	padding: 24px 0;
	overflow: hidden;
}

.thewp-manset-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: var(--space-20);
	align-items: stretch;
}

.thewp-manset-main {
	display: grid;
	grid-template-rows: auto 36px;
	min-width: 0;
}

.thewp-manset-swiper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
	touch-action: pan-y;
	cursor: grab;
}

.thewp-manset-swiper:active {
	cursor: grabbing;
}

.thewp-manset-swiper .swiper-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

.thewp-manset-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}

.thewp-manset-slide {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-manset-card {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	background: #f1f5f9;
}

.thewp-manset-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
}

.thewp-manset-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0) 32%, rgba(17, 17, 17, 0.4) 68%, rgba(17, 17, 17, 0.82) 100%);
	pointer-events: none;
}

.thewp-manset-content {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 24px;
	z-index: 2;
	display: grid;
	gap: 9px;
	min-width: 0;
	color: #ffffff;
	pointer-events: none;
}

.thewp-manset-category {
	display: inline-flex;
	width: max-content;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 4px;
	background: var(--color-red);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.thewp-manset-title {
	display: -webkit-box;
	overflow: hidden;
	color: #ffffff;
	font-size: clamp(1.35rem, 1.05rem + 0.95vw, 2rem);
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.thewp-manset-date {
	display: block;
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-manset-card:focus-visible {
	outline: 2px solid var(--color-red);
	outline-offset: -2px;
}

.thewp-manset-pagination {
	display: grid;
	grid-template-columns: repeat(15, minmax(0, 1fr));
	width: 100%;
	height: 36px;
	background: #f3f4f6;
}

.thewp-manset-pagination .swiper-pagination-bullet,
.thewp-manset-pagination button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #374151;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	opacity: 1;
	filter: none;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.thewp-manset-pagination .swiper-pagination-bullet-active,
.thewp-manset-pagination button.is-active {
	background: var(--color-red);
	color: #ffffff;
}

.thewp-manset-pagination .swiper-pagination-bullet:hover,
.thewp-manset-pagination button:hover {
	background: rgba(198, 40, 40, 0.1);
	color: var(--color-red);
	filter: none;
}

.thewp-manset-pagination .swiper-pagination-bullet-active:hover,
.thewp-manset-pagination button.is-active:hover {
	background: var(--color-red);
	color: #ffffff;
}

.thewp-manset-side {
	display: grid;
	grid-template-rows: repeat(5, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
	height: 100%;
}

.thewp-manset-side-item {
	min-width: 0;
	overflow: hidden;
}

.thewp-manset-side-link {
	display: grid;
	grid-template-columns: 122px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	height: 100%;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-manset-side-link img {
	display: block;
	width: 122px;
	height: 69px;
	object-fit: cover;
	background: #f1f5f9;
}

.thewp-manset-side-body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.thewp-manset-side-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-manset-side-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-manset-side-link:hover .thewp-manset-side-title,
.thewp-manset-side-link:focus-visible .thewp-manset-side-title {
	color: var(--color-red);
}

.thewp-manset-side-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 3px;
}

.thewp-manset-swiper.is-fallback .swiper-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.thewp-manset-swiper.is-fallback .thewp-manset-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease;
}

.thewp-manset-swiper.is-fallback .thewp-manset-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 1024px) {
	.thewp-manset-layout {
		grid-template-columns: 1fr;
	}

	.thewp-manset-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		height: auto;
	}

	.thewp-manset-side-link {
		grid-template-columns: 128px minmax(0, 1fr);
	}

	.thewp-manset-side-link img {
		width: 128px;
		height: 72px;
	}
}

@media (max-width: 768px) {
	.thewp-manset {
		padding: 18px 0;
	}

	.thewp-manset-main {
		grid-template-rows: auto 34px;
	}

	.thewp-manset-content {
		left: 16px;
		right: 16px;
		bottom: 18px;
		gap: 8px;
	}

	.thewp-manset-pagination {
		height: 34px;
	}

	.thewp-manset-pagination .swiper-pagination-bullet,
	.thewp-manset-pagination button {
		height: 34px;
		font-size: 13px;
	}

	.thewp-manset-side {
		grid-template-columns: 1fr;
		gap: 13px;
	}
}

@media (max-width: 560px) {
	.thewp-manset-swiper {
		aspect-ratio: 16 / 10;
	}

	.thewp-manset-category {
		min-height: 22px;
		font-size: 11px;
	}

	.thewp-manset-title {
		font-size: 20px;
	}

	.thewp-manset-pagination {
		height: 32px;
	}

	.thewp-manset-pagination .swiper-pagination-bullet,
	.thewp-manset-pagination button {
		height: 32px;
		font-size: 12px;
	}

	.thewp-manset-side-link {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.thewp-manset-side-link img {
		width: 112px;
		height: 63px;
	}

	.thewp-manset-side-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-manset-swiper .swiper-wrapper,
	.thewp-manset-swiper .swiper-slide,
	.thewp-manset-swiper.is-fallback .thewp-manset-slide {
		transition: none;
	}
}




.thewp-editorial-list {
	background: #ffffff;
}

.thewp-editorial-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--space-20);
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.thewp-editorial-head::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e5e7eb;
	content: "";
}

.thewp-editorial-head::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 132px;
	height: 4px;
	border-radius: var(--radius-pill);
	background: linear-gradient(90deg, var(--color-red), #e04a4a);
	content: "";
}

.thewp-editorial-heading {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	width: max-content;
	max-width: 100%;
	padding: 3px 0 3px 0px;
}

.thewp-editorial-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	color: var(--color-text);
	font-size: clamp(1.45rem, 1.08rem + 1vw, 2rem);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
	white-space: nowrap;
}

.thewp-editorial-title span {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.thewp-editorial-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 30px;
	overflow: hidden;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: color var(--transition-fast);
}

.thewp-editorial-more span {
	display: inline-flex;
	align-items: center;
	margin-left: 0;
	transition: margin-left var(--transition-fast);
}

.thewp-editorial-more::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0;
	margin-left: 0;
	overflow: hidden;
	color: var(--color-red);
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	opacity: 0;
	content: "→";
	transition: width var(--transition-fast), margin-left var(--transition-fast), opacity var(--transition-fast);
}

.thewp-editorial-more:hover,
.thewp-editorial-more:focus-visible {
	color: var(--color-red);
	outline: 0;
}

.thewp-editorial-more:hover span,
.thewp-editorial-more:focus-visible span {
	margin-left: -6px;
}

.thewp-editorial-more:hover::after,
.thewp-editorial-more:focus-visible::after {
	width: 18px;
	margin-left: 8px;
	opacity: 1;
}

.thewp-editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px var(--space-20);
}

.thewp-editorial-card {
	min-width: 0;
}

.thewp-editorial-card-link {
	display: grid;
	gap: 9px;
	height: 100%;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-editorial-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-editorial-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.thewp-editorial-content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-editorial-card-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-editorial-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-editorial-card-link:hover .thewp-editorial-card-title,
.thewp-editorial-card-link:focus-visible .thewp-editorial-card-title {
	color: var(--color-red);
}

.thewp-editorial-card-link:hover .thewp-editorial-image img,
.thewp-editorial-card-link:focus-visible .thewp-editorial-image img {
	filter: brightness(0.96);
}

.thewp-editorial-card-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.thewp-editorial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 18px;
	}
}

@media (max-width: 768px) {
	.thewp-editorial-head {
		gap: 14px;
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	.thewp-editorial-head::after {
		width: 112px;
		height: 3px;
	}


	.thewp-editorial-title {
		font-size: 24px;
	}

	.thewp-editorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}

	.thewp-editorial-card-title {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-editorial-head {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.thewp-editorial-more {
		justify-self: end;
		min-height: 26px;
		font-size: 12px;
	}

	.thewp-editorial-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.thewp-editorial-card-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-editorial-more,
	.thewp-editorial-more span,
	.thewp-editorial-more::after,
	.thewp-editorial-image img,
	.thewp-editorial-card-title {
		transition: none;
	}
}

.thewp-economy-section {
	background: #ffffff;
}

.thewp-economy-market {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: center;
	min-width: 0;
	margin-bottom: 24px;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	background: #ffffff;
}

.thewp-economy-market.is-crypto {
	margin-top: 24px;
	margin-bottom: 0;
}

.thewp-economy-market-head {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding-right: 18px;
	color: var(--color-text);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.thewp-economy-market-head span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.thewp-economy-market-head span::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #16a34a;
	content: "";
}

.thewp-economy-market.is-crypto .thewp-economy-market-head span::before {
	background: #d4a100;
}

.thewp-economy-market-track {
	position: relative;
	min-width: 0;
	overflow: hidden;
}

.thewp-economy-market-track::before,
.thewp-economy-market-track::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 42px;
	pointer-events: none;
	content: "";
}

.thewp-economy-market-track::before {
	left: 0;
	background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.thewp-economy-market-track::after {
	right: 0;
	background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.thewp-economy-market-swiper {
	width: 100%;
	overflow: hidden;
}

.thewp-economy-market-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
	width: max-content;
	transition-timing-function: linear;
}

.thewp-economy-ticker-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(72px, auto) auto auto;
	align-items: center;
	gap: 8px;
	min-height: 54px;
	padding: 0 18px;
	color: #475569;
}

.thewp-economy-ticker-item::after {
	position: absolute;
	top: 16px;
	right: 0;
	bottom: 16px;
	width: 1px;
	background: #e5e7eb;
	content: "";
}

.thewp-economy-ticker-name {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	color: #111827;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.thewp-economy-ticker-name img {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	object-fit: cover;
}

.thewp-economy-ticker-value {
	color: #111827;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	white-space: nowrap;
}

.thewp-economy-ticker-state,
.thewp-economy-ticker-change {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.thewp-economy-ticker-state svg,
.thewp-economy-ticker-change svg {
	position: relative;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.thewp-economy-ticker-item.is-up .thewp-economy-ticker-value {
	color: #15803d;
}

.thewp-economy-ticker-item.is-down .thewp-economy-ticker-value {
	color: #dc2626;
}

.thewp-economy-ticker-item.is-neutral .thewp-economy-ticker-value {
	color: #111827;
}

.thewp-economy-ticker-item.is-up .thewp-economy-ticker-state,
.thewp-economy-ticker-item.is-up .thewp-economy-ticker-change {
	color: #15803d;
}

.thewp-economy-ticker-item.is-down .thewp-economy-ticker-state,
.thewp-economy-ticker-item.is-down .thewp-economy-ticker-change {
	color: #dc2626;
}

.thewp-economy-ticker-item.is-neutral .thewp-economy-ticker-state,
.thewp-economy-ticker-item.is-neutral .thewp-economy-ticker-change {
	color: #a16207;
}

.thewp-economy-ticker-item.is-up .thewp-economy-ticker-state svg,
.thewp-economy-ticker-item.is-up .thewp-economy-ticker-change svg {
	animation: thewp-economy-rise 1.65s ease-in-out infinite;
}

.thewp-economy-ticker-item.is-down .thewp-economy-ticker-state svg,
.thewp-economy-ticker-item.is-down .thewp-economy-ticker-change svg {
	animation: thewp-economy-fall 1.65s ease-in-out infinite;
}

.thewp-economy-ticker-item.is-neutral .thewp-economy-ticker-state svg,
.thewp-economy-ticker-item.is-neutral .thewp-economy-ticker-change svg {
	animation: thewp-economy-neutral 2.4s ease-in-out infinite;
}

@keyframes thewp-economy-rise {
	0%,
	100% {
		top: 0;
		opacity: 0.82;
	}

	44% {
		top: -3px;
		opacity: 1;
	}
}

@keyframes thewp-economy-fall {
	0%,
	100% {
		top: 0;
		opacity: 0.82;
	}

	44% {
		top: 3px;
		opacity: 1;
	}
}

@keyframes thewp-economy-neutral {
	0%,
	100% {
		opacity: 0.72;
	}

	50% {
		opacity: 1;
	}
}

.thewp-economy-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px var(--space-20);
}

@media (max-width: 768px) {
	.thewp-economy-market {
		grid-template-columns: 1fr;
		margin-bottom: 22px;
	}

	.thewp-economy-market.is-crypto {
		margin-top: 22px;
	}

	.thewp-economy-market-head {
		min-height: auto;
		padding: 12px 0 10px;
	}

	.thewp-economy-market-track {
		border-top: 1px solid #eef2f7;
	}

	.thewp-economy-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}
}

@media (max-width: 520px) {
	.thewp-economy-ticker-item {
		grid-template-columns: minmax(66px, auto) auto auto;
		min-height: 50px;
		padding: 0 14px;
	}

	.thewp-economy-ticker-value {
		font-size: 14px;
	}

	.thewp-economy-news-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-economy-ticker-state svg,
	.thewp-economy-ticker-change svg {
		animation: none;
	}
}

.thewp-category-archive {
	padding-bottom: 34px;
}

.thewp-category-archive__head {
	margin-bottom: 16px;
}

.thewp-category-archive__heading {
	width: auto;
}

.thewp-category-archive__description {
	max-width: 760px;
	margin: -4px 0 22px;
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.6;
}

.thewp-category-archive__description p {
	margin: 0;
}

.thewp-category-archive__empty {
	margin: 22px 0 0;
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.6;
}

.thewp-category-pagination {
	margin: 30px 0 0;
}

.thewp-category-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.thewp-category-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	background: #ffffff;
	color: var(--color-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.thewp-category-pagination .page-numbers.current {
	border-color: var(--color-red);
	background: var(--color-red);
	color: #ffffff;
}

.thewp-category-pagination a.page-numbers:hover,
.thewp-category-pagination a.page-numbers:focus-visible {
	border-color: rgba(198, 40, 40, 0.42);
	background: rgba(198, 40, 40, 0.08);
	color: var(--color-red);
	outline: 0;
}

.thewp-category-pagination .page-numbers.dots {
	min-width: auto;
	border-color: transparent;
	background: transparent;
	color: var(--color-muted);
}

@media (max-width: 520px) {
	.thewp-category-pagination .nav-links {
		justify-content: flex-start;
		gap: 6px;
	}

	.thewp-category-pagination .page-numbers {
		min-width: 34px;
		min-height: 34px;
		padding: 0 10px;
		font-size: 13px;
	}
}

.thewp-archive-page,
.thewp-search-page {
	padding-bottom: 34px;
}

.thewp-archive-page__head,
.thewp-search-page__head {
	margin-bottom: 16px;
}

.thewp-archive-page__heading,
.thewp-search-page__heading {
	width: auto;
}

.thewp-archive-page__description,
.thewp-search-page__summary {
	max-width: 760px;
	margin: -4px 0 22px;
	color: var(--color-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.thewp-archive-page .thewp-editorial-title,
.thewp-search-page .thewp-editorial-title {
	white-space: normal;
}

.thewp-archive-page .thewp-editorial-title span,
.thewp-search-page .thewp-editorial-title span {
	min-width: 0;
}

.thewp-archive-page__description p {
	margin: 0;
}

.thewp-archive-page__empty,
.thewp-search-page__empty {
	margin: 22px 0 0;
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.6;
}

.thewp-search-page__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	max-width: 640px;
	margin: 0 0 24px;
}

.thewp-search-page__form input[type="search"] {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: #ffffff;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.thewp-search-page__form input[type="search"]:focus {
	border-color: rgba(198, 40, 40, 0.44);
	outline: 0;
}

.thewp-search-page__form button {
	min-height: 44px;
	padding: 0 20px;
	font-size: 14px;
}

.thewp-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	width: 100%;
	max-width: 640px;
}

.thewp-search-form input[type="search"] {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: #ffffff;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.thewp-search-form input[type="search"]:focus {
	border-color: rgba(198, 40, 40, 0.44);
	outline: 0;
}

.thewp-search-form button {
	min-height: 44px;
	padding: 0 20px;
	font-size: 14px;
}

.thewp-archive-pagination {
	margin: 30px 0 0;
}

.thewp-archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.thewp-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	background: #ffffff;
	color: var(--color-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.thewp-archive-pagination .page-numbers.current {
	border-color: var(--color-red);
	background: var(--color-red);
	color: #ffffff;
}

.thewp-archive-pagination a.page-numbers:hover,
.thewp-archive-pagination a.page-numbers:focus-visible {
	border-color: rgba(198, 40, 40, 0.42);
	background: rgba(198, 40, 40, 0.08);
	color: var(--color-red);
	outline: 0;
}

.thewp-archive-pagination .page-numbers.dots {
	min-width: auto;
	border-color: transparent;
	background: transparent;
	color: var(--color-muted);
}

.thewp-page {
	padding-bottom: 42px;
}

.thewp-page .site-container {
	width: min(100% - 32px, 960px);
}

.thewp-page-header {
	margin-bottom: 24px;
}

.thewp-page-title {
	color: var(--color-text);
	font-size: clamp(2rem, 1.32rem + 2vw, 3.2rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.thewp-page-description {
	max-width: 820px;
	margin-top: 14px;
	color: var(--color-muted);
	font-size: clamp(1.02rem, 0.94rem + 0.32vw, 1.2rem);
	font-weight: 400;
	line-height: 1.55;
}

.thewp-page-featured {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 24px;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-page-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-page-content {
	margin-top: 0;
}

.thewp-author-page {
	padding-bottom: 34px;
}

.thewp-author-profile {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--color-border);
}

.thewp-author-profile__avatar {
	width: 112px;
	height: 112px;
	overflow: hidden;
	border-radius: var(--radius-pill);
	background: #f1f5f9;
}

.thewp-author-profile__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-author-profile__content {
	min-width: 0;
}

.thewp-author-profile__title {
	color: var(--color-text);
	font-size: clamp(1.75rem, 1.28rem + 1.3vw, 2.75rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.thewp-author-profile__count {
	margin-top: 6px;
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.thewp-author-profile__bio {
	max-width: 760px;
	margin-top: 10px;
	color: var(--color-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.thewp-author-profile__link {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: var(--color-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.thewp-author-page__empty {
	margin: 22px 0 0;
	color: var(--color-muted);
	font-size: 15px;
	line-height: 1.6;
}

.thewp-not-found {
	display: flex;
	align-items: center;
	min-height: clamp(420px, 58vh, 620px);
	padding: 52px 0;
}

.thewp-not-found .site-container {
	display: grid;
	justify-items: center;
	gap: 16px;
	width: min(100% - 32px, 820px);
	text-align: center;
}

.thewp-not-found__code {
	color: var(--color-red);
	font-size: clamp(4.25rem, 2.95rem + 5.2vw, 7.5rem);
	font-weight: 600;
	line-height: 0.9;
}

.thewp-not-found__title {
	color: var(--color-text);
	font-size: clamp(2rem, 1.42rem + 1.8vw, 3.15rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.thewp-not-found__text {
	max-width: 680px;
	margin: 0 auto;
	color: var(--color-muted);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
}

.thewp-not-found__search {
	width: 100%;
	margin-top: 8px;
}

.thewp-not-found__search .thewp-search-form {
	margin: 0 auto;
}

.thewp-not-found__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin-top: 2px;
}

.thewp-not-found__home {
	display: inline-grid;
	place-items: center;
	align-items: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid rgba(198, 40, 40, 0.28);
	border-radius: var(--radius-pill);
	background: rgba(198, 40, 40, 0.08);
	color: var(--color-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.thewp-not-found__home:hover,
.thewp-not-found__home:focus-visible {
	border-color: rgba(198, 40, 40, 0.48);
	background: rgba(198, 40, 40, 0.12);
	outline: 0;
}

.thewp-image-page {
	padding-bottom: 42px;
}

.thewp-image-page .site-container {
	width: min(100% - 32px, 1040px);
}

.thewp-image-page__header {
	margin-bottom: 20px;
}

.thewp-image-page__title {
	color: var(--color-text);
	font-size: clamp(2rem, 1.32rem + 2vw, 3.2rem);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.thewp-image-page__caption {
	max-width: 820px;
	margin-top: 12px;
	color: var(--color-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.thewp-image-page__figure {
	display: grid;
	justify-items: center;
	width: 100%;
	margin: 0;
	background: #f8fafc;
}

.thewp-image-page__figure img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.thewp-image-page__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 14px;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.thewp-image-page__content {
	margin-top: 24px;
}

.thewp-image-page__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 26px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border);
}

.thewp-image-page__nav a,
.thewp-image-page__parent {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: var(--color-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.thewp-image-page__nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.thewp-comments {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--color-border);
}

.thewp-comments__title,
.thewp-comments__reply-title {
	color: var(--color-text);
	font-size: clamp(1.35rem, 1.12rem + 0.56vw, 1.75rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.thewp-comments__list {
	display: grid;
	gap: 18px;
	margin-top: 18px;
	padding-left: 0;
	list-style: none;
}

.thewp-comments__list .comment-body {
	display: grid;
	gap: 8px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--color-border);
}

.thewp-comments__list .comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.thewp-comments__list .avatar {
	width: 40px;
	height: 40px;
	border-radius: var(--radius-pill);
}

.thewp-comments__list .comment-meta,
.thewp-comments__closed {
	color: var(--color-muted);
	font-size: 13px;
	line-height: 1.4;
}

.thewp-comments__list .comment-content {
	color: var(--color-text);
	font-size: 15px;
	line-height: 1.65;
}

.thewp-comments__list .reply a {
	color: var(--color-red);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.thewp-comments .comment-form {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.thewp-comments .comment-form label {
	display: block;
	margin-bottom: 6px;
	color: var(--color-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.thewp-comments .comment-form input:not([type="submit"]),
.thewp-comments .comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--color-border);
	border-radius: 6px;
	background: #ffffff;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.thewp-comments .comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

@media (max-width: 768px) {
	.thewp-page .site-container {
		width: min(100% - 24px, 960px);
	}

	.thewp-image-page .site-container {
		width: min(100% - 24px, 1040px);
	}

	.thewp-author-profile {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.thewp-author-profile__avatar {
		width: 84px;
		height: 84px;
	}
}

@media (max-width: 520px) {
	.thewp-archive-pagination .nav-links {
		justify-content: flex-start;
		gap: 6px;
	}

	.thewp-archive-pagination .page-numbers {
		min-width: 34px;
		min-height: 34px;
		padding: 0 10px;
		font-size: 13px;
	}

	.thewp-search-page__form {
		grid-template-columns: 1fr;
	}

	.thewp-search-form {
		grid-template-columns: 1fr;
	}

	.thewp-author-profile {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.thewp-image-page__nav {
		align-items: flex-start;
		flex-direction: column;
	}
}

.thewp-single {
	padding-bottom: 42px;
}

.thewp-single + .thewp-single {
	margin-top: 56px;
	padding-top: 44px;
	border-top: 1px solid var(--color-border);
}

.thewp-single-infinite-next {
	display: none;
}

.thewp-single-header {
	background: transparent;
}

.thewp-single-title {
	color: var(--color-text);
	font-size: clamp(2rem, 1.32rem + 2.2vw, 3.45rem);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.thewp-single-description {
	max-width: 860px;
	margin-top: 16px;
	color: var(--color-muted);
	font-size: clamp(1.05rem, 0.96rem + 0.36vw, 1.24rem);
	font-weight: 400;
	line-height: 1.55;
}

.thewp-single-meta-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
}

.thewp-single-dates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.thewp-single-dates span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.thewp-single-dates time {
	color: var(--color-text);
	font-weight: 600;
}

.thewp-single-share {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
}

.thewp-single-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	background: #ffffff;
	color: var(--color-text);
	outline: 1px solid transparent;
	outline-offset: 0;
	text-decoration: none;
	transition: border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast), filter var(--transition-fast);
}

.thewp-single-share-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.thewp-single-share-link.is-facebook:hover,
.thewp-single-share-link.is-facebook:focus-visible {
	border-color: #1877f2;
	background: #1877f2;
	color: #ffffff;
}

.thewp-single-share-link.is-x:hover,
.thewp-single-share-link.is-x:focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
}

.thewp-single-share-link.is-linkedin:hover,
.thewp-single-share-link.is-linkedin:focus-visible {
	border-color: #0a66c2;
	background: #0a66c2;
	color: #ffffff;
}

.thewp-single-share-link.is-whatsapp:hover,
.thewp-single-share-link.is-whatsapp:focus-visible {
	border-color: #128c7e;
	background: #128c7e;
	color: #ffffff;
}

.thewp-single-share-link:hover,
.thewp-single-share-link:focus-visible {
	animation: thewp-share-pulse 900ms ease;
	outline: 1px solid rgba(198, 40, 40, 0.22);
}

@keyframes thewp-share-pulse {
	0% {
		outline-color: rgba(198, 40, 40, 0);
		outline-offset: 0;
		filter: brightness(1);
	}

	50% {
		outline-color: rgba(198, 40, 40, 0.3);
		outline-offset: 4px;
		filter: brightness(1.04);
	}

	100% {
		outline-color: rgba(198, 40, 40, 0);
		outline-offset: 0;
		filter: brightness(1);
	}
}

.thewp-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px) minmax(260px, 1fr);
	align-items: start;
	gap: 38px;
}

.thewp-single-main {
	min-width: 0;
}

.thewp-single-featured {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-single-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-single-content {
	margin-top: 24px;
	color: var(--color-text);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
	overflow-wrap: break-word;
	word-break: normal;
}

.thewp-single-content > * + * {
	margin-top: 18px;
}

.thewp-single-content > :first-child {
	margin-top: 0;
}

.thewp-single-content > :last-child {
	margin-bottom: 0;
}

.thewp-single-content p {
	font-weight: 400;
}

.thewp-single-content b,
.thewp-single-content strong {
	font-weight: 600;
}

.thewp-single-content em,
.thewp-single-content i {
	font-style: italic;
}

.thewp-single-content mark {
	padding: 0 0.16em;
	background: #fff3bf;
	color: inherit;
}

.thewp-single-content small {
	font-size: 0.86em;
}

.thewp-single-content sub,
.thewp-single-content sup {
	position: relative;
	font-size: 0.72em;
	line-height: 0;
	vertical-align: baseline;
}

.thewp-single-content sub {
	bottom: -0.25em;
}

.thewp-single-content sup {
	top: -0.5em;
}

.thewp-single-content h2,
.thewp-single-content h3,
.thewp-single-content h4,
.thewp-single-content h5,
.thewp-single-content h6 {
	margin-top: 30px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.thewp-single-content h2 {
	font-size: clamp(1.55rem, 1.25rem + 0.8vw, 2.1rem);
}

.thewp-single-content h3 {
	font-size: clamp(1.35rem, 1.14rem + 0.56vw, 1.75rem);
}

.thewp-single-content h4,
.thewp-single-content h5,
.thewp-single-content h6 {
	font-size: clamp(1.12rem, 1rem + 0.32vw, 1.35rem);
}

.thewp-single-content a {
	color: var(--color-red);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.thewp-single-content a:hover,
.thewp-single-content a:focus-visible {
	color: #9f1f1f;
	outline: 0;
}

.thewp-single-content ul,
.thewp-single-content ol {
	display: grid;
	gap: 8px;
	padding-left: 24px;
	font-weight: 400;
}

.thewp-single-content ul {
	list-style: disc;
}

.thewp-single-content ol {
	list-style: decimal;
}

.thewp-single-content li > ul,
.thewp-single-content li > ol {
	margin-top: 8px;
}

.thewp-single-content li::marker {
	color: var(--color-red);
	font-weight: 600;
}

.thewp-single-content dl {
	display: grid;
	gap: 8px;
}

.thewp-single-content dt {
	font-weight: 600;
}

.thewp-single-content dd {
	margin-left: 0;
	color: #374151;
}

.thewp-single-content blockquote {
	padding-left: 18px;
	border-left: 4px solid var(--color-red);
	color: #374151;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.65;
}

.thewp-single-content blockquote p {
	font-size: inherit;
	line-height: inherit;
}

.thewp-single-content blockquote cite,
.thewp-single-content .wp-block-quote cite {
	display: block;
	margin-top: 10px;
	color: var(--color-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

.thewp-single-content .wp-block-pullquote {
	padding: 24px 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	text-align: center;
}

.thewp-single-content .wp-block-pullquote blockquote {
	padding-left: 0;
	border-left: 0;
	color: var(--color-text);
	font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.75rem);
	line-height: 1.45;
}

.thewp-single-content hr,
.thewp-single-content .wp-block-separator {
	width: 100%;
	height: 1px;
	margin: 30px 0;
	border: 0;
	background: var(--color-border);
}

.thewp-single-content img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.thewp-single-content figure {
	max-width: 100%;
}

.thewp-single-content figure img {
	margin-inline: auto;
}

.thewp-single-content figcaption {
	margin-top: 8px;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}

.thewp-single-content .wp-caption {
	max-width: 100%;
}

.thewp-single-content .wp-caption img {
	margin-inline: auto;
}

.thewp-single-content .wp-caption-text {
	margin-top: 8px;
	color: var(--color-muted);
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.thewp-single-content .aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.thewp-single-content .alignleft {
	float: left;
	max-width: min(50%, 360px);
	margin: 6px 22px 14px 0;
}

.thewp-single-content .alignright {
	float: right;
	max-width: min(50%, 360px);
	margin: 6px 0 14px 22px;
}

.thewp-single-content .alignwide,
.thewp-single-content .alignfull {
	width: 100%;
	max-width: 100%;
}

.thewp-single-content .wp-block-image {
	margin-right: 0;
	margin-left: 0;
}

.thewp-single-content .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.thewp-single-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.thewp-single-content .wp-block-gallery .blocks-gallery-item {
	flex-grow: 1;
	min-width: min(100%, 190px);
}

.thewp-single-content .wp-block-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-single-content .wp-block-cover {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 32px;
	overflow: hidden;
	color: #ffffff;
}

.thewp-single-content .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin-inline: auto;
}

.thewp-single-content .wp-block-media-text {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 22px;
}

.thewp-single-content .wp-block-media-text__media img,
.thewp-single-content .wp-block-media-text__media video {
	width: 100%;
	height: auto;
}

.thewp-single-content .wp-block-columns {
	display: flex;
	flex-wrap: nowrap;
	gap: 22px;
}

.thewp-single-content .wp-block-column {
	min-width: 0;
	flex: 1 1 0;
}

.thewp-single-content .wp-block-embed,
.thewp-single-content .wp-block-video,
.thewp-single-content .wp-block-audio {
	width: 100%;
}

.thewp-single-content iframe,
.thewp-single-content video,
.thewp-single-content embed,
.thewp-single-content object {
	max-width: 100%;
}

.thewp-single-content .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
}

.thewp-single-content .wp-has-aspect-ratio .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
}

.thewp-single-content .wp-has-aspect-ratio iframe {
	width: 100%;
	height: 100%;
}

.thewp-single-content table,
.thewp-single-content .wp-block-table table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--color-border);
	border-collapse: collapse;
	color: var(--color-text);
	font-size: 15px;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch;
}

.thewp-single-content caption {
	margin-bottom: 8px;
	color: var(--color-muted);
	font-size: 13px;
	text-align: left;
}

.thewp-single-content thead,
.thewp-single-content tbody,
.thewp-single-content tfoot {
	width: 100%;
}

.thewp-single-content th,
.thewp-single-content td {
	min-width: 140px;
	padding: 12px 14px;
	border: 1px solid var(--color-border);
	text-align: left;
	vertical-align: top;
}

.thewp-single-content th {
	background: #f8fafc;
	font-weight: 600;
}

.thewp-single-content tr:nth-child(even) td {
	background: #fafafa;
}

.thewp-single-content pre,
.thewp-single-content code,
.thewp-single-content kbd,
.thewp-single-content samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.thewp-single-content code,
.thewp-single-content kbd,
.thewp-single-content samp {
	padding: 0.12em 0.32em;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #f8fafc;
	color: #991b1b;
	font-size: 0.88em;
}

.thewp-single-content pre,
.thewp-single-content .wp-block-code,
.thewp-single-content .wp-block-preformatted {
	max-width: 100%;
	overflow-x: auto;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #0f172a;
	color: #e5e7eb;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
}

.thewp-single-content pre code,
.thewp-single-content .wp-block-code code {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
}

.thewp-single-content .wp-block-verse {
	overflow-x: auto;
	padding: 16px 18px;
	border-left: 4px solid var(--color-red);
	background: #f8fafc;
	font-family: inherit;
	font-size: 17px;
	line-height: 1.75;
	white-space: pre-wrap;
}

.thewp-single-content .wp-block-file {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 14px 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	font-size: 15px;
}

.thewp-single-content .wp-block-file__button,
.thewp-single-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--color-red);
	border-radius: var(--radius-pill);
	background: var(--color-red);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.thewp-single-content .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--color-red);
}

.thewp-single-content .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.thewp-single-content .wp-block-details {
	padding: 14px 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}

.thewp-single-content .wp-block-details summary {
	cursor: pointer;
	font-weight: 600;
}

.thewp-single-content .wp-block-details > *:not(summary) {
	margin-top: 12px;
}

.thewp-single-content .has-small-font-size {
	font-size: 14px;
}

.thewp-single-content .has-medium-font-size {
	font-size: 20px;
	line-height: 1.55;
}

.thewp-single-content .has-large-font-size {
	font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.85rem);
	line-height: 1.35;
}

.thewp-single-content .has-x-large-font-size {
	font-size: clamp(1.65rem, 1.24rem + 1.25vw, 2.35rem);
	line-height: 1.24;
}

.thewp-single-content .has-text-align-center {
	text-align: center;
}

.thewp-single-content .has-text-align-right {
	text-align: right;
}

.thewp-single-content .has-text-align-left {
	text-align: left;
}

.thewp-single-page-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: var(--color-muted);
	font-size: 14px;
	font-weight: 600;
}

.thewp-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.thewp-single-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-pill);
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.thewp-single-tags a:hover,
.thewp-single-tags a:focus-visible {
	border-color: rgba(198, 40, 40, 0.42);
	background: rgba(198, 40, 40, 0.08);
	color: var(--color-red);
	outline: 0;
}

.thewp-single-sidebar {
	min-width: 0;
}

.thewp-single-sidebar-news {
	display: grid;
	gap: 14px;
	position: sticky;
	top: 18px;
}

.thewp-single-sidebar-item {
	min-width: 0;
}

.thewp-single-sidebar-item:last-child {
	padding-bottom: 0;
}

.thewp-single-sidebar-link {
	display: grid;
	gap: 8px;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-single-sidebar-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-single-sidebar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thewp-single-sidebar-content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-single-sidebar-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.34;
	letter-spacing: 0;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.thewp-single-sidebar-date {
	color: var(--color-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-single-sidebar-link:hover .thewp-single-sidebar-title,
.thewp-single-sidebar-link:focus-visible .thewp-single-sidebar-title {
	color: var(--color-red);
}

.thewp-single-sidebar-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 960px) {
	.thewp-single-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.thewp-single-sidebar {
		display: block;
	}

	.thewp-single-sidebar-news {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.thewp-single-sidebar-news {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.thewp-single-title {
		font-size: 30px;
		letter-spacing: 0;
	}

	.thewp-single-description {
		margin-top: 12px;
		font-size: 17px;
		line-height: 1.5;
	}

	.thewp-single-content {
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.72;
	}

	.thewp-single-content > * + * {
		margin-top: 16px;
	}

	.thewp-single-content h2,
	.thewp-single-content h3,
	.thewp-single-content h4,
	.thewp-single-content h5,
	.thewp-single-content h6 {
		margin-top: 24px;
	}

	.thewp-single-content ul,
	.thewp-single-content ol {
		padding-left: 20px;
	}

	.thewp-single-content blockquote {
		padding-left: 14px;
		font-size: 17px;
		line-height: 1.58;
	}

	.thewp-single-content .alignleft,
	.thewp-single-content .alignright {
		float: none;
		max-width: 100%;
		margin: 18px auto;
	}

	.thewp-single-content .wp-block-cover {
		min-height: 260px;
		padding: 22px;
	}

	.thewp-single-content .wp-block-media-text,
	.thewp-single-content .wp-block-columns {
		grid-template-columns: 1fr;
		flex-direction: column;
		gap: 16px;
	}

	.thewp-single-content .wp-block-column {
		flex-basis: 100%;
		width: 100%;
	}

	.thewp-single-content th,
	.thewp-single-content td {
		min-width: 124px;
		padding: 10px 12px;
		font-size: 14px;
	}

	.thewp-single-content pre,
	.thewp-single-content .wp-block-code,
	.thewp-single-content .wp-block-preformatted {
		padding: 14px;
		font-size: 13px;
		line-height: 1.58;
	}

	.thewp-single-content .wp-block-file,
	.thewp-single-content .wp-block-buttons {
		align-items: stretch;
	}

	.thewp-single-content .wp-block-file__button,
	.thewp-single-content .wp-block-button__link {
		width: 100%;
	}

	.thewp-single-meta-share {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.thewp-single-share {
		justify-content: flex-start;
		margin-left: 0;
	}

}

@media (prefers-reduced-motion: reduce) {
	.thewp-single-share-link:hover,
	.thewp-single-share-link:focus-visible {
		animation: none;
	}
}





.thewp-world-section {
	background: #ffffff;
}

.thewp-world-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
	gap: var(--space-20);
	margin-bottom: var(--space-20);
	align-items: start;
}

.thewp-world-side-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-20);
	min-width: 0;
}

.thewp-world-bottom {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-20);
}

.thewp-world-card {
	min-width: 0;
}

.thewp-world-link {
	display: grid;
	gap: 9px;
	height: 100%;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-world-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f1f5f9;
}

.thewp-world-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.thewp-world-content {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-world-featured-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: clamp(1.35rem, 1.05rem + 0.95vw, 2rem);
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-world-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-world-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-world-link:hover .thewp-world-title,
.thewp-world-link:focus-visible .thewp-world-title,
.thewp-world-link:hover .thewp-world-featured-title,
.thewp-world-link:focus-visible .thewp-world-featured-title {
	color: var(--color-red);
}

.thewp-world-link:hover .thewp-world-image img,
.thewp-world-link:focus-visible .thewp-world-image img {
	filter: brightness(0.96);
}

.thewp-world-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.thewp-world-layout {
		grid-template-columns: 1fr;
		gap: var(--space-20);
	}

	.thewp-world-side-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}

	.thewp-world-bottom {
		gap: 18px;
	}
}

@media (max-width: 768px) {
	.thewp-world-side-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.thewp-world-bottom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.thewp-world-title {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-world-layout,
	.thewp-world-side-grid,
	.thewp-world-bottom {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.thewp-world-featured-title {
		font-size: 20px;
	}

	.thewp-world-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-world-image img,
	.thewp-world-title,
	.thewp-world-featured-title {
		transition: none;
	}
}



.thewp-politics-section {
	position: relative;
}

.thewp-politics-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.95fr);
	gap: var(--space-20);
	margin-bottom: var(--space-20);
	align-items: start;
}

.thewp-politics-main,
.thewp-politics-rail,
.thewp-politics-card,
.thewp-politics-rail-item {
	min-width: 0;
}

.thewp-politics-main-link,
.thewp-politics-card-link {
	display: grid;
	gap: 10px;
	height: 100%;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-politics-main-image,
.thewp-politics-card-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.thewp-politics-main-image img,
.thewp-politics-card-image img,
.thewp-politics-rail-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.thewp-politics-main-body,
.thewp-politics-card-body,
.thewp-politics-rail-body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-politics-main-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: clamp(1.45rem, 1.1rem + 1.05vw, 2.125rem);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-politics-rail {
	display: grid;
	gap: 14px;
}

.thewp-politics-rail-item {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--color-border);
}

.thewp-politics-rail-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.thewp-politics-rail-link {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-politics-rail-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.thewp-politics-rail-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-politics-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-20);
}

.thewp-politics-card-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: color var(--transition-fast);
}

.thewp-politics-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.thewp-politics-main-link:hover .thewp-politics-main-title,
.thewp-politics-main-link:focus-visible .thewp-politics-main-title,
.thewp-politics-rail-link:hover .thewp-politics-rail-title,
.thewp-politics-rail-link:focus-visible .thewp-politics-rail-title,
.thewp-politics-card-link:hover .thewp-politics-card-title,
.thewp-politics-card-link:focus-visible .thewp-politics-card-title {
	color: var(--color-red);
}

.thewp-politics-main-link:hover img,
.thewp-politics-main-link:focus-visible img,
.thewp-politics-rail-link:hover img,
.thewp-politics-rail-link:focus-visible img,
.thewp-politics-card-link:hover img,
.thewp-politics-card-link:focus-visible img {
	filter: brightness(0.96);
}

.thewp-politics-main-link:focus-visible,
.thewp-politics-rail-link:focus-visible,
.thewp-politics-card-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.thewp-politics-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.thewp-politics-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 18px;
	}

	.thewp-politics-rail-item {
		padding-bottom: 16px;
	}

	.thewp-politics-rail-item:nth-last-child(-n+2) {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.thewp-politics-grid {
		gap: 18px;
	}
}

@media (max-width: 768px) {
	.thewp-politics-rail,
	.thewp-politics-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.thewp-politics-rail-link {
		grid-template-columns: 124px minmax(0, 1fr);
		gap: 12px;
	}

	.thewp-politics-card-title {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-politics-layout,
	.thewp-politics-rail,
	.thewp-politics-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.thewp-politics-rail-link {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.thewp-politics-rail-item,
	.thewp-politics-rail-item:nth-last-child(-n+2) {
		padding-bottom: 14px;
		border-bottom: 1px solid var(--color-border);
	}

	.thewp-politics-rail-item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.thewp-politics-main-title {
		font-size: 20px;
	}

	.thewp-politics-rail-title,
	.thewp-politics-card-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-politics-main-image img,
	.thewp-politics-card-image img,
	.thewp-politics-rail-image img,
	.thewp-politics-main-title,
	.thewp-politics-rail-title,
	.thewp-politics-card-title {
		transition: none;
	}
}


.thewp-magazine-section {
	position: relative;
}

.thewp-magazine-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.36fr) minmax(0, 1fr);
	gap: var(--space-20);
	align-items: start;
}

.thewp-magazine-lead,
.thewp-magazine-tiles,
.thewp-magazine-tile {
	min-width: 0;
}

.thewp-magazine-lead-link,
.thewp-magazine-tile-link {
	display: grid;
	gap: 10px;
	color: var(--color-text);
	text-decoration: none;
}

.thewp-magazine-lead-image,
.thewp-magazine-tile-image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.thewp-magazine-lead-image img,
.thewp-magazine-tile-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.thewp-magazine-lead-body,
.thewp-magazine-tile-body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.thewp-magazine-lead-title {
	overflow: visible;
	color: var(--color-text);
	font-size: clamp(1.45rem, 1.08rem + 1.05vw, 2.125rem);
	font-weight: 600;
	line-height: 1.22;
	letter-spacing: 0;
	transition: color var(--transition-fast);
}

.thewp-magazine-tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-20);
}

.thewp-magazine-tile-title {
	overflow: visible;
	color: var(--color-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.34;
	letter-spacing: 0;
	transition: color var(--transition-fast);
}

.thewp-magazine-date {
	display: block;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
}

.thewp-magazine-lead-link:hover .thewp-magazine-lead-title,
.thewp-magazine-lead-link:focus-visible .thewp-magazine-lead-title,
.thewp-magazine-tile-link:hover .thewp-magazine-tile-title,
.thewp-magazine-tile-link:focus-visible .thewp-magazine-tile-title {
	color: var(--color-red);
}

.thewp-magazine-lead-link:hover img,
.thewp-magazine-lead-link:focus-visible img,
.thewp-magazine-tile-link:hover img,
.thewp-magazine-tile-link:focus-visible img {
	filter: brightness(0.96);
}

.thewp-magazine-lead-link:focus-visible,
.thewp-magazine-tile-link:focus-visible {
	outline: 2px solid rgba(198, 40, 40, 0.32);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.thewp-magazine-showcase {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.thewp-magazine-tiles {
		gap: 18px;
	}
}

@media (max-width: 768px) {
	.thewp-magazine-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.thewp-magazine-tile-title {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.thewp-magazine-showcase,
	.thewp-magazine-tiles {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.thewp-magazine-lead-title {
		font-size: 20px;
	}

	.thewp-magazine-tile-title {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thewp-magazine-lead-image img,
	.thewp-magazine-tile-image img,
	.thewp-magazine-lead-title,
	.thewp-magazine-tile-title {
		transition: none;
	}
}
























































.thewp-footer {
	margin-top: var(--space-60);
	background: var(--color-black);
	color: #ffffff;
}

.thewp-home-newspapers {
	margin: 42px 0 0;
	padding: 28px 0 10px;
	background: #f7f9f5;
}

.thewp-home-newspapers__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.thewp-home-newspapers__head h2 {
	margin: 0;
	color: #16251b;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.thewp-home-newspapers__head p {
	margin: 5px 0 0;
	color: #66706b;
	font-size: 14px;
	line-height: 1.45;
}

.thewp-home-newspapers__head a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	color: #0b7f55;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.thewp-home-newspapers__head a:hover,
.thewp-home-newspapers__head a:focus-visible {
	color: #0a5f42;
	outline: 0;
}

.thewp-home-newspapers__slider {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-home-newspapers__viewport {
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.thewp-home-newspapers__track {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.thewp-home-newspapers__slider.is-swiper-ready .thewp-home-newspapers__track {
	gap: 0;
}

.thewp-home-newspaper {
	flex: 0 0 calc((100% - 100px) / 6);
	min-width: 0;
}

.thewp-home-newspaper a {
	display: block;
	height: 100%;
	color: #16251b;
	text-decoration: none;
}

.thewp-home-newspaper img {
	display: block;
	width: 100%;
	aspect-ratio: 460 / 772;
	height: auto;
	object-fit: cover;
	background: #e8ece8;
}

@media (max-width: 1024px) {
	.thewp-home-newspapers__track {
		gap: 18px;
	}

	.thewp-home-newspaper {
		flex-basis: calc((100% - 54px) / 4);
	}
}

@media (max-width: 768px) {
	.thewp-home-newspapers__track {
		gap: 16px;
	}

	.thewp-home-newspaper {
		flex-basis: calc((100% - 16px) / 2);
	}
}

@media (max-width: 640px) {
	.thewp-home-newspapers {
		margin-top: 30px;
		padding-top: 22px;
	}

	.thewp-home-newspapers__head {
		align-items: start;
	}

	.thewp-home-newspapers__head p {
		display: none;
	}
}

@media (max-width: 520px) {
	.thewp-home-newspaper {
		flex-basis: 74%;
	}
}

.thewp-footer-topnav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.thewp-footer-topnav ul,
.thewp-footer-bottom-links ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thewp-footer-topnav ul {
	justify-content: center;
	width: 100%;
}

.thewp-footer-bottom-links ul {
	justify-content: flex-end;
	gap: 14px;
}

.thewp-footer-topnav li,
.thewp-footer-bottom-links li {
	margin: 0;
	padding: 0;
}

.thewp-footer-topnav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 15px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: color var(--transition-fast);
}

.thewp-footer-topnav a::after {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 3px;
	height: 2px;
	background: var(--color-red);
	opacity: 0;
	content: "";
	transition: opacity var(--transition-fast);
}

.thewp-footer-topnav a:hover,
.thewp-footer-topnav a:focus-visible {
	color: #ffffff;
	outline: 0;
}

.thewp-footer-topnav a:hover::after,
.thewp-footer-topnav a:focus-visible::after {
	opacity: 1;
}

.thewp-footer-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: var(--space-20);
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.thewp-footer-bottom p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

.thewp-footer-bottom-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.thewp-footer-bottom-links a {
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	transition: color var(--transition-fast);
}

.thewp-footer-bottom-links a:hover,
.thewp-footer-bottom-links a:focus-visible {
	color: #ffffff;
	outline: 0;
}

@media (max-width: 768px) {
	.thewp-footer-topnav {
		justify-content: flex-start;
		padding: 16px 0;
	}

	.thewp-footer-topnav a {
		padding: 0 13px;
	}

	.thewp-footer-bottom {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.thewp-footer-bottom-links {
		justify-content: flex-start;
	}

	.thewp-footer-topnav ul,
	.thewp-footer-bottom-links ul {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {

	.thewp-footer-topnav {
		gap: 6px 0;
	}

	.thewp-footer-topnav a {
		min-height: 30px;
		font-size: 13px;
	}

	.thewp-footer-bottom-links {
		row-gap: 10px;
	}

	.thewp-footer-bottom-links ul {
		gap: 10px 14px;
	}
}
