:root {
  --ink: #111111;
  --muted: #666666;
  --paper: #fbfaf7;
  --rule: #d8d3c8;
  --soft: #efebe2;
  --accent: #9b1c1f;
  --true: #1f6f4a;
  --mixed: #936a13;
  --false: #a32d2a;
  --reviewing: #405f93;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.bn-site {
  font-family: "Noto Serif Bengali", "Bangla MN", "SolaimanLipi", Georgia, serif;
}

.bn-site .top-strip,
.bn-site .section-nav,
.bn-site .byline,
.bn-site .search-panel label,
.bn-site .search-row input,
.bn-site .search-row button,
.bn-site .filter,
.bn-site .site-footer,
.bn-site .contact-form label,
.bn-site .contact-form input,
.bn-site .contact-form textarea,
.bn-site .contact-form button,
.bn-site .contact-cards span,
.bn-site .topic-menu-links,
.bn-site .topic-menu-grid a,
.bn-site .menu-close {
  font-family: "Noto Sans Bengali", "Bangla Sangam MN", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

select,
textarea {
  font: inherit;
}

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

.icon-link,
.section-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ui-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex: 0 0 18px;
  color: currentColor;
}

.ui-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.heading-search,
.watch-list h2,
.method-steps strong,
.page-panel h3,
.contact-cards strong,
.article-header h2,
.story-card h3,
.topic-menu-grid h3,
.ticker-row p,
.search-panel label,
.contact-form label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.top-strip {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid var(--rule);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.icon-button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 4px;
  cursor: pointer;
}

.icon-button span {
  width: 18px;
  height: 2px;
  background: var(--ink);
  display: block;
}

.date-line {
  flex: 1;
  text-align: center;
  color: var(--muted);
}

.support-link {
  border: 1px solid var(--ink);
  padding: 8px 12px;
  font-weight: 700;
}

.plain-link {
  font-weight: 700;
}

.masthead {
  text-align: center;
  padding: 28px 0 22px;
  border-bottom: 3px double var(--ink);
}

.brand-wordmark {
  display: block;
  width: min(720px, 94%);
  height: auto;
  margin: 0 auto 10px;
}

.kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead h1 {
  margin: 0;
  font-size: clamp(46px, 9vw, 96px);
  line-height: 0.9;
  letter-spacing: 0;
}

.tagline {
  max-width: 720px;
  margin: 14px auto 0;
  color: #333333;
  font-size: 17px;
  line-height: 1.45;
}

.section-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  overflow-x: auto;
  border-bottom: 1px solid var(--ink);
  padding: 12px 0;
  font: 700 13px/1 Arial, sans-serif;
  white-space: nowrap;
}

body.menu-open {
  overflow: hidden;
}

.topic-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.topic-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.34);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.topic-menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(680px, 94vw);
  height: 100%;
  overflow-y: auto;
  background: var(--paper);
  border-right: 1px solid var(--ink);
  transform: translateX(-100%);
  transition: transform 0.24s ease;
  padding: 22px;
  box-shadow: 20px 0 40px rgba(17, 17, 17, 0.18);
}

.topic-menu.open {
  pointer-events: auto;
}

.topic-menu.open .topic-menu-backdrop {
  opacity: 1;
}

.topic-menu.open .topic-menu-panel {
  transform: translateX(0);
}

.topic-menu-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 3px double var(--ink);
}

.topic-menu-head h2 {
  margin: 0;
  font-size: clamp(34px, 7vw, 58px);
  line-height: 0.95;
}

.menu-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: 30px/1 Arial, sans-serif;
  cursor: pointer;
}

.topic-menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  font: 700 13px/1 Arial, sans-serif;
}

.topic-menu-links a {
  border: 1px solid var(--ink);
  padding: 8px 11px;
}

.topic-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
}

.topic-menu-grid section {
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
}

.topic-menu-grid section:nth-child(2n) {
  padding-left: 18px;
  border-right: 0;
}

.topic-menu-grid h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
}

.topic-menu-grid a {
  display: block;
  padding: 6px 0;
  color: #333333;
  font: 15px/1.35 Arial, sans-serif;
}

.topic-menu-grid a:hover {
  color: var(--accent);
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}

.lead-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) 1fr;
  gap: 24px;
}

.story-visual {
  min-height: 390px;
  border: 1px solid var(--ink);
  background: #ddd3c1;
  padding: 18px;
}

.verification-board {
  position: relative;
  height: 100%;
  min-height: 350px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    #e8dfce;
  background-size: 28px 28px;
  overflow: hidden;
}

.document {
  position: absolute;
  background: #fffdf7;
  border: 1px solid #161616;
  padding: 14px;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}

