/* Exact Net Yadak article layout - matched to the supplied single-article UI. */
#nyat-root {
  --nyat-navy: #031b3b;
  --nyat-yellow: #ffbd17;
  --nyat-line: #dedede;
  --nyat-text: #242424;
  --nyat-muted: #767676;
  color: var(--nyat-text);
  font-size: 15px;
  line-height: 2;
}

.nyat-ui-icon {
  display: block;
  width: 1em;
  height: 1em;
  max-width: none;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  flex: 0 0 auto;
}

.nyat-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.nyat-view-storage {
  display: none !important;
}

.nyat-shell {
  width: min(1256px, calc(100% - 40px));
  margin: 38px auto 110px;
}

.nyat-layout {
  grid-template-columns: minmax(0, 772px) 399px;
  gap: 82px;
}

.nyat-sidebar__sticky {
  top: 20px;
  gap: 22px;
  max-height: none;
  overflow: visible;
}

.nyat-side-card {
  border: 1px solid #dddddd;
  border-radius: 14px;
  box-shadow: none;
}

.nyat-side-card__header {
  gap: 8px;
  min-height: 72px;
  padding: 18px 24px 16px;
  border-bottom-color: #eeeeee;
}

.nyat-side-card--toc .nyat-side-card__header {
  border-bottom: 0;
}

.nyat-side-card__header h2 {
  color: var(--nyat-yellow);
  font-size: 18px;
  font-weight: 800;
}

.nyat-side-card__icon {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
  border-radius: 0;
  color: #4b4b3a;
  background: transparent;
}

.nyat-side-card__icon svg,
.nyat-side-card__icon .nyat-ui-icon {
  width: 24px !important;
  height: 24px !important;
}

.nyat-side-card__icon svg {
  stroke-width: 2;
}

.nyat-toc {
  padding: 16px 27px 30px;
}

.nyat-toc ol {
  gap: 31px;
}

.nyat-toc li.is-h3 {
  padding-right: 12px;
}

.nyat-toc a {
  padding: 7px 0;
  border-radius: 0;
  color: #565656;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.nyat-toc a::before {
  display: none;
}

.nyat-toc a:hover,
.nyat-toc a.is-active {
  color: var(--nyat-navy);
  background: transparent;
  transform: none;
}

.nyat-toc a.is-active {
  font-weight: 700;
}

.nyat-popular-list {
  padding: 5px 23px 14px;
}

.nyat-popular-item {
  gap: 14px;
  min-height: 132px;
  padding: 12px 0;
  border-bottom-color: #cccccc;
}

.nyat-popular-item:hover {
  transform: none;
}

.nyat-popular-item__thumb {
  width: 122px;
  height: 98px;
  flex-basis: 122px;
  border-radius: 8px;
}

.nyat-popular-item__copy {
  gap: 2px;
}

.nyat-popular-item__copy strong {
  color: #262626;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.nyat-popular-item__copy small {
  color: #858585;
  font-size: 11px;
}

.nyat-popular-item__copy small span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nyat-popular-item__copy small svg,
.nyat-popular-item__copy small .nyat-ui-icon {
  width: 16px !important;
  height: 16px !important;
}

.nyat-hero {
  min-height: 492px;
  border-radius: 15px;
  box-shadow: none;
}

.nyat-hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.78) 100%);
}

.nyat-hero__content {
  padding: 18px 27px 17px;
}

.nyat-meta {
  width: 100%;
  justify-content: space-between;
  gap: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}

