/* in.gr landing overrides */

:root {
  --darkblue: #131c42;
  --inred: #e20026;
  --darkred: #b50021;
  --sans-serif: "Inter", sans-serif;
  --serif: "Frank Ruhl Libre", Georgia, serif;
  --maxgridrow: 1640px;
  --col-width: calc(min(100vw, var(--maxgridrow)) / 26);
}

/* ── Base reset ── */
html {
  font-size: 10px;
  background: #fff;
}

body.ingr.single-post {
  font-family: var(--sans-serif);
  background: #fff;
  color: var(--darkblue);
  min-width: 0;
  margin: 0;
}

body.ingr.single-post #page,
body.ingr.single-post .is-site-wrapper {
  background: #fff;
}

body.ingr.single-post .ingr-landing-content img,
body.ingr.single-post .is-site-footer img {
  max-width: 100%;
  height: auto;
}

/* Header: use native in.gr styles from ingr_autoptimize.css — no overrides */

/* Header stream dot: clock icon inside ring (as on live in.gr), not a solid fill */
body.ingr #ingr_stream .dot i,
body.ingr .dot i {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg fill="%23e03" height="64px" width="64px" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256,0C114.614,0,0,114.614,0,256s114.614,256,256,256s256-114.614,256-256S397.386,0,256,0z M367.807,399.75 L233.412,265.356V75.294h45.177v171.35l121.163,121.16L367.807,399.75z"/></svg>');
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

/* ── Article layout ── */
body.ingr.single-post .single-topnews-container {
  padding-top: 0;
  height: 0;
}

body.ingr.single-post .wrap-single-cols {
  margin-inline: -20px;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

body.ingr.single-post .wrap-main-content {
  padding-left: var(--col-width);
  max-width: 100%;
  width: 100%;
}

body.ingr.single-post .ingr-landing-content.detailBodyContainer,
body.ingr.single-post .ingr-landing-content .detailBodyContainer {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.ingr.single-post .ingr-landing-content .withFlex {
  display: block;
}

body.ingr.single-post .ingr-landing-content .detailMainCol {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

body.ingr.single-post .ingr-landing-content .detailSideRail {
  display: none !important;
}

body.ingr.single-post .article-wrapper {
  margin-bottom: 4rem;
}

/* ── Category & meta ── */
body.ingr.single-post .ingr-landing-content .post-meta {
  margin-bottom: 8px;
  font-family: var(--sans-serif);
}

body.ingr.single-post .ingr-landing-content .article-category .post-category {
  color: var(--inred);
  font-family: var(--sans-serif);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

/* ── Headline ── */
body.ingr.single-post .ingr-landing-content .article-headline,
body.ingr.single-post .ingr-landing-content .detailHeadline {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: -0.3px;
  font-weight: 600;
  font-family: var(--sans-serif);
  color: var(--darkblue);
}

/* ── Post meta (author / share / comments — match in.gr wrap-ingr__postmeta) ── */
body.ingr.single-post .ingr-landing-content .wrap-ingr__postmeta {
  margin-bottom: 2.5rem;
  max-width: 720px;
  width: 100%;
}

body.ingr.single-post .ingr-landing-content .ingr__postmeta {
  border-bottom: 0.5px solid #595959;
  border-top: 0.5px solid #595959;
  padding-block: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

body.ingr.single-post .ingr-landing-content .displayAuthors {
  display: flex;
  align-items: center;
  margin: 0;
}

body.ingr.single-post .ingr-landing-content .displayAuthors .author__image {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
  background-color: var(--darkblue);
  flex-shrink: 0;
  display: block;
}

body.ingr.single-post .ingr-landing-content .displayAuthors .author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.ingr.single-post .ingr-landing-content .displayAuthors .author-c {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
}

body.ingr.single-post .ingr-landing-content .displayAuthors .author-c .author {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--sans-serif);
  color: var(--darkblue);
  text-decoration: none;
}

body.ingr.single-post .ingr-landing-content .postmeta_row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 0.5px solid #595959;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons {
  display: flex;
  align-items: stretch;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons a,
body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons .more {
  display: flex;
  width: 50px;
  height: 50px;
  border-right: 0.5px solid #595959;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons a svg {
  width: 100%;
  height: 100%;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons a svg path {
  fill: var(--inred);
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons .hidden-on-m {
  display: flex;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .social-buttons .hidden-on-m.expand-social {
  width: auto;
  overflow: visible;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .more-incon {
  display: flex;
  cursor: pointer;
  gap: 3px;
}

body.ingr.single-post .ingr-landing-content .postmeta_row .more-incon span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--inred);
  border-radius: 100%;
}

body.ingr.single-post .ingr-landing-content .post-features {
  display: flex;
  align-items: center;
}

body.ingr.single-post .ingr-landing-content .post-features .playPauseButton {
  color: var(--darkblue);
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ingr.single-post .ingr-landing-content .post-features .bbrx {
  padding-left: 18px;
  display: flex;
  align-items: center;
  width: 60px;
  border-left: 0.5px solid #595959;
}

body.ingr.single-post .ingr-landing-content .post-features .text-icons {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--sans-serif);
  color: #131c43;
  font-weight: 500;
}

body.ingr.single-post .ingr-landing-content .post-features .text-icons div {
  margin: 0 2px;
  cursor: pointer;
}

body.ingr.single-post .ingr-landing-content .post-features .magplusiconplus {
  font-size: 21px;
}

body.ingr.single-post .ingr-landing-content .comments-big-bubble-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--inblue, #131c42);
  font-family: var(--sans-serif);
}

body.ingr.single-post .ingr-landing-content a.comments-big-bubble {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  text-decoration: none;
}

body.ingr.single-post .ingr-landing-content .comments-big-bubble-value {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}

/* Live CSS data-URI for audio-play is broken — restore icon */
body.ingr.single-post .ingr-landing-content .playPauseButton i.audio-play {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23131c42'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
}

body.ingr.single-post .ingr-landing-content .playPauseButton i.audio-play.audio-paused {
  background-color: var(--darkblue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  body.ingr.single-post .ingr-landing-content .post-features .pl-4 {
    display: none;
  }
}

/* ── Lead image: wider visual; text column aligns to its right edge ── */
body.ingr.single-post .wrap-single-cols > .columns > .column.is-full {
  width: 100%;
  flex: none;
}

body.ingr.single-post .wrap-main-content > .wrap-article-figure {
  margin: 0 0 24px;
  width: 100%;
  max-width: 900px;
}

body.ingr.single-post .wrap-main-content > .wrap-article-figure .thumb-holder {
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
  background: none;
  overflow: visible;
}

body.ingr.single-post .wrap-main-content > .wrap-article-figure .thumb-holder picture {
  display: block;
  width: 100%;
  height: auto;
  position: static;
}

body.ingr.single-post .wrap-main-content > .wrap-article-figure .thumb-holder .imagefit {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0;
  display: block;
}

/* Text stack same width as lead image, content flush to the right */
body.ingr.single-post .wrap-main-content > .ingr-landing-content {
  max-width: 900px;
  width: 100%;
}

body.ingr.single-post .ingr-landing-content .detailMainCol,
body.ingr.single-post .ingr-landing-content .wrap-ingr__postmeta,
body.ingr.single-post .ingr-landing-content .main-content.story,
body.ingr.single-post .ingr-landing-content .inner-main-article,
body.ingr.single-post .ingr-landing-content > .detailBodyContainer:has(#comments-section),
body.ingr.single-post .detailDiscovery:has(#comments-section),
body.ingr.single-post #comments-section {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  body.ingr.single-post .wrap-main-content > .wrap-article-figure {
    margin-bottom: 20px;
    max-width: 100%;
  }

  body.ingr.single-post .wrap-main-content > .ingr-landing-content {
    max-width: 100%;
  }

  body.ingr.single-post .ingr-landing-content .detailMainCol,
  body.ingr.single-post .ingr-landing-content .wrap-ingr__postmeta,
  body.ingr.single-post .ingr-landing-content .main-content.story,
  body.ingr.single-post .ingr-landing-content .inner-main-article,
  body.ingr.single-post .ingr-landing-content > .detailBodyContainer:has(#comments-section),
  body.ingr.single-post .detailDiscovery:has(#comments-section),
  body.ingr.single-post #comments-section {
    margin-left: 0;
  }
}

/* ── Article body ── */
body.ingr.single-post .ingr-landing-content .main-content.story,
body.ingr.single-post .ingr-landing-content .inner-main-article {
  position: relative;
  font-size: 19px;
  font-family: var(--sans-serif);
  line-height: 30px;
  color: var(--darkblue);
  max-width: 720px;
  width: 100%;
  white-space: normal;
  word-break: break-word;
}

body.ingr.single-post .ingr-landing-content .main-content.story p,
body.ingr.single-post .ingr-landing-content .inner-main-article p {
  margin: 0 0 20px;
  font-size: 19px;
  font-family: var(--sans-serif);
  line-height: 30px;
  color: var(--darkblue);
  font-weight: 400;
}

body.ingr.single-post .ingr-landing-content .main-content.story p strong,
body.ingr.single-post .ingr-landing-content .inner-main-article p strong {
  font-weight: 600;
}

body.ingr.single-post .ingr-landing-content .main-content.story p:last-child {
  margin-bottom: 0;
}

body.ingr.single-post .ingr-landing-content .main-content.story h2,
body.ingr.single-post .ingr-landing-content .main-content.story h3,
body.ingr.single-post .ingr-landing-content .heading-element-h3 {
  margin: 4rem 0 18px;
  font-weight: 600;
  line-height: 1.3;
  font-family: var(--sans-serif);
  color: var(--darkblue);
  font-size: 2.4rem;
}

body.ingr.single-post .ingr-landing-content .main-content.story img,
body.ingr.single-post .ingr-landing-content .main-content.story .fig-paragraph[src] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 3rem auto;
}

/* Links in article — in.gr style */
body.ingr.single-post .ingr-landing-content .main-content.story a,
body.ingr.single-post .ingr-landing-content .inner-main-article a {
  color: var(--darkblue);
  text-decoration: none;
  border-bottom: 2px solid var(--inred);
  font-weight: 400;
  background: transparent;
}

body.ingr.single-post .ingr-landing-content .main-content.story a:hover,
body.ingr.single-post .ingr-landing-content .inner-main-article a:hover {
  color: var(--inred);
  background: transparent;
}

body.ingr.single-post .ingr-landing-content .main-content.story a strong {
  font-weight: 600;
}

/* Alert / highlight boxes */
body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="border-left"],
body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="border:"] {
  font-family: var(--sans-serif) !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--darkblue) !important;
  border-radius: 0 !important;
  background: #f3f8ff !important;
  border: none !important;
  border-left: 4px solid var(--inred) !important;
  padding: 16px 20px !important;
  margin: 24px 0 !important;
}

body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="border-left"] a,
body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="border:"] a {
  color: var(--inred) !important;
  border-bottom: none !important;
  font-weight: 600 !important;
}

/* CTA buttons */
body.ingr.single-post .ingr-landing-content .button-link {
  background-color: var(--inred) !important;
  color: #fff !important;
  padding: 15px 30px !important;
  font-family: var(--sans-serif) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: none !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
  margin: 30px 0 !important;
  line-height: 1.4;
}

body.ingr.single-post .ingr-landing-content .button-link:hover {
  background-color: var(--darkred) !important;
  color: #fff !important;
}

/* Live viewer counters */
body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="background:#ff4444"],
body.ingr.single-post .ingr-landing-content .main-content.story > div[style*="background: #ff4444"] {
  background: var(--inred) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: var(--sans-serif) !important;
}

/* ── Engagement widgets ── */
body.ingr.single-post .ingr-landing-content .engagement-widgets {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 46px;
  margin: 16px 0 24px;
  padding-bottom: 16px;
  border-bottom: 0.5px solid #c4c4c4;
}

body.ingr.single-post .ingr-landing-content .engagement-widgets .share {
  margin-right: 18px;
}

body.ingr.single-post .ingr-landing-content .commentCount {
  display: flex;
  align-items: center;
  font-family: var(--sans-serif);
  font-size: 14px;
  color: var(--darkblue);
}

body.ingr.single-post .ingr-landing-content .commentCount-link {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--sans-serif);
  font-size: 14px;
  color: var(--darkblue);
  padding: 0;
}