.document span {
  display: block;
  color: var(--accent);
  font: 700 11px/1 Arial, sans-serif;
}

.document strong {
  display: block;
  margin-top: 12px;
  font-size: 24px;
}

.document em {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
}

.large-doc {
  width: 56%;
  top: 34px;
  left: 24px;
  transform: rotate(-2deg);
}

.source-doc {
  width: 42%;
  right: 20px;
  top: 120px;
  transform: rotate(3deg);
}

.verdict-doc {
  width: 48%;
  left: 90px;
  bottom: 34px;
  transform: rotate(1deg);
}

.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 2;
}

.pin-red {
  background: var(--accent);
  top: 24px;
  left: 42px;
}

.pin-green {
  background: var(--true);
  right: 60px;
  top: 106px;
}

.thread {
  position: absolute;
  height: 2px;
  background: rgba(155, 28, 31, 0.55);
  transform-origin: left center;
}

.thread-one {
  width: 190px;
  left: 150px;
  top: 138px;
  transform: rotate(18deg);
}

.thread-two {
  width: 220px;
  left: 210px;
  top: 236px;
  transform: rotate(-28deg);
}

.story-copy {
  align-self: center;
}

.verdict {
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  font: 700 12px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.verdict.true,
.dot.true {
  background: var(--true);
}

.verdict.mixed,
.dot.mixed {
  background: var(--mixed);
}

.verdict.false,
.dot.false {
  background: var(--false);
}

.verdict.reviewing,
.dot.reviewing {
  background: var(--reviewing);
}

.lead-story h2 {
  margin: 14px 0 12px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.02;
}

.lead-story p,
.method-copy p {
  color: #333333;
  font-size: 18px;
  line-height: 1.55;
}

.byline {
  margin-top: 22px;
  color: var(--muted);
  font: 700 13px/1.3 Arial, sans-serif;
}

.watch-list {
  border-left: 1px solid var(--rule);
  padding-left: 24px;
}

.watch-list h2 {
  margin: 0 0 14px;
  font-size: 26px;
}

.ticker-row {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}

.ticker-row p {
  margin: 0;
  line-height: 1.35;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
}

.claim-tools {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 22px;
  align-items: end;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}

.claim-tools h2,
.method-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

.search-panel label {
  display: block;
  margin-bottom: 8px;
  font: 700 13px/1 Arial, sans-serif;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.search-row input {
  min-width: 0;
  border: 1px solid var(--ink);
  background: #ffffff;
  padding: 13px 14px;
  font-family: Arial, sans-serif;
}

.search-row button,
.filter {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ffffff;
  padding: 0 18px;
  font: 700 13px/1 Arial, sans-serif;
  cursor: pointer;
}

.filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 22px 0;
}

.filter {
  min-height: 36px;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.filter.active,
.filter:hover {
  background: var(--ink);
  color: #ffffff;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.story-card {
  padding: 20px;
  min-height: 280px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}

.empty-grid {
  grid-template-columns: 1fr;
}

.empty-state {
  min-height: 220px;
  border-right: 0;
}

.empty-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.empty-article-actions a {
  border: 1px solid var(--ink);
  padding: 11px 14px;
  font: 700 13px/1 Arial, sans-serif;
}

.support-link .ui-icon,
.footer-links .ui-icon,
.empty-article-actions .ui-icon,
.filter .ui-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.topic-menu-grid h3 .ui-icon,
.article-header h2 .ui-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.story-card:nth-child(3n) {
  border-right: 0;
}

.story-card h3 {
  margin: 12px 0 10px;
  font-size: 25px;
  line-height: 1.08;
}

.story-card p {
  margin: 0;
  color: #3d3d3d;
  line-height: 1.45;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--muted);
  font: 700 12px/1.2 Arial, sans-serif;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  padding: 44px 0;
  border-bottom: 1px solid var(--rule);
}

.method-steps {
  display: grid;
  gap: 14px;
}

.method-steps div {
  display: grid;
  grid-template-columns: 52px 0.8fr 1.2fr;
  gap: 16px;
  align-items: start;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}

.method-steps span {
  color: var(--accent);
  font: 700 13px/1 Arial, sans-serif;
}

.method-steps strong {
  font-size: 20px;
}

.method-steps p {
  margin: 0;
  color: #444444;
  line-height: 1.4;
}

.site-footer {
  display: block;
  padding: 0 0 36px;
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.footer-topline {
  border-top: 3px double var(--ink);
  margin-top: 34px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(140px, 0.65fr));
  gap: 28px;
  padding: 26px 0 22px;
  border-bottom: 1px solid var(--rule);
}

.footer-brand img {
  width: min(320px, 100%);
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer-brand .follow-block {
  margin-top: 18px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column h3 {
  margin: 0 0 5px;
  color: var(--ink);
  font: 700 14px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.footer-column a {
  color: #333333;
  font-size: 14px;
  line-height: 1.25;
}

.footer-column a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 22px;
  padding-top: 16px;
  font-size: 12px;
}

.footer-links,
.social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 700;
}

.follow-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.follow-block > span {
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

.social-icon {
  width: 22px;
  height: 22px;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: transparent;
  transition: color 0.18s ease, transform 0.18s ease;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-icon:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.page-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 38px;
  padding: 38px 0;
  border-bottom: 1px solid var(--rule);
}

.page-layout h2,
.contact-layout h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.03;
}

.page-layout p,
.contact-layout p {
  color: #333333;
  font-size: 18px;
  line-height: 1.6;
}

.page-panel {
  border-left: 1px solid var(--rule);
  padding-left: 28px;
}

.page-panel h3 {
  margin: 0 0 16px;
  font-size: 26px;
}

.page-panel ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}

.contact-form {
  border: 1px solid var(--ink);
  padding: 22px;
  background: #ffffff;
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font: 700 13px/1 Arial, sans-serif;
}

.contact-form input,
.contact-form textarea,
.publisher-form input,
.publisher-form textarea,
.publisher-form select {
  width: 100%;
  border: 1px solid var(--rule);
  padding: 12px;
  font: 15px/1.4 Arial, sans-serif;
  background: #ffffff;
}

.contact-form button,
.publisher-form button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ffffff;
  min-height: 44px;
  font: 700 13px/1 Arial, sans-serif;
}