.nyat-meta span {
  gap: 6px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.nyat-meta span:first-child {
  padding-right: 0;
  border-right: 0;
}

.nyat-meta span:last-of-type {
  padding-left: 0;
}

.nyat-meta svg,
.nyat-meta .nyat-ui-icon {
  width: 20px !important;
  height: 20px !important;
}

.nyat-meta .nyat-author-icon {
  width: 14px !important;
  height: 20px !important;
}

.nyat-meta b {
  color: inherit;
  font: inherit;
}

.nyat-meta svg {
  color: #ffffff;
  stroke-width: 1.7;
}

.nyat-summary {
  margin-top: 26px;
  padding: 23px 27px 25px;
  border: 1.5px solid #303030;
  border-radius: 14px;
  background: #eaf4ff;
  box-shadow: none;
}

.nyat-summary h2 {
  margin-bottom: 8px;
  color: #191919;
  font-size: 20px;
  font-weight: 800;
}

.nyat-summary p {
  color: #666666;
  font-size: 14px;
  line-height: 2.1;
}

.nyat-article-content {
  padding-top: 35px;
  color: #515151;
  font-size: 15px;
  line-height: 2.25;
}

.nyat-article-content h2 {
  margin: 39px 0 14px;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 800;
}

.nyat-article-content h3 {
  margin: 31px 0 12px;
  color: #252525;
  font-size: 20px;
}

.nyat-article-content p {
  margin-bottom: 20px;
}

.nyat-article-content img {
  width: 100%;
  margin: 30px 0;
  border-radius: 12px;
  box-shadow: none;
}

.nyat-article-content figure {
  width: 100% !important;
  margin: 30px 0;
}

.nyat-promo {
  grid-template-columns: 150px minmax(0, 1fr) 145px;
  gap: 18px;
  min-height: 90px;
  margin: 43px 0 42px;
  padding: 7px 14px 7px 10px;
  border: 1.5px solid #5394ff;
  border-right: 1.5px solid #5394ff;
  border-left: 15px solid var(--nyat-navy);
  border-radius: 15px;
  box-shadow: none;
}

.nyat-promo__media {
  width: 109px;
  height: 70px;
  justify-self: right;
  border-radius: 10px;
}

.nyat-promo__copy {
  gap: 0;
  min-height: 60px;
  align-content: center;
  padding-right: 18px;
  border-right: 1px solid #d7d7d7;
}

.nyat-promo__copy strong {
  color: #161616;
  font-size: 16px;
  font-weight: 800;
}

.nyat-promo__copy span {
  color: #777777;
  font-size: 11px;
}

.nyat-promo__button {
  gap: 10px;
  min-height: 38px;
  padding: 0;
  color: #252525 !important;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.nyat-promo__button:hover {
  transform: none;
  box-shadow: none;
}

.nyat-promo__button svg,
.nyat-promo__button .nyat-ui-icon {
  width: 15px !important;
  height: 15px !important;
  box-sizing: content-box;
  padding: 6px;
  border-radius: 50%;
  color: var(--nyat-navy);
  background: var(--nyat-yellow);
}

.nyat-share {
  gap: 12px;
  margin-top: 50px;
}

.nyat-share > strong {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
}

.nyat-share__line {
  background: #7f7f7f;
}

.nyat-share__buttons {
  width: 193px;
  height: 39px;
  gap: 0;
  justify-content: space-between;
  padding: 0 6px;
  border-radius: 9px;
  background: var(--nyat-navy);
}

.nyat-share__buttons a,
.nyat-share__buttons button {
  width: 43px;
  min-width: 43px;
  height: 39px;
  padding: 0;
  border-radius: 0;
  color: var(--nyat-yellow) !important;
  background: transparent;
}

.nyat-share__buttons a:hover,
.nyat-share__buttons button:hover {
  background: transparent;
  transform: translateY(-1px);
}

.nyat-share__buttons svg,
.nyat-share__buttons button svg,
.nyat-share__buttons .nyat-ui-icon {
  width: 29px !important;
  height: 29px !important;
}

.nyat-comments {
  margin-top: 64px;
}

.nyat-comment-list {
  margin-top: 0;
}

.nyat-comment {
  margin-bottom: 22px;
}

.nyat-comment__body {
  display: block;
  min-height: 183px;
  padding: 21px 24px 17px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  box-shadow: none;
}

.nyat-comment__content {
  display: flex;
  min-height: 144px;
  flex-direction: column;
}

.nyat-comment__header strong {
  color: var(--nyat-navy);
  font-size: 17px;
  font-weight: 800;
}

.nyat-comment__header time {
  color: #3b3b3b;
  font-size: 11px;
}

.nyat-comment__text {
  margin-top: 17px;
  color: #2f2f2f;
  font-size: 13px;
  line-height: 1.9;
}

.nyat-comment__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 16px;
}

.nyat-comment__helpful {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #333333;
  font-size: 11px;
}

.nyat-comment__helpful button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px;
  border: 0;
  color: #6e7680;
  background: transparent;
  cursor: pointer;
}

.nyat-comment__helpful button svg,
.nyat-comment__helpful button .nyat-ui-icon {
  width: 24px !important;
  height: 24px !important;
}

.nyat-comment__helpful button b {
  color: #323232;
  font-size: 10px;
  font-weight: 500;
}

