.story-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  margin-bottom: 24px;
}

.story-text {
  padding: 0;
}

.story-text h1,
.story-text h2 {
  margin: 0 0 8px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  font-family: "Poiret One", "Poiret", cursive;
}

.story-link {
  color: inherit;
  text-decoration: none;
}

.story-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--active);
}

.story-text p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
}

.story-image {
  margin: 0;
}

.story-image img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
}

.story-image .story-link {
  display: block;
}

.story-row-vertical {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.story-row-vertical .story-text h1,
.story-row-vertical .story-text h2 {
  font-size: 17px;
  margin-bottom: 6px;
}

.story-row-vertical .story-text p {
  font-size: 13px;
}

.article-detail-row {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.article-detail-text .article-lead {
  margin: 0 auto 10px;
}

.article-detail-text .article-headline {
  font-size: 33px;
  line-height: 1.16;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
  text-align: center;
  font-family: "Poiret One", "Poiret", cursive;
}

.article-detail-text .article-lead-meta-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
}

.article-detail-text .article-byline-block p {
  margin: 0;
}

.article-detail-text .article-published {
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
}

.article-detail-text .article-author {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.article-detail-text .article-role {
  font-size: 13px;
  color: #5a5a5a;
}

.article-detail-text .article-actions {
  display: flex;
  gap: 8px;
  position: relative;
}

.article-detail-text .article-action-btn {
  border: 1px solid #ccc;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  cursor: pointer;
}

.article-share {
  position: relative;
}

.article-share-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 188px;
  background: #050505;
  color: #fff;
  border: 1px solid #121212;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.42);
  padding: 12px 12px;
  z-index: 50;
  display: none;
}

.article-share-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #050505;
  border-left: 1px solid #121212;
  border-top: 1px solid #121212;
  transform: rotate(45deg);
}

.article-share.is-open .article-share-menu {
  display: grid;
}

.article-share-item {
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  column-gap: 12px;
  text-align: left;
  font-size: 18px;
  font-family: "Poiret One", "Poiret", cursive;
  font-weight: 600;
  padding: 8px 8px;
  cursor: pointer;
}

.article-share-item:hover,
.article-share-item:focus-visible {
  background: #151515;
  outline: none;
}

.article-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.article-share-label {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.article-hero {
  margin-bottom: 10px;
}

.article-hero img {
  height: auto;
  object-fit: contain;
}

.article-body {
  font-size: 19px;
  line-height: 1.58;
  margin-bottom: 18px;
}

.article-body h2 {
  font-size: 29px;
  line-height: 1.2;
  margin: 24px 0 12px;
}

.article-body p {
  margin: 0 0 14px;
}

.article-footer-divider {
  height: 2px;
  background: #000;
  margin-bottom: 12px;
}

.back-home-btn {
  --ornate-btn-width: 260px;
  --ornate-btn-height: 62px;
  --ornate-btn-font-size: 16px;
  margin-top: 0;
  text-decoration: none;
}

.back-home-btn:hover {
  background: transparent url("/static/resources/images/button.xml") center / 100% 100% no-repeat;
  text-decoration: none;
}

.article-detail-text .back-home-btn {
  width: var(--ornate-btn-width, 220px);
  height: var(--ornate-btn-height, 62px);
  padding: 0 26px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: transparent url("/static/resources/images/button.xml") center / 100% 100% no-repeat;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: var(--ornate-btn-font-size, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  cursor: pointer;
}

.article-detail-text .back-home-btn:hover,
.article-detail-text .back-home-btn:focus-visible {
  background: transparent url("/static/resources/images/button.xml") center / 100% 100% no-repeat;
  filter: brightness(0.96);
  outline: none;
}

@media (max-width: 800px) {
  .story-image img {
    height: 190px;
  }

  .story-row-vertical .story-text h1,
  .story-row-vertical .story-text h2 {
    font-size: 19px;
  }

  .article-detail-text .article-headline {
    font-size: 26px;
  }

  .article-body {
    font-size: 17px;
  }

  .article-body h2 {
    font-size: 24px;
  }

  .article-detail-text .article-lead-meta-row {
    grid-template-columns: 1fr;
  }
}