body.ingr.single-post .ingr-landing-content .commentCount-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--darkblue);
}

/* ── Comments section (legacy selector; real block is #comments-section below) ── */
body.ingr.single-post .ingr-landing-content .comments {
  max-width: 720px;
  margin: 40px 0 0;
  padding: 0;
  font-family: var(--sans-serif);
}

/* ── Feedback blocks ── */
body.ingr.single-post .ingr-landing-content .feedback {
  border-top: 0.5px solid #c4c4c4;
  padding-top: 20px;
}

body.ingr.single-post .ingr-landing-content .feedback .feedback__name {
  font-family: var(--sans-serif);
  color: var(--darkblue);
  font-size: 1.8rem;
}

body.ingr.single-post .ingr-landing-content .feedback .feedback__body p {
  font-family: var(--sans-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--darkblue);
}

body.ingr.single-post .ingr-landing-content .feedback__header,
body.ingr.single-post .ingr-landing-content .feedback__body {
  border-bottom-color: #c4c4c4;
}

/* ── Footer: rely on native in.gr CSS; only safety + end-row from live page ── */
body.ingr.single-post .is-site-footer {
  margin-top: 6rem;
}

body.ingr.single-post .is-site-footer a,
body.ingr.single-post .is-site-footer .disclaimer a,
body.ingr.single-post .is-site-footer .disclaimer p a,
body.ingr.single-post .is-site-footer .copyright-label a {
  color: #fff !important;
}