.nyat-comment__helpful button.is-voted {
  color: var(--nyat-navy);
}

.nyat-comment__helpful button.is-voted svg {
  color: var(--nyat-yellow);
}

.nyat-comment__reply a {
  margin-top: 0;
  color: #333333 !important;
  font-size: 11px;
  font-weight: 500;
}

.nyat-comment-form-wrap {
  width: calc(100% - 44px);
  margin-top: 72px;
  margin-right: 0;
  margin-left: auto;
}

.nyat-section-heading h2 {
  color: #161616;
  font-size: 24px;
  font-weight: 800;
}

.nyat-section-heading p {
  margin-top: 4px;
  color: #474747;
  font-size: 11px;
}

.nyat-comment-form-wrap .comment-respond {
  margin-top: 16px;
}

.nyat-comment-form-wrap .comment-form {
  grid-template-columns: 1fr;
  gap: 16px;
}

.nyat-comment-form-wrap .comment-form > p {
  grid-column: 1;
}

.nyat-comment-form-wrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.nyat-comment-form-wrap input[type="text"],
.nyat-comment-form-wrap input[type="email"],
.nyat-comment-form-wrap input[type="url"],
.nyat-comment-form-wrap textarea {
  border-color: #cfcfcf;
  border-radius: 9px;
  color: #3b3b3b;
  font-size: 12px;
}

.nyat-comment-form-wrap input[type="text"],
.nyat-comment-form-wrap input[type="email"],
.nyat-comment-form-wrap input[type="url"] {
  height: 40px;
}

.nyat-comment-form-wrap textarea {
  min-height: 109px;
  border-radius: 14px;
}

.nyat-comment-form-wrap .comment-form-cookies-consent,
.nyat-comment-form-wrap .logged-in-as {
  display: none;
}

.nyat-comment-form-wrap .form-submit {
  text-align: right;
}

.nyat-submit {
  min-width: 145px;
  min-height: 46px;
  border-radius: 9px;
  background: var(--nyat-yellow);
  font-size: 14px;
  font-weight: 700;
}

.nyat-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

/* v1.5.1 — exact promo and sharing components, isolated from theme rules. */
#nyat-root .nyat-article-content .nyat-promo {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 120px !important;
  grid-template-areas: "action copy media" !important;
  width: 100% !important;
  min-height: 90px !important;
  margin: 42px 0 !important;
  padding: 7px 14px 7px 10px !important;
  overflow: hidden !important;
  border: 1.5px solid #2f6fff !important;
  border-left: 15px solid #001b3e !important;
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  align-items: center !important;
  gap: 18px !important;
  direction: ltr !important;
}

#nyat-root .nyat-article-content .nyat-promo__media {
  grid-area: media !important;
  display: grid !important;
  width: 109px !important;
  height: 70px !important;
  margin: 0 !important;
  overflow: hidden !important;
  justify-self: end !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f1f1f1 !important;
  box-shadow: none !important;
}

#nyat-root .nyat-article-content .nyat-promo__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

#nyat-root .nyat-article-content .nyat-promo__media .nyat-image-placeholder {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
  color: var(--nyat-navy) !important;
  background: #f4f4f4 !important;
}

#nyat-root .nyat-article-content .nyat-promo__copy {
  grid-area: copy !important;
  display: grid !important;
  min-width: 0 !important;
  min-height: 60px !important;
  padding: 0 !important;
  border: 0 !important;
  align-content: center !important;
  justify-items: end !important;
  gap: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

#nyat-root .nyat-article-content .nyat-promo__copy strong,
#nyat-root .nyat-article-content .nyat-promo__copy strong a {
  max-width: 100% !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#nyat-root .nyat-article-content .nyat-promo__copy span {
  color: #777 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

#nyat-root .nyat-article-content .nyat-promo__button {
  grid-area: action !important;
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #161616 !important;
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  flex-direction: row !important;
  gap: 10px !important;
  direction: rtl !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#nyat-root .nyat-promo__label {
  display: inline-block !important;
  white-space: nowrap !important;
}

#nyat-root .nyat-promo__circle {
  display: inline-flex !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--nyat-yellow) !important;
  color: #090909 !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

#nyat-root .nyat-promo__button:hover .nyat-promo__circle {
  transform: translate(-2px, -2px) !important;
  box-shadow: 0 5px 12px rgba(255, 189, 23, .26) !important;
}