.contact-form button:disabled,
.publisher-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.form-status {
  margin: 0;
  color: var(--accent);
  font: 700 13px/1.4 Arial, sans-serif;
}

.form-status a {
  text-decoration: underline;
}

.publisher-layout {
  padding: 38px 0;
  max-width: 980px;
  margin: 0 auto;
}

.publisher-intro {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.publisher-intro h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}

.publisher-intro p {
  margin: 0;
  color: #333333;
  font-size: 17px;
  line-height: 1.55;
}

.publisher-form {
  display: grid;
  gap: 18px;
}

.publisher-form fieldset {
  border: 1px solid var(--ink);
  background: #ffffff;
  padding: 20px;
  display: grid;
  gap: 16px;
}

.publisher-form legend {
  padding: 0 8px;
  color: var(--accent);
  font: 700 13px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.publisher-form label {
  display: grid;
  gap: 7px;
  font: 700 13px/1 Arial, sans-serif;
}

.field-hint {
  color: var(--muted);
  font: 12px/1.35 Arial, sans-serif;
}

.publisher-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.publisher-actions {
  border: 1px solid var(--ink);
  background: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.article-media {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
}

.article-photo {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 0;
  display: block;
}

.article-media figcaption {
  color: var(--muted);
  font: 13px/1.4 Arial, sans-serif;
}

.article-video,
.article-video-file {
  width: 100%;
  border: 1px solid var(--ink);
  background: #000000;
}

.article-video {
  aspect-ratio: 16 / 9;
}

.article-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.article-video-file {
  display: block;
  max-height: 560px;
}

.article-source {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
  font-size: 15px !important;
  line-height: 1.45 !important;
  word-break: break-word;
}

.article-source a {
  text-decoration: underline;
}

.contact-cards {
  display: grid;
  gap: 12px;
  max-width: 430px;
  margin-top: 24px;
}

.contact-cards a {
  border-top: 1px solid var(--rule);
  padding-top: 14px;
  display: grid;
  gap: 4px;
}

.contact-cards strong {
  font-size: 20px;
}

.contact-cards span {
  color: var(--muted);
  font-family: Arial, sans-serif;
}

.compact-masthead h1 {
  font-size: clamp(42px, 7vw, 76px);
}

.compact-masthead .brand-wordmark {
  width: min(560px, 92%);
}

.article-layout {
  max-width: 860px;
  margin: 0 auto;
  padding: 44px 0;
}

.article-header {
  border-bottom: 3px double var(--ink);
  padding-bottom: 24px;
}

.article-header h2 {
  margin: 16px 0 14px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.02;
}

.article-header p {
  color: #333333;
  font-size: 20px;
  line-height: 1.55;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font: 700 13px/1.3 Arial, sans-serif;
}

.article-body {
  padding-top: 28px;
}

.article-body p,
.article-body li {
  color: #222222;
  font-size: 19px;
  line-height: 1.75;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 30px;
  line-height: 1.15;
}

.article-body ul {
  padding-left: 22px;
}

.about-section {
  padding: 42px 0;
  border-bottom: 1px solid var(--rule);
}

.about-columns {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
}

.about-columns h2,
.ratings-section h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
}

.about-columns p,
.ratings-section p,
.standards-grid p {
  color: #333333;
  font-size: 17px;
  line-height: 1.6;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}

.standards-grid article {
  min-height: 230px;
  padding: 22px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.standards-grid article:last-child {
  border-right: 0;
}

.standards-grid span {
  color: var(--accent);
  font: 700 12px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.standards-grid h3 {
  margin: 14px 0 10px;
  font-size: 25px;
  line-height: 1.1;
}

.ratings-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  padding: 42px 0;
  border-bottom: 1px solid var(--rule);
}

.rating-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}

.rating-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.rating-list p {
  margin: 0;
}

@media (max-width: 920px) {
  .lead-grid,
  .lead-story,
  .claim-tools,
  .feature-band,
  .page-layout,
  .contact-layout,
  .about-columns,
  .ratings-section {
    grid-template-columns: 1fr;
  }

  .standards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .standards-grid article:nth-child(2n) {
    border-right: 0;
  }

  .watch-list {
    border-left: 0;
    padding-left: 0;
  }

  .footer-main,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .page-panel {
    border-left: 0;
    padding-left: 0;
  }

  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-card:nth-child(3n) {
    border-right: 1px solid var(--rule);
  }

  .story-card:nth-child(2n) {
    border-right: 0;
  }
}

/* Daily Star-inspired article page */
.article-page-shell {
  background: #ffffff;
}

.article-page-shell .site-header,
.article-page-shell main,
.article-page-shell .site-footer {
  width: min(1160px, calc(100% - 32px));
}

.article-page-shell .top-strip {
  min-height: 42px;
  border-bottom-color: #e5e5e5;
}

.article-page-shell .compact-masthead {
  padding: 18px 0 14px;
  border-bottom: 1px solid #111111;
}

.article-page-shell .compact-masthead .kicker,
.article-page-shell .compact-masthead .tagline {
  display: none;
}

.article-page-shell .compact-masthead .brand-wordmark {
  width: min(420px, 86%);
  margin-bottom: 0;
}

.article-page-shell .section-nav {
  justify-content: flex-start;
  border-bottom-color: #d9d9d9;
  padding: 11px 0;
}

.article-page-shell .article-layout {
  max-width: 900px;
  padding: 30px 0 48px;
}

.daily-news-header {
  padding-top: 18px;
  border-bottom: 0 !important;
  padding-bottom: 0;
}

.article-section-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-headline {
  max-width: 800px;
  margin: 0 0 12px !important;
  font-size: clamp(34px, 5.2vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
}

.article-subheadline {
  max-width: 760px;
  margin: 0 0 16px !important;
  color: #333333 !important;
  font: 400 20px/1.45 Georgia, "Times New Roman", serif !important;
}

.article-timing {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  color: #6b6b6b;
  font: 700 12px/1.35 Arial, sans-serif;
  text-transform: uppercase;
}

.article-meta-block {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.article-author {
  display: block;
  margin: 0 !important;
  color: #222222 !important;
  font: 700 14px/1.35 Arial, sans-serif !important;
}

.article-share-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: Arial, sans-serif;
  min-height: 28px;
}

.article-share-row > span:first-child {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.article-share-row-bottom {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #dedede;
}

.share-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.share-btn:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.share-btn .ui-icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}

.share-btn .ui-icon svg {
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.share-x .ui-icon,
.share-facebook .ui-icon svg,
.share-linkedin .ui-icon svg {
  fill: currentColor;
  stroke: none;
}

.article-page-shell .article-media {
  margin-top: 26px;
  border-top: 0;
}

.article-page-shell .article-photo {
  max-height: 560px;
}

.article-page-shell .article-media figcaption {
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  color: #6b6b6b;
}

.modern-body {
  max-width: 700px;
  margin: 0;
  line-height: 1.75 !important;
  font-size: 19px !important;
}

.modern-body p {
  margin: 0 0 22px !important;
}

.modern-body h3 {
  font-size: 27px;
}

.article-page-shell .article-source {
  border-color: #dedede;
  margin: 0 0 22px;
}

@media (max-width: 640px) {
  .article-page-shell .site-header,
  .article-page-shell main,
  .article-page-shell .site-footer {
    width: min(100% - 24px, 1160px);
  }

  .article-page-shell .support-link {
    display: none;
  }

  .daily-news-header {
    padding-top: 18px;
  }

  .article-headline {
    font-size: clamp(30px, 10vw, 40px) !important;
  }

  .article-subheadline {
    font-size: 18px !important;
  }

  .article-share-row {
    gap: 11px;
  }
}