body.ingr.single-post .is-site-footer .social-items a svg,
body.ingr.single-post .is-site-footer .social-items a svg path {
  fill: #fff !important;
}

body.ingr.single-post .is-site-footer .end-row {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

body.ingr.single-post .is-site-footer .end-row p {
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 667px) {
  body.ingr.single-post .is-site-footer .end-row {
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
  }

  body.ingr.single-post .is-site-footer .end-row .cop {
    margin-top: 15px;
    padding-left: 0 !important;
  }

  body.ingr.single-post .is-site-footer .copyright-label {
    text-align: left;
    margin-top: 16px;
  }
}

/* ── Fixed bottom bar ── */
body.ingr.single-post .fixed-link {
  font-family: var(--sans-serif);
  border-top: 1px solid #e9edf4;
  box-shadow: 0 -2px 10px rgba(19, 28, 66, 0.1);
}

body.ingr.single-post .fixed-link a {
  background-color: var(--inred) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/* ── Hide legacy CBC remnants ── */
.globalHeader,
.globalFooter,
.landingNav,
.newsTheme .globalHeader,
.trendingList-sidebar {
  display: none !important;
}

/* Comments: align with article column, hide Viafoura chrome */
body.ingr.single-post .ingr-landing-content > .detailBodyContainer:has(#comments-section),
body.ingr.single-post .detailDiscovery:has(#comments-section) {
  display: block !important;
  max-width: 720px;
  width: 100%;
  margin: 4rem 0 5rem auto;
  padding: 0;
  font-family: var(--sans-serif);
  color: var(--darkblue);
}

body.ingr.single-post .detailDiscovery:has(#comments-section) .σχόλιαWrapper,
body.ingr.single-post .detailDiscovery:has(#comments-section) .withFlex,
body.ingr.single-post .detailDiscovery:has(#comments-section) .detailMainCol {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.ingr.single-post #comments-section {
  max-width: 720px;
  width: 100%;
  scroll-margin-top: 6.2rem;
  font-family: var(--sans-serif);
  color: var(--darkblue);
}

body.ingr.single-post #comments-section .comments-block-header {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 13.5px 0;
  border-top: 2.5px solid var(--darkblue);
  border-bottom: 1px solid #8d93a9;
}

body.ingr.single-post #comments-section .count-container {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

body.ingr.single-post #comments-section .comment-count {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

body.ingr.single-post #comments-section .comment-count svg {
  display: block;
  width: 30px;
  height: 30px;
}

body.ingr.single-post #comments-section .comment-count-value {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

body.ingr.single-post #comments-section .comments-title,
body.ingr.single-post #comments-section .title-reUIw {
  font-family: var(--sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: var(--darkblue);
  text-transform: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none !important;
  list-style: none !important;
}

/* Hide Viafoura chrome — keep only the static comment list */
body.ingr.single-post #comments-section .vf-comment-header,
body.ingr.single-post #comments-section .v3-σχόλια__post-form,
body.ingr.single-post #comments-section .v3-comments__post-form,
body.ingr.single-post #comments-section .vf-tabbed-nav,
body.ingr.single-post #comments-section .realtime-bar,
body.ingr.single-post #comments-section .top-typing-indicator,
body.ingr.single-post #comments-section .vf-conversations-list__pinned-σχόλια,
body.ingr.single-post #comments-section .vf-conversations-list__pinned-comments,
body.ingr.single-post #comments-section .all-σχόλια__top-rt-bar-container,
body.ingr.single-post #comments-section .all-comments__top-rt-bar-container,
body.ingr.single-post #comments-section .vf-actions-subscribe,
body.ingr.single-post #comments-section .vf-post-form__auth-actions,
body.ingr.single-post #comments-section .vf-offscreen-text,
body.ingr.single-post #comments-section .vf-post-alert,
body.ingr.single-post #comments-section .vf-front-avatar,
body.ingr.single-post #comments-section .vf-avatar,
body.ingr.single-post #comments-section .vf-post-form {
  display: none !important;
}

body.ingr.single-post #comments-section .viafoura {
  min-height: 0 !important;
  height: auto !important;
  font-family: var(--sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--darkblue) !important;
  background: transparent !important;
}

body.ingr.single-post #comments-section .viafoura p,
body.ingr.single-post #comments-section .viafoura ul,
body.ingr.single-post #comments-section .viafoura li,
body.ingr.single-post #comments-section .viafoura article,
body.ingr.single-post #comments-section .viafoura section {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
}