#nyat-root .nyat-share {
  display: flex !important;
  width: 100% !important;
  min-height: 40px !important;
  margin-top: 50px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 14px !important;
  direction: rtl !important;
}

#nyat-root .nyat-share > strong {
  margin: 0 0 0 10px !important;
  color: #202020 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

#nyat-root .nyat-share__line {
  display: block !important;
  height: 1px !important;
  min-width: 12px !important;
  flex: 1 1 auto !important;
  background: #5f5f5f !important;
}

#nyat-root .nyat-share__buttons {
  display: flex !important;
  width: 193px !important;
  min-width: 193px !important;
  height: 39px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #001b3e !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  direction: ltr !important;
}

#nyat-root .nyat-share__buttons > a,
#nyat-root .nyat-share__buttons > button {
  display: inline-flex !important;
  width: 43px !important;
  min-width: 43px !important;
  height: 39px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--nyat-yellow) !important;
  box-shadow: none !important;
  align-items: center !important;
  justify-content: center !important;
}

#nyat-root .nyat-share__buttons > a:hover,
#nyat-root .nyat-share__buttons > button:hover {
  background: transparent !important;
  transform: translateY(-1px) !important;
}

#nyat-root .nyat-share__buttons svg,
#nyat-root .nyat-share__buttons .nyat-ui-icon {
  width: 29px !important;
  height: 29px !important;
}

#nyat-root .nyat-comment-list,
#nyat-root .nyat-comment-list .children {
  padding: 0 !important;
  list-style: none !important;
}

#nyat-root .nyat-comment__body {
  width: 100% !important;
  min-height: 183px !important;
  margin: 0 !important;
  padding: 21px 24px 17px !important;
  border: 1px solid #ddd !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

#nyat-root .nyat-comment__header {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

#nyat-root .nyat-comment__footer {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

#nyat-root .nyat-comment-form-wrap input,
#nyat-root .nyat-comment-form-wrap textarea {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

#nyat-root .nyat-comment-form-wrap .nyat-submit {
  width: 145px !important;
  min-width: 145px !important;
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: var(--nyat-yellow) !important;
  color: #111 !important;
}

.nyat-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999999;
  max-width: min(390px, calc(100vw - 32px));
  padding: 14px 18px;
  border-right: 5px solid var(--nyat-yellow, #ffbd17);
  border-radius: 12px;
  color: #ffffff;
  background: #031b3b;
  box-shadow: 0 18px 45px rgba(3, 27, 59, 0.25);
  font-family: "Peyda", "IRANYekanX", "IRANSansX", "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.9;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.nyat-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nyat-toast.is-error {
  border-right-color: #ef4444;
  background: #3f1117;
}

.nyat-related {
  margin-top: 130px;
}

.nyat-related__header {
  margin-bottom: 31px;
}

.nyat-related__header .nyat-section-heading__icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--nyat-navy);
}

.nyat-related__header .nyat-section-heading__icon svg {
  width: 17px !important;
  height: 17px !important;
}

.nyat-related__header > a {
  direction: ltr;
  gap: 9px;
  padding: 0;
  color: #202020;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.nyat-related__header > a span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--nyat-navy);
  background: var(--nyat-yellow);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
}

.nyat-related__header > a .nyat-ui-icon {
  width: 17px;
  height: 17px;
}

.nyat-related__grid {
  gap: 20px;
}

.nyat-related-card {
  min-height: 233px;
  border-radius: 10px;
  box-shadow: none;
}

.nyat-related-card__content {
  padding: 20px 22px;
}

.nyat-related-card__content > strong {
  margin-bottom: 12px;
  font-size: 21px;
}

.nyat-related-card__content > span {
  direction: ltr;
}

.nyat-related-card__content b {
  direction: rtl;
  gap: 8px;
  color: #ffffff;
  background: transparent;
  font-size: 11px;
}

.nyat-related-card__content b svg,
.nyat-related-card__content b .nyat-ui-icon {
  width: 17px !important;
  height: 17px !important;
  box-sizing: content-box;
  padding: 6px;
  border-radius: 7px;
  color: var(--nyat-navy);
  background: var(--nyat-yellow);
}

