.sona26-site {
  --sona-blue: #0B72B5;
  --sona-navy: #061738;
  --sona-red: #d71920;
  --sona-ink: #333333;
  --sona-line: #b9b9b9;
  background: #fff;
  color: var(--sona-ink);
  font-family: "Noto Serif", Georgia, serif;
  line-height: 1.45;
  letter-spacing: -.25px;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

.sona26-site * { box-sizing: border-box; }
.sona26-site img { display: block; max-width: 100%; border-radius: 4px; }
.sona26-site a { color: inherit; text-decoration: none; }
.sona26-site h1, .sona26-site h2, .sona26-site h3 { font-family: "Noto Serif", Georgia, serif; }
.sona26-shell { width: min(1170px, calc(100% - 32px)); margin: 0 auto; }
.sona26-banner { background: #0B72B5; }
.sona26-banner img { width: min(1170px, 100%); margin: auto; }
.sona26-ad { align-items: center; color: #aaa; display: flex; flex-direction: column; font: 10px Arial, sans-serif; justify-content: center; letter-spacing: .04em; }
.sona26-ad strong { color: #999; font-size: 13px; font-weight: 400; }
.sona26-ad-leaderboard { background: #f5f5f5; height: 126px; margin: 36px 0 48px; }
.sona26-ad-square { background: #f5f5f5; height: 250px; margin: 34px auto; width: 300px; }

.sona26-hero-grid { display: grid; gap: 24px; grid-template-columns: minmax(0, 2.06fr) minmax(280px, 1fr); }
.sona26-video-player { aspect-ratio: 16 / 9; background: #050505; overflow: hidden; position: relative; border-radius: 4px; }
.sona26-video-player > img { height: 100%; object-fit: cover; width: 100%; }
.sona26-player-bar, .sona26-player-controls { align-items: center; background: rgba(0,0,0,.8); color: #fff; display: flex; font: 11px Arial, sans-serif; left: 0; padding: 8px 10px; position: absolute; width: 100%; z-index: 2; }
.sona26-player-bar { justify-content: space-between; top: 0; }
.sona26-player-bar span { align-items: center; display: flex; gap: 7px; }
.sona26-player-bar img, .sona26-player-controls img { height: 14px; width: 14px; }
.sona26-player-controls { bottom: 0; gap: 10px; }
.sona26-progress { background: rgba(255,255,255,.5); height: 2px; flex: 1; }
.sona26-play { align-items: center; background: rgba(20,20,20,.72); border: 0; border-radius: 50%; cursor: pointer; display: flex; height: 62px; justify-content: center; left: 50%; padding: 20px; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 62px; }
.sona26-play img { height: 24px; width: 24px; }
.sona26-related { background: #e9f5fa; border: 1px solid rgba(112, 112, 112, .16); padding: 20px 24px; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px 0px; }
.sona26-related h2, .sona26-section-title h2 { font-family: "Noto Serif", Georgia, serif; font-size: 20px; font-weight: 700; margin: 0; }

.sona26-dotted-rule {
  margin-block-start: 8px;
  background-image: radial-gradient(rgba(112, 112, 112, 0.56) 1px, transparent 0px);
  background-size: 4px 4px;
  background-position: -3px -3px;
}

.sona26-section-title:after {
    content: '';
    width: 100%;
    height: 12px;
    margin-block-start: 8px;
    display: block;
    background-image: radial-gradient(#aaa 1px, transparent 0px);
    background-size: 4px 4px;
    background-position: -3px -3px;
}

.sona26-dotted-rule { height: 12px; }
.sona26-related article { border-bottom: 1px solid #707070; padding: 16px 0; }
.sona26-related h3 { font-size: 15px; line-height: 1.25; margin: 0 0 4px; font-weight: 500; }
.sona26-site time {     color: rgba(0, 0, 0, .4);
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'mallory', sans-serif;
    letter-spacing: -.25px; }

.sona26-button { align-items: center; border: 1px solid var(--sona-ink); display: inline-flex; font-size: 15px; font-weight: 600; border-radius: 4px; justify-content: center; min-height: 42px; padding: 10px 24px; font-family: "Noto Serif", Georgia, serif; transition: .2s ease; }
.sona26-button img, .sona26-feature-copy a img, .sona26-metric-read-more img { display: inline-block; height: 11px; margin-left: 8px; width: 16px; }
.sona26-section-title a img {     display: inline-block;
    height: 30px;
    margin-left: 8px;
    width: 30px; }
.sona26-button-blue { background: var(--sona-blue); border-color: var(--sona-blue); color: #fff !important; }
.sona26-button-blue:hover { background: #333; border-color: #333; }
.sona26-button-blue svg, .sona26-feature-copy svg { margin-inline-start: 12px; }
.sona26-button-dark { background: #333; border-color: #333; color: #fff !important; transition: all .3s ease-in-out; }
.sona26-button-dark:hover { background: #0B72B5; border-color: #0B72B5; }
.sona26-button-outline { background: transparent; }
.sona26-button-outline:hover { color: #fff; }
.sona26-button-block { margin-top: 18px; width: 100%; }

.sona26-layout { display: grid; gap: 34px; grid-template-columns: minmax(0, 2.08fr) minmax(285px, 1fr); margin-top: 30px; }
.sona26-section-title { align-items: center; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; min-height: 49px; }
.sona26-section-title a, .sona26-feature-copy a, .sona26-metric-read-more {
    align-items: center;
    color: #333;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    font-family: "Noto Serif", Georgia, serif; align-items: center; display: inline-flex; 
	}

  .sona26-metric-read-more,
  .sona26-feature-copy a {
    font-size: 13px;
    font-weight: 500;
    color: #707070 !important;
    transition: all .3s ease-in-out;
  }

  .sona26-metric-read-more svg {
    margin-inline-start: 12px;
  }

   .sona26-metric-read-more:hover {
    color: #333 !important;
   }

  .sona26-feature-copy a {
    color: #fff !important;
    transition: all .3s ease-in-out;
  }

  .sona26-feature-copy a:hover {
    color: #707070 !important;
  }

.sona26-video-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); }
.sona26-video-card { border-right: 1px solid #707070; }
.sona26-video-card:nth-child(3n) { border-right: 0; padding-right: 0; }
.sona26-video-card a { display: block; }
.sona26-video-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; border-radius: 4px; }
.sona26-video-card h3 { font-size: 15px; font-weight: 500; line-height: 1.25; margin: 9px 0 0; }
.sona26-follow { align-items: center; background: #f5f5f5; border: 1px solid #ddd; border-radius: 4px; display: grid; gap: 8px 10px; grid-template-columns: auto 1fr auto; margin: 24px 0; padding: 16px 24px;     box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px 0px; }
.sona26-follow strong { font-size: 20px; border-right: 1px solid #ddd; padding-inline-end: 10px; }
.sona26-follow span { font-size: 14px; color: #42424C;
 font-family: "Noto Serif", Georgia, serif;  }
.sona26-social { display: flex; gap: 6px; }
.sona26-social a {     align-items: center;
    background: unset;
    border-radius: 0;
    display: flex;
    justify-content: center; }
.sona26-social img {
    height: 35px;
    object-fit: cover;
    width: 35px;
}

.sona26-feature { background: #212121; color: #fff; min-height: 430px; position: relative; border-radius: 4px; }
.sona26-feature > img { display: none; }

.sona26-feature img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.sona26-feature time {
  display: inline-block;
  margin-block-start: 16px;
  color: rgba(255, 255, 255, .32);
}

.sona26-feature-copy { bottom: 0; left: 0; padding: 30px; width: 100%; }
.sona26-feature-copy h2 { font-size: 18px; font-weight: 500; line-height: 1.25; margin: 9px 0; }
.sona26-feature-copy h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.sona26-feature-copy p { font-size: 14px; margin: 0 0 16px; color: rgba(255, 255, 255, .64); font-family: "Noto Serif", Georgia, serif; }
.sona26-feature-copy a { color: #fff; }
.sona26-news-grid { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
.sona26-news-grid article {
    border-bottom: 0px solid #969696;
    padding-inline: 12px;
}
.sona26-news-grid article:nth-child(odd) {
    border-right: 1px solid #707070;
    display: flex;
}

.sona26-news-grid article a {
    display: block;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.sona26-news-grid .spacer {
  padding-block: 12px;
  border-bottom: 1px solid #707070;
}

.sona26-news-grid article:nth-child(7) .spacer,
.sona26-news-grid article:nth-child(8) .spacer {
  border-bottom: none;
}

.sona26-news-grid img {
    display: block;
    width: 40%;
    height: 90px;
    object-fit: cover;
}
.sona26-news-grid h3 {
    font-family: "Noto Serif", Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 4px;
    width: 100%;
}
.sona26-newsletter { background: #f5f5f5; border: 1px solid #ddd; border-radius: 4px; display: grid; grid-template-columns: 42% 1fr; margin: 24px 0; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px 0px; overflow: hidden; }
.sona26-newsletter > img {
    object-fit: cover;
    height: 100%;
    border-radius: 4px 0 0 4px;
}
.sona26-newsletter > div { padding: 20px 40px; }

.sona26-newsletter .form {
    flex-direction: column;
    padding: 24px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 0px;
}
.sona26-newsletter h2 { font-size: 20px; margin: 0; }
.sona26-newsletter p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Serif", Georgia, serif;
    color: #42424C;
    margin-block: 16px 24px;
}
.sona26-newsletter-form {
    display: flex;
    margin: 0px 0 10px;
    width: 100%;
    gap: 6px;
}
.sona26-newsletter-form input {
    border: 0;
    min-width: 0;
    padding: 11px;
    width: 100%;
	border-radius: 4px;
    height: 44px;
}
.sona26-newsletter-form input { border: 1px solid #ddd; transition:  all .3s ease-in-out; font-family: "Noto Serif", Georgia, serif; }
.sona26-newsletter-form input:focus { border: 1px solid #333; outline: none; box-shadow: none; }
.sona26-newsletter-form button {
border-radius: 4px; transition: all .3s ease-in-out;
	background: #0B72B5; border: 0; color: #fff; cursor: pointer; font-weight: 700; padding: 0 17px; font-family: "Noto Serif", Georgia, serif; }
.sona26-newsletter-form button:hover {
  background: #333;;
}
  .sona26-newsletter small { display: block; font-size: 11px; opacity: 1; font-weight: 500; margin-block-start: 8px; }
.sona26-newsletter small a { text-decoration: underline;color:#0B72B5; }

.sona26-side-column .sona26-section-title { margin-bottom: 16px; }
.sona26-metric { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #707070; }
.sona26-metric-image-link { display: block; margin: 0 0 14px; overflow: hidden; width: 100%; }
.sona26-metric-image { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; width: 100%; }
.sona26-metric h3 { font-size: 15px; line-height: 1.3; margin: 13px 0; font-weight: 500; }
.sona26-metric-read-more { margin-top: 0; }
.sona26-trending { border: 1px solid #707070; padding: 20px 24px; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 16px 0px; }
.sona26-trending .sona26-section-title { margin-bottom: 4px; }
.sona26-trending-item { border-bottom: 1px solid #707070; padding: 12px 0; }
.sona26-trending-item:last-child { border-bottom: 0; padding-bottom: 0; }
.sona26-trending-link { display: block; }
.sona26-trending h3 { font-size: 15px; font-weight: 500; line-height: 1.3; margin: 0 0 4px; }
.sona26-social-card { margin-top: 24px; width: 100%; }

.sona26-metric:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}



/* Freedom Wall states are separate sections. This prevents one panel's
   background image from stretching or bleeding into another panel. */
.sona26-wall-stage {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.sona26-wall-section {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}

.sona26-wall-section.is-active {
  display: flex;
  opacity: 1;
  animation: sona26WallFadeIn .28s ease both;
}

.sona26-wall-section.is-leaving {
  display: flex;
  animation: sona26WallFadeOut .18s ease both;
}

.sona26-wall-cta,
.sona26-wall-write-section {
  align-items: center;
  background-color: #f5f5f5;
  background-image: url("assets/bgwall.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  min-height: 460px;
  padding: 45px;
  text-align: left;
}

.sona26-wall-intro-inner {
  max-width: 505px;
  width: 100%;
}

.sona26-wall-cta h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.sona26-wall-cta p {
  color: #777;
  font-size: 15px;
  margin: 0 0 27px;
  max-width: 500px;
  font-family: "Noto Serif", Georgia, serif;
}

.sona26-wall-cta .sona26-actions,
.sona26-wall-write-section .sona26-actions {
  justify-content: flex-start;
}

.sona26-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.sona26-disclaimer {
  width: 50%;
  color: #333;
  font-size: 11px;
  font-family: "Noto Serif", Georgia, serif;
  margin: 16px auto 60px;
  text-align: center;
}

.sona26-wall-inner {
  max-width: 100%;
  width: 431px;
}

.sona26-wall-inner h1,
.sona26-thank-inner h1,
.sona26-messages-inner h1 {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 33px;
}

.sona26-message-form {
  max-width: 100%;
  width: 431px;
}

.sona26-message-form label {
  display: block;
  margin-bottom: 18px;
  font-family: 'mallory', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.sona26-message-form input,
.sona26-message-form textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  font-family: 'mallory', sans-serif;
  font-size: 15px;
  margin-top: 8px;
  padding: 12px;
  width: 100%;
  transition: all .3s ease-in-out;
}

.sona26-message-form input::placeholder,
.sona26-message-form textarea::placeholder {
  color: #aaa;
}

.sona26-message-form input:focus,
.sona26-message-form textarea:focus {
  border: 1px solid #333;
  outline: 0;
  box-shadow: none;
}

.sona26-message-form input { height: 43px; }
.sona26-message-form textarea { height: 120px; resize: vertical; }
.sona26-message-form .sona26-button { min-width: 132px; }

.sona26-wall-thank-section,
.sona26-wall-messages-section {
  background-color: #fff;
  background-image: url("/wp-content/themes/Homepage_2012/sona2026/assets/pattern-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #e4e4e4;
}

.sona26-wall-thank-section {
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 64px 24px;
  text-align: center;
}

.sona26-thank-inner {
  margin: 0 auto;
  max-width: 510px;
  text-align: center;
  width: 100%;
}

.sona26-thank-inner h1 {
  font-size: 53px;
  margin-bottom: 18px;
}

.sona26-thank-inner p {
  color: #42424C;
  font-size: 16px;
  margin: 0 auto 30px;
  max-width: 460px;
}

.sona26-thank-inner .sona26-actions {
  justify-content: center;
}

.sona26-wall-messages-section {
  align-items: flex-start;
  justify-content: center;
  min-height: 680px;
  padding: 42px 30px 58px;
  text-align: center;
}

.sona26-messages-inner {
  margin: 0 auto;
  max-width: 1010px;
  text-align: center;
  width: 100%;
}

.sona26-messages-inner > h1 {
  font-size: 40px;
  margin-bottom: 24px;
}

.sona26-wall-list-actions {
  justify-content: center !important;
  margin-bottom: 40px;
}

.sona26-wall-messages-section .sona26-message-grid {
  column-count: 3;
  column-gap: 17px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  text-align: left;
}

.sona26-message-grid article {
  background: rgba(255,255,255,.96);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  break-inside: avoid;
  margin: 0 0 17px;
  min-height: 120px;
  padding: 24px;
  position: relative;
}

.sona26-message-grid .sona26-quote {
  height: 12px;
  margin: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 16px;
}

.sona26-message-grid h2 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-family: 'mallory', sans-serif;
  letter-spacing: -.25px;
}

.sona26-message-grid p {
  color: #42424C;
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  max-width: none;
  white-space: pre-line;
  font-family: "Noto Serif", Georgia, serif;
}

.sona26-message-status {
  font-size: 14px;
  margin: 10px 0 0;
}

.sona26-message-status.is-error {
  color: #b42318;
}

@keyframes sona26WallFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sona26WallFadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-8px); }
}

@media (prefers-reduced-motion: reduce) {
  .sona26-wall-section.is-active,
  .sona26-wall-section.is-leaving {
    animation: none;
  }
}

@media (max-width: 900px) {
  .sona26-shell { width: min(100% - 28px, 650px); }
  .sona26-ad-leaderboard { height: 90px; margin: 24px 0 32px; }
  .sona26-hero-grid, .sona26-layout { grid-template-columns: 1fr; }
  .sona26-related { margin-top: 8px; }
  .sona26-side-column { margin-top: 10px; }
  .sona26-ad-square { display: none; }
  .sona26-wall-messages-section .sona26-message-grid { column-count: 2; }

  .sona26-wall-cta,
  .sona26-wall-write-section {
    background-image: url("assets/pattern-bg.webp");
  }

  .sona26-disclaimer {
    width: 100%;
  }

  .sona26-banner img {
    width: 100%;
    min-height: fit-content !important;
  }
}

@media (max-width: 600px) {
  .sona26-shell { width: calc(100% - 24px); }
  .sona26-banner img { min-height: 96px; object-fit: cover; }
  .sona26-player-bar { font-size: 8px; }
  .sona26-player-bar span:first-child { max-width: 78%; }
  .sona26-related h2, .sona26-section-title h2 { font-size: 22px; }
  .sona26-layout { gap: 26px; margin-top: 42px; }
  .sona26-video-grid { grid-template-columns: 1fr; }
  .sona26-video-card h3 { font-size: 16px; }
  .sona26-follow { grid-template-columns: 1fr; text-align: center; }
  .sona26-social { justify-content: center; }
  .sona26-feature { min-height: 0; }
  .sona26-feature-copy {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: relative;
    width: 100%;
  }
  .sona26-feature-copy h2 { font-size: 21px; }
  .sona26-news-grid { grid-template-columns: 1fr; }
  .sona26-news-grid article, .sona26-news-grid article:nth-child(odd) { border-right: 0; min-height: 0; padding: 0; }
  .sona26-newsletter { grid-template-columns: 1fr; }
  .sona26-newsletter > img { height: 200px; width: 100%; border-radius: 0; object-position: left 25%; }
  .sona26-newsletter-form { flex-direction: column; gap: 8px; }
  .sona26-newsletter-form button { min-height: 42px; }
  .sona26-wall-cta, .sona26-wall-write-section { min-height: 500px; }
  .sona26-wall-cta h2 { font-size: 21px; }
  .sona26-wall-cta .sona26-actions, .sona26-wall-write-section .sona26-actions { flex-direction: column; }
  .sona26-wall-inner,
  .sona26-message-form { width: 100%; max-width: 100%; }
  .sona26-wall-inner h1 { font-size: 34px; }
  .sona26-message-form .sona26-actions { flex-direction: column; }
  .sona26-message-form .sona26-button { width: 100%; }
  .sona26-wall-thank-section { min-height: 520px; padding: 56px 22px; }
  .sona26-thank-inner h1 { font-size: 42px; }
  .sona26-thank-inner .sona26-actions { flex-direction: column; }
  .sona26-thank-inner .sona26-button { width: 100%; }
  .sona26-wall-messages-section { padding: 40px 18px 48px; }
  .sona26-messages-inner > h1 { font-size: 31px; }
  .sona26-wall-messages-section .sona26-message-grid { column-count: 1; }

  .sona26-video-grid .sona26-video-card .spacer {
    padding: 0 !important;
    border: none !important;
  }

  .sona26-video-grid .sona26-video-card {
      padding-block: 12px !important;
      border: none !important;
  }

  .sona26-follow {
    gap: 16px 10px;
  }

  .sona26-news-grid article:nth-child(7) .spacer {
    border-bottom: 1px solid #707070;
  }

  .sona26-wall-stage .sona26-message-grid {
    padding-right: 0 !important;
  }

  .sona26-video-grid .sona26-video-card:first-child {
    padding-top: 0 !important;
  }

  .sona26-video-grid .sona26-video-card:last-child {
    padding-bottom: 0 !important;
  }
}

/* Freedom Wall message management */
.sona26-message-empty {
  background: rgba(255,255,255,.88);
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  max-width: 560px;
  padding: 24px;
  text-align: center;
}

.sona26-delete-message {
  background: #b42318;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 700 10px Arial, sans-serif;
  margin-top: 16px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.sona26-delete-message:hover {
  filter: brightness(.92);
}

.sona26-delete-message:disabled {
  cursor: wait;
  opacity: .65;
}

.sona26-message-grid article.is-deleting {
  opacity: .55;
  pointer-events: none;
}

/* Ch_box INQMetrics empty-state fallback */
.sona26-feed-empty {
  color: #777;
  font: 13px Arial, sans-serif;
  margin: 0 0 24px;
}

.sona26-metric time {
  display: block;
  margin: -4px 0 12px;
}


.sona26-site a:hover h3 {
  text-decoration: underline;
}

.sona26-video-grid .sona26-video-card {
  padding-block: 12px;
  border: none;
  border-bottom: 1px solid #707070;
}

.sona26-video-grid .sona26-video-card:nth-child(1),
.sona26-video-grid .sona26-video-card:nth-child(2),
.sona26-video-grid .sona26-video-card:nth-child(3) {
  padding-block-start: 0;
}

.sona26-video-grid .sona26-video-card:nth-child(4),
.sona26-video-grid .sona26-video-card:nth-child(5),
.sona26-video-grid .sona26-video-card:nth-child(6) {
  border-bottom: none;
}

.sona26-video-grid .sona26-video-card .spacer {
  height: 100%;
  padding: 0 12px;
  border-right: 1px solid #707070;
}

.sona26-video-grid .sona26-video-card:nth-child(3n) .spacer {
  border-right: none;
}

.sona26-section-title a {
  transition: all .3s ease-in-out;
}

.sona26-section-title a:hover span {
  background: #333;
}

.sona26-section-title a span {
  display: inline-flex;
  margin-inline-start: 10px;
  width: 22px;
  height: 22px;
  border-radius: 200px;
  background: #D51E29;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.fwall_ribbon {
  margin-block-end: 24px;
}

/* ADS */

.ad-hr {
  margin-block: 24px 30px;
  padding-block: 8px;
  border-bottom: 1px solid #707070;
}

  .ad-hr small {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-block-end: 4px;
    font-size: 9px;
    text-align: center;
    letter-spacing: .5px;
    color: #707070;
  }

  .ad-hr small:before,
  .ad-hr small:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
    width: calc(50% - 60px);
    height: 1px;
    display: block;
    background: #707070;
  }

  .ad-hr small:after {
    left: auto;
    right: 0;
  }

.ad-banner {
  background: #EEEEEE;
  height: 90px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  font-size: 14px;
  margin: 0 auto;
  max-width: 970px;
}

.ad-sq {
  margin: 24px auto;
  text-align: center;
}

  .ad-sq small {
    width: 100%;
    display: block;
    margin-block-end: 8px;
    font-size: 9px;
    text-align: center;
    letter-spacing: .5px;
    color: #707070;
  }

.ad-box {
	margin: 0 auto;
	width: 300px;
	height: 250px;
	background: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00000080;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
}