body.ingr.single-post #comments-section .fig-σχόλια__list,
body.ingr.single-post #comments-section .fig-comments__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ingr.single-post #comments-section .fig-σχόλια__item,
body.ingr.single-post #comments-section .fig-comments__item,
body.ingr.single-post #comments-section .fig-comment {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: start;
  column-gap: 12px;
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 0.5px solid #ccc;
  color: var(--darkblue);
  font-size: 16px;
  line-height: 1.5;
  background: none;
}

body.ingr.single-post #comments-section .fig-σχόλια__item:last-child,
body.ingr.single-post #comments-section .fig-comments__item:last-child {
  border-bottom: none;
}

body.ingr.single-post #comments-section .fig-comment__username {
  grid-column: 1;
  margin: 0 !important;
  font-family: var(--sans-serif);
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.1;
  color: var(--darkblue);
  letter-spacing: -0.64px;
}

body.ingr.single-post #comments-section .fig-comment__date,
body.ingr.single-post #comments-section .fig-comment__date time {
  grid-column: 2;
  margin: 0 !important;
  font-family: var(--sans-serif);
  font-size: 14px !important;
  line-height: 1.1;
  color: #595959 !important;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

body.ingr.single-post #comments-section .fig-comment__text {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding: 6px 0 10px !important;
  font-family: var(--sans-serif);
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #595959 !important;
  font-weight: 400;
}