.nyat-reveal,
.nyat-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1320px) {
  .nyat-shell {
    width: min(100% - 30px, 1180px);
  }

  .nyat-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 38px;
  }

  .nyat-toc ol {
    gap: 22px;
  }

  .nyat-popular-item {
    min-height: 109px;
  }

  .nyat-popular-item__thumb {
    width: 104px;
    height: 84px;
    flex-basis: 104px;
  }

  .nyat-hero {
    min-height: 440px;
  }
}

@media (max-width: 1100px) {
  .nyat-shell {
    width: min(100% - 30px, 1000px);
  }

  .nyat-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
  }

  .nyat-side-card__header {
    min-height: 62px;
    padding: 15px 17px;
  }

  .nyat-toc {
    padding: 13px 18px 22px;
  }

  .nyat-toc ol {
    gap: 16px;
  }

  .nyat-popular-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nyat-popular-item {
    gap: 10px;
    min-height: 94px;
  }

  .nyat-popular-item__thumb {
    width: 82px;
    height: 68px;
    flex-basis: 82px;
  }

  .nyat-popular-item__copy strong {
    font-size: 11.5px;
  }

  .nyat-hero {
    min-height: 360px;
  }

  .nyat-meta span {
    padding: 0 10px;
    font-size: 11.5px;
  }
}

@media (max-width: 820px) {
  .nyat-shell {
    width: min(100% - 24px, 720px);
    margin-top: 24px;
  }

  .nyat-hero {
    min-height: 360px;
  }

  .nyat-mobile-toc__toggle .nyat-side-card__icon {
    display: inline-grid;
  }

  .nyat-meta {
    justify-content: flex-start;
    gap: 12px;
  }

  .nyat-meta span {
    padding: 0;
    border: 0;
  }

  .nyat-related {
    margin-top: 90px;
  }

  .nyat-comment-form-wrap {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .nyat-shell {
    width: calc(100% - 20px);
  }

  .nyat-toast {
    right: 10px;
    bottom: 14px;
    width: calc(100vw - 20px);
    max-width: none;
  }

  .nyat-hero {
    min-height: 315px;
  }

  .nyat-hero__content {
    padding: 15px;
  }

  .nyat-meta {
    gap: 7px 13px;
    font-size: 10.5px;
  }

  .nyat-meta span:last-of-type {
    display: none;
  }

  .nyat-summary {
    padding: 18px;
  }

  .nyat-promo {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 8px;
    border-left-width: 6px;
  }

  .nyat-promo__media {
    width: 66px;
    height: 60px;
  }

  .nyat-promo__copy {
    min-height: 0;
    padding-right: 0;
    border-right: 0;
  }

  .nyat-promo__button {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-left: 6px;
  }

  .nyat-share__buttons {
    width: auto;
    flex: 0 0 auto;
  }

  .nyat-share__buttons a,
  .nyat-share__buttons button {
    flex: 0 0 34px;
    width: 34px;
    min-width: 34px;
  }

  .nyat-comment__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nyat-comment__helpful {
    flex-wrap: wrap;
  }

  .nyat-related__grid {
    grid-template-columns: 1fr;
  }

  .nyat-related-card {
    min-height: 205px;
  }

  .nyat-related-card__content > strong {
    font-size: 18px;
  }
}

/* Keep the exact v1.5.1 components authoritative after all legacy breakpoints. */
@media (max-width: 640px) {
  #nyat-root .nyat-article-content .nyat-promo {
    grid-template-columns: minmax(0, 1fr) 72px !important;
    grid-template-areas:
      "copy media"
      "action action" !important;
    min-height: 0 !important;
    margin: 30px 0 !important;
    padding: 8px 10px 9px 8px !important;
    border-width: 1.5px !important;
    border-left-width: 7px !important;
    border-radius: 13px !important;
    gap: 8px 12px !important;
  }

  #nyat-root .nyat-article-content .nyat-promo__media {
    width: 66px !important;
    height: 60px !important;
    border-radius: 9px !important;
  }

  #nyat-root .nyat-article-content .nyat-promo__copy {
    min-height: 60px !important;
  }

  #nyat-root .nyat-article-content .nyat-promo__copy strong,
  #nyat-root .nyat-article-content .nyat-promo__copy strong a {
    font-size: 13px !important;
    line-height: 1.7 !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  #nyat-root .nyat-article-content .nyat-promo__copy span {
    font-size: 10px !important;
  }

  #nyat-root .nyat-article-content .nyat-promo__button {
    min-height: 34px !important;
    justify-self: start !important;
    gap: 8px !important;
    font-size: 11px !important;
  }

  #nyat-root .nyat-promo__circle {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
    font-size: 15px !important;
  }

  #nyat-root .nyat-share {
    min-height: 37px !important;
    padding: 0 !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  #nyat-root .nyat-share > strong {
    margin-left: 2px !important;
    font-size: 10.5px !important;
  }

  #nyat-root .nyat-share__buttons {
    width: 174px !important;
    min-width: 174px !important;
    height: 37px !important;
    padding: 0 5px !important;
  }

  #nyat-root .nyat-share__buttons > a,
  #nyat-root .nyat-share__buttons > button {
    width: 39px !important;
    min-width: 39px !important;
    height: 37px !important;
  }

  #nyat-root .nyat-share__buttons svg,
  #nyat-root .nyat-share__buttons .nyat-ui-icon {
    width: 26px !important;
    height: 26px !important;
  }

  #nyat-root .nyat-comment__footer {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* v1.5.2 — requested related articles and WordPress comments layout. */
#nyat-root .nyat-promo__copy {
  align-content: center !important;
  gap: 2px !important;
}

#nyat-root .nyat-promo__copy .nyat-promo__eyebrow {
  display: block !important;
  margin: 0 0 1px !important;
  color: #171717 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

#nyat-root .nyat-promo__copy strong,
#nyat-root .nyat-promo__copy strong a {
  color: #292929 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

#nyat-root .nyat-promo__copy .nyat-promo__description {
  display: block !important;
  color: #777 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

#nyat-root .nyat-related {
  width: 100%;
  margin: 92px 0 0;
}

#nyat-root .nyat-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 34px;
}

#nyat-root .nyat-related__header .nyat-section-heading {
  flex-direction: row;
  gap: 12px;
}

#nyat-root .nyat-related__header .nyat-section-heading__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #031b3b;
}

#nyat-root .nyat-related__header .nyat-section-heading__icon .nyat-ui-icon,
#nyat-root .nyat-related__header .nyat-section-heading__icon svg {
  width: 22px !important;
  height: 22px !important;
}

#nyat-root .nyat-related__header h2 {
  margin: 0;
  color: #111;
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 900;
  line-height: 1.3;
}

#nyat-root .nyat-related__all {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  direction: ltr;
  gap: 13px;
  padding: 0;
  color: #161616;
  background: transparent;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

#nyat-root .nyat-related__all b {
  color: inherit;
  font: inherit;
}

#nyat-root .nyat-related__all > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 13px;
  color: #031b3b;
  background: #ffc21c;
  box-shadow: 0 7px 15px rgba(3, 27, 59, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#nyat-root .nyat-related__all:hover > span {
  transform: translateX(-3px);
  box-shadow: 0 9px 20px rgba(3, 27, 59, 0.2);
}

#nyat-root .nyat-related__all .nyat-ui-icon,
#nyat-root .nyat-related__all svg {
  width: 22px !important;
  height: 22px !important;
}

#nyat-root .nyat-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

#nyat-root .nyat-related-card {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 2.65 / 1;
  overflow: hidden;
  border-radius: 14px;
  color: #fff !important;
  background: #031b3b;
  box-shadow: none;
  isolation: isolate;
}

#nyat-root .nyat-related-card__image,
#nyat-root .nyat-related-card__image img,
#nyat-root .nyat-related-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#nyat-root .nyat-related-card__image img {
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  box-shadow: none !important;
  transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}

#nyat-root .nyat-related-card:hover .nyat-related-card__image img {
  transform: scale(1.035);
}

#nyat-root .nyat-related-card__shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 20, .82) 0%, rgba(1, 8, 20, .14) 56%),
    linear-gradient(180deg, rgba(1, 8, 20, .02) 22%, rgba(1, 8, 20, .94) 100%);
}

#nyat-root .nyat-related-card__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 26px 28px 24px;
}

#nyat-root .nyat-related-card__content > strong {
  display: block;
  max-width: 92%;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 900;
  line-height: 1.55;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .42);
}

#nyat-root .nyat-related-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
  gap: 18px;
  color: #fff;
  font-size: 14px;
}

#nyat-root .nyat-related-card__meta time {
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  font-weight: 500;
}

#nyat-root .nyat-related-card__more {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  direction: rtl;
  gap: 11px;
  min-height: 50px;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
}