/* ── Responsive ── */
@media (max-width: 1023px) {
  body.ingr.single-post .wrap-main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.ingr.single-post .ingr-landing-content .article-headline,
  body.ingr.single-post .ingr-landing-content .detailHeadline {
    font-size: 28px;
    line-height: 36px;
  }

  body.ingr.single-post .ingr-landing-content .main-content.story p {
    font-size: 17px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body.ingr.single-post .ingr-landing-content .article-headline,
  body.ingr.single-post .ingr-landing-content .detailHeadline {
    font-size: 24px;
    line-height: 32px;
  }
}


.new__trends__row {
        padding: 9px 0;
        background-color: var(--inred)
      }
      
      .trends_ul__upper {
        white-space: nowrap;
        overflow-x: auto
      }
      
      .trends_ul__upper li {
        display: inline-block;
        font-size: 12.5px;
        line-height: 1.1;
        font-weight: 400;
        margin-right: 15px;
        letter-spacing: 1px
      }
      
      .trends_ul__upper li a {
        color: #fff
      }
      
      .trends_ul__upper::-webkit-scrollbar {
        display: none
      }
      
      .single.ingr__newspaper .subheader .trends_ul__upper a {
        color: var(--darkblue)
      }
      
      .subheader .new__trends__row {
        padding: 0;
        background-color: transparent
      }
      
      .trends__sb {
        padding-left: 3rem
      }
      
      .ingr-header-wrap.is-sticky .new__trends__row {
        padding: 8px
      }
      
      .ingr-header-wrap .ingr-logo {
        transition: width 0.3s ease
      }
      
      .ingr-header-wrap {
        position: sticky;
        transition: all 0.3s ease;
        z-index: 99
      }
      
      .ingr-header-wrap.fixed-header {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transform: translateY(0);
        opacity: 1
      }


       .dropdown-wrapper {
                    position: relative;
                    width: max-content;
                    border: none;
                    background-color: transparent;
                    color: #fff;
                    font-family: var(--sans-serif);
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 20px
                  }
                  
                  .city-grid {
                    border-radius: 4px;
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    border: 1px solid #ccc;
                    padding: 8px;
                    background: #fff;
                    position: absolute;
                    top: 100%;
                    z-index: 9999;
                    right: 0
                  }
                  
                  .home .city-grid {
                    transform: translateX(-37%);
                    left: 0;
                    margin-top: 9px;
                    right: initial
                  }
                  
                  .city-grid.hidden {
                    display: none
                  }
                  
                  .city-grid button {
                    font-size: 14px;
                    border-radius: 4px;
                    padding: 12px 60px;
                    background: 0 0;
                    border: none;
                    cursor: pointer;
                    transition: background-color .15s ease, color .15s ease;
                    font-family: var(--sans-serif);
                    font-weight: 600;
                    color: var(--darkblue);
                    border-radius: 0;
                    -webkit-appearance: none;
                    -moz-appeararance: none;
                  }
                  
                  .city-grid button:hover {
                    background-color: var(--darkblue);
                    color: #fff;
                    border-color: #036
                  }
                  
                  .dropdown-arrow {
                    display: inline-block;
                    margin-left: 8px;
                    pointer-events: none
                  }
                  
                  .dropdown-toggle {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 8px 12px;
                    cursor: pointer;
                    user-select: none;
                    min-width: 160px;
                    font-weight: 500
                  }


      .carousel {
        position: relative;
        overflow: hidden
      }
      
      .carousel-container {
        display: flex;
        transition: transform .3s ease-in-out
      }
      
      .breaking-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%
      }
      
      .carousel-bullets {
        text-align: center;
        margin-top: 0;
        padding-bottom: 15px
      }
      
      .carousel-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer
      }
      
      .carousel-bullet.active {
        background-color: #FFFFFF
      }
      
      @media (min-width:1024px) {
        .breaking-items {
          flex: 1;
          padding-top: 2.4rem
        }
      }
      
      .breaking-item .post-meta-i {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
        display: flex;
        font-family: var(--sans-serif);
        overflow: initial;
        color: #FFF
      }
      
      .outer-breaking .breaking-row .inner-label .breaking-label {
        letter-spacing: -0.25px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        width: auto;
        padding-right: 0;
        margin-right: 0
      }
      
      .breaking-item {
        flex: 0 0 100%;
        padding: 0;
        display: flex
      }
      
      .inner-label {
        border: none;
        display: flex;
        flex-direction: column;
        width: 250px;
        margin-bottom: 0;
        margin-right: 30px;
        position: relative
      }
      
      .breaking-link {
        flex: 1
      }
      
      .outer-breaking .breaking-row .breaking-label:after {
        display: none
      }
      
      .is-desktop .inner-label:after {
        content: "";
        top: 0;
        bottom: -30px;
        width: 1px;
        position: absolute;
        background-color: #fff;
        right: 0
      }
      
      .breaking-item .post-meta-i {
        margin-top: 8px
      }
      
      .breaking-item {
        opacity: 0;
        position: absolute;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none
      }
      
      .breaking-item.active {
        opacity: 1;
        position: relative;
        z-index: 1;
        pointer-events: all
      }
      
      @media screen and (max-width:1023px) {
        .is-desktop .inner-label:after {
          display: none
        }
        .carousel {
          padding-bottom: 20px
        }
        .inner-label {
          display: flex;
          align-items: baseline;
          justify-content: space-between;
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, .5);
          margin-bottom: 8px;
          flex-direction: row;
          margin-right: 0
        }
        .breaking-item {
          display: block;
          min-height: 76px
        }
        .carousel-bullets {
          text-align: center;
          margin-top: 5px;
          padding-bottom: 0;
          position: absolute;
          left: 0;
          right: 0
        }
      }
      /* SCRIPTUM */
      
      .post-scriptum-label {
        width: 165px;
        padding-bottom: 15px;
        border-right: 1px solid var(--darkblue);
        display: flex
      }
      
      .post-scriptum {
        max-width: calc(100% - var(--col-width));
        display: flex;
        padding-top: 20px;
        line-height: 1;
        padding-inline: 12px
      }
      
      .psi {
        font-size: 45px;
        line-height: 23px
      }
      
      .psd {
        padding-left: 5px;
        font-size: 14px;
        line-height: 15px
      }
      
      .post-scriptum-header {
        padding-bottom: 12px;
        flex: 1;
        min-height: 42px;
        padding-top: 0;
        padding-left: 15px;
        max-width: 1140px
      }
      
      .post-scriptum-header .o-head {
        font-size: 18px;
        line-height: 23px
      }
      
      @media screen and (max-width:1023px) {
        .outer-breaking .maxgridrow {
          padding-inline: 0
        }
      }
      
      @media screen and (max-width:767px) {
        .post-scriptum {
          display: flex;
          flex-direction: column;
          padding: 12px;
          max-width: 100%
        }
        .post-scriptum-header {
          min-height: initial;
          padding-top: 0;
          padding-left: 0;
          padding-bottom: 0
        }
        .post-scriptum-header .o-head {
          font-size: 14px;
          line-height: 1.3
        }
        .post-scriptum-label {
          width: 125px;
          border-right: none;
          border-bottom: 1px solid var(--darkblue);
          padding-bottom: 10px;
          margin-bottom: 10px
        }
        .psi {
          font-size: 36px;
          line-height: .5
        }
        .psd {
          font-size: 12px;
          line-height: 1
        }
        .carousel-bullet {
          width: 8px;
          height: 8px
        }
      }
      
      .home.has-blg .outer-breaking {
        background-color: #f8f3ed
      }
      
      .home.has-blg .outer-breaking .breaking-row {
        padding: 0;
        background-color: transparent
      }
      
      .home.has-blg .outer-breaking .carousel-bullet {
        background-color: rgba(19, 28, 67, .3)
      }
      
      .home.has-blg .outer-breaking .breaking-row .carousel-bullet.active {
        background-color: var(--darkblue)
      }
      
      .home.has-blg .outer-breaking .is-white-color {
        color: var(--darkblue)!important
      }
      
      .home.has-blg .outer-breaking * {
        color: var(--darkblue)
      }
      
      .home.is-desktop.has-blg .outer-breaking .inner-label::after {
        background-color: var(--darkblue)
      }
      
      @media (max-width:1023px) {
        .home.has-blg .outer-breaking .inner-label {
          border-bottom: 1px solid
        }
        .home.has-blg .outer-breaking .breaking-row {
          padding: 10px 12px
        }
      }
      
      @media (min-width:1024px) {
        .carousel-bullets {
          padding-left: 275px;
          text-align: left
        }
        .outer-breaking.breaking---news .breaking-row .breaking-items .carousel {
          min-height: 64px
        }
      }
   