#nyat-root .nyat-related-card__more i {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 13px;
  color: #031b3b;
  background: #ffc21c;
  font-style: normal;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#nyat-root .nyat-related-card:hover .nyat-related-card__more i {
  transform: translateX(-3px);
  box-shadow: 0 8px 18px rgba(255, 194, 28, .3);
}

#nyat-root .nyat-related-card__more i .nyat-ui-icon,
#nyat-root .nyat-related-card__more i svg {
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

#nyat-root .nyat-comments {
  width: 100%;
  margin: 104px 0 0;
}

#nyat-root .nyat-comment-form-wrap {
  width: 100%;
  margin: 0;
}

#nyat-root .nyat-comments__heading {
  display: block;
  text-align: right;
}

#nyat-root .nyat-comments__heading h2 {
  margin: 0;
  color: #090909;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.25;
}

#nyat-root .nyat-comments__heading p {
  margin: 15px 0 0;
  color: #222;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.9;
}

#nyat-root .nyat-comment-form-wrap .comment-respond {
  margin: 48px 0 0;
}

#nyat-root .nyat-comment-form-wrap .comment-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 0;
}

#nyat-root .nyat-comment-form-wrap .comment-form > p {
  width: 100%;
  margin: 0;
  grid-column: 1;
}

#nyat-root .nyat-comment-form-wrap label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#nyat-root .nyat-comment-form-wrap input[type="text"],
#nyat-root .nyat-comment-form-wrap input[type="email"],
#nyat-root .nyat-comment-form-wrap input[type="url"],
#nyat-root .nyat-comment-form-wrap textarea {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 2px solid #d0d0d0 !important;
  outline: 0 !important;
  color: #222 !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 19px !important;
  font-weight: 500;
  text-align: right;
  direction: rtl;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#nyat-root .nyat-comment-form-wrap input[type="text"],
#nyat-root .nyat-comment-form-wrap input[type="email"],
#nyat-root .nyat-comment-form-wrap input[type="url"] {
  height: 86px !important;
  padding: 0 30px !important;
  border-radius: 22px !important;
}

#nyat-root .nyat-comment-form-wrap textarea {
  min-height: 230px !important;
  padding: 27px 30px !important;
  border-radius: 30px !important;
  resize: vertical;
}

#nyat-root .nyat-comment-form-wrap input::placeholder,
#nyat-root .nyat-comment-form-wrap textarea::placeholder {
  color: #8b8b8b !important;
  opacity: 1;
}

#nyat-root .nyat-comment-form-wrap input:focus,
#nyat-root .nyat-comment-form-wrap textarea:focus {
  border-color: #4b82e9 !important;
  box-shadow: 0 0 0 4px rgba(75, 130, 233, .1) !important;
}

#nyat-root .nyat-comment-form-wrap .comment-form-cookies-consent,
#nyat-root .nyat-comment-form-wrap .logged-in-as {
  display: none !important;
}

#nyat-root .nyat-comment-form-wrap .form-submit {
  width: 100%;
  margin-top: 18px !important;
  text-align: right;
}

#nyat-root .nyat-comment-form-wrap .nyat-submit {
  width: 245px !important;
  min-width: 245px !important;
  min-height: 80px !important;
  padding: 10px 30px !important;
  border: 0 !important;
  border-radius: 24px !important;
  color: #090909 !important;
  background: #ffc21c !important;
  box-shadow: none !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  cursor: pointer;
}

#nyat-root .nyat-comment-form-wrap .nyat-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 194, 28, .26) !important;
}

#nyat-root .nyat-comment-list-wrap {
  width: 100%;
  margin-top: 78px;
}

#nyat-root .nyat-comment-list-wrap:empty {
  display: none;
}

#nyat-root .nyat-comment-list-wrap > h3 {
  margin: 0 0 28px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
}

#nyat-root .nyat-comment-list {
  display: grid;
  gap: 22px;
  margin: 0;
}

#nyat-root .nyat-comment {
  margin: 0;
}

#nyat-root .nyat-comment__body {
  min-height: 0 !important;
  padding: 26px 28px !important;
  border: 1px solid #ddd !important;
  border-radius: 18px !important;
}

#nyat-root .nyat-comment__content {
  min-height: 0;
}

@media (max-width: 900px) {
  #nyat-root .nyat-related {
    margin-top: 76px;
  }

  #nyat-root .nyat-related__header {
    margin-bottom: 24px;
  }

  #nyat-root .nyat-related__header .nyat-section-heading__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  #nyat-root .nyat-related__all {
    gap: 9px;
    font-size: 13px;
  }

  #nyat-root .nyat-related__all > span {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }

  #nyat-root .nyat-related__grid {
    gap: 18px;
  }

  #nyat-root .nyat-related-card__content {
    padding: 20px;
  }

  #nyat-root .nyat-related-card__content > strong {
    margin-bottom: 14px;
    font-size: 18px;
  }

  #nyat-root .nyat-related-card__more,
  #nyat-root .nyat-related-card__meta time {
    font-size: 12px;
  }

  #nyat-root .nyat-related-card__more i {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 10px;
  }

  #nyat-root .nyat-comments {
    margin-top: 82px;
  }

  #nyat-root .nyat-comment-form-wrap .comment-respond {
    margin-top: 34px;
  }

  #nyat-root .nyat-comment-form-wrap .comment-form {
    gap: 22px;
  }

  #nyat-root .nyat-comment-form-wrap input[type="text"],
  #nyat-root .nyat-comment-form-wrap input[type="email"],
  #nyat-root .nyat-comment-form-wrap input[type="url"],
  #nyat-root .nyat-comment-form-wrap textarea {
    font-size: 16px !important;
  }

  #nyat-root .nyat-comment-form-wrap input[type="text"],
  #nyat-root .nyat-comment-form-wrap input[type="email"],
  #nyat-root .nyat-comment-form-wrap input[type="url"] {
    height: 68px !important;
    padding: 0 22px !important;
    border-radius: 17px !important;
  }

  #nyat-root .nyat-comment-form-wrap textarea {
    min-height: 180px !important;
    padding: 22px !important;
    border-radius: 22px !important;
  }

  #nyat-root .nyat-comment-form-wrap .nyat-submit {
    width: 190px !important;
    min-width: 190px !important;
    min-height: 64px !important;
    border-radius: 18px !important;
    font-size: 19px !important;
  }
}

@media (max-width: 640px) {
  #nyat-root .nyat-promo__copy .nyat-promo__eyebrow {
    font-size: 12px !important;
  }

  #nyat-root .nyat-related__header {
    gap: 12px;
  }

  #nyat-root .nyat-related__header h2 {
    font-size: 23px;
  }

  #nyat-root .nyat-related__header .nyat-section-heading {
    gap: 8px;
  }

  #nyat-root .nyat-related__header .nyat-section-heading__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  #nyat-root .nyat-related__all {
    font-size: 11px;
  }

  #nyat-root .nyat-related__all > span {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  #nyat-root .nyat-related__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #nyat-root .nyat-related-card {
    aspect-ratio: 1.78 / 1;
  }

  #nyat-root .nyat-related-card__content {
    padding: 17px;
  }

  #nyat-root .nyat-related-card__content > strong {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 17px;
  }

  #nyat-root .nyat-related-card__more {
    gap: 7px;
    font-size: 11px;
  }

  #nyat-root .nyat-related-card__more i {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 9px;
  }

  #nyat-root .nyat-related-card__meta time {
    font-size: 11px;
  }

  #nyat-root .nyat-comments {
    margin-top: 68px;
  }

  #nyat-root .nyat-comments__heading h2 {
    font-size: 31px;
  }

  #nyat-root .nyat-comments__heading p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }

  #nyat-root .nyat-comment-form-wrap .comment-respond {
    margin-top: 27px;
  }

  #nyat-root .nyat-comment-form-wrap .comment-form {
    gap: 16px;
  }

  #nyat-root .nyat-comment-form-wrap input[type="text"],
  #nyat-root .nyat-comment-form-wrap input[type="email"],
  #nyat-root .nyat-comment-form-wrap input[type="url"] {
    height: 58px !important;
    padding: 0 17px !important;
    border-radius: 14px !important;
  }

  #nyat-root .nyat-comment-form-wrap textarea {
    min-height: 150px !important;
    padding: 17px !important;
    border-radius: 17px !important;
  }

  #nyat-root .nyat-comment-form-wrap .form-submit {
    margin-top: 4px !important;
  }

  #nyat-root .nyat-comment-form-wrap .nyat-submit {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    border-radius: 15px !important;
    font-size: 17px !important;
  }

  #nyat-root .nyat-comment-list-wrap {
    margin-top: 54px;
  }

  #nyat-root .nyat-comment-list-wrap > h3 {
    font-size: 22px;
  }
}
