.article-hero {
  padding: 56px 0 38px;
  background:
    radial-gradient(circle at right top, rgba(216, 163, 74, 0.22), rgba(216, 163, 74, 0) 45%),
    linear-gradient(120deg, rgba(31, 25, 20, 0.9), rgba(52, 38, 28, 0.9));
  color: #fff;
}

.article-hero__kicker {
  color: #ffd68f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
}

.article-hero__title {
  margin-top: 10px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
}

.article-hero__subtitle {
  margin-top: 12px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.article-listing {
  padding: 30px 0 56px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card {
  border: 1px solid rgba(42, 35, 33, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(38, 29, 24, 0.09);
}

.article-card__cover-link {
  display: block;
}

.article-card__cover {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  object-position: center;
  display: block;
}

.article-card__body {
  padding: 16px;
}

.article-card__meta {
  color: #8e7f70;
  font-size: 13px;
}

.article-card__title {
  margin-top: 6px;
  font-size: 21px;
  line-height: 1.4;
}

.article-card__title a {
  color: #2a2321;
  text-decoration: none;
}

.article-card__excerpt {
  margin-top: 8px;
  color: #5b5048;
  line-height: 1.7;
}

.article-card__link {
  margin-top: 12px;
  display: inline-flex;
  color: #8b5a1f;
  text-decoration: none;
  font-weight: 600;
}

.article-empty {
  padding: 20px;
  border: 1px dashed rgba(42, 35, 33, 0.28);
  border-radius: 14px;
  text-align: center;
  color: #6f6258;
}

.article-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.article-pagination a,
.article-pagination span {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(42, 35, 33, 0.2);
  color: #2a2321;
  background: rgba(255, 255, 255, 0.8);
}

.article-pagination .is-active {
  border-color: #2a2321;
  background: #2a2321;
  color: #fff;
}

.article-detail {
  max-width: 980px;
  padding: 42px 0 72px;
}

.article-detail__shell {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(95, 74, 56, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(216, 163, 74, 0.14), rgba(216, 163, 74, 0) 42%);
  box-shadow:
    0 28px 42px rgba(35, 26, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.article-detail__header h1 {
  margin-top: 12px;
  font-size: clamp(20px, 3.15vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.article-detail__back {
  color: #8b5a1f;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-detail__back::before {
  content: "←";
}

.article-detail__meta-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-detail__meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139, 90, 31, 0.24);
  background: #fff8eb;
  color: #6e4411;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.article-detail__meta-pill--soft {
  border-color: rgba(44, 37, 33, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: #6d5f52;
}

.article-detail__excerpt {
  margin-top: 12px;
  color: #4f433b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 900px;
}

.article-detail__cover-wrap {
  margin-top: 24px;
  position: relative;
}

.article-detail__lottery-cover-media .article-detail__cover-wrap--fallback {
  display: none;
}

.article-detail__lottery-cover-media.is-fallback .article-detail__cover-wrap--media {
  display: none;
}

.article-detail__lottery-cover-media.is-fallback .article-detail__cover-wrap--fallback {
  display: block;
}

.article-detail__cover {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(42, 35, 33, 0.1);
  box-shadow: 0 18px 34px rgba(22, 16, 11, 0.15);
  background: #f3f5f9;
}

.article-detail__lottery-fallback {
  background: #2a2321;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 8px solid #3d342f;
  position: relative;
}

.article-detail__lottery-fallback::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #c5a367;
  pointer-events: none;
  border-radius: 4px;
}

.article-detail__lottery-fallback-shell {
  text-align: center;
  padding: 20px 10px;
  font-family: 'Inter', 'Prompt', sans-serif;
  color: #fff;
}

.lottery-header {
  margin-bottom: 15px;
}

.lottery-logo-box {
  background: #c5a367;
  color: #2a2321;
  width: 32px;
  height: 32px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  border-radius: 2px;
}

.lottery-brand-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #c5a367;
  margin: 0;
  text-transform: uppercase;
}

.lottery-main-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #fff;
  letter-spacing: 1px;
}

.lottery-date-label {
  font-size: 14px;
  color: #c5a367;
  font-weight: 600;
  margin: 0 0 20px;
}

.lottery-prize-1-box {
  background: #fffef2;
  border-radius: 8px;
  padding: 20px 10px;
  margin: 0 10px 15px;
  color: #2a2321;
  box-shadow: inset 0 0 15px rgba(197, 163, 103, 0.2);
}

.prize-1-title {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.prize-1-number {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4px;
}

.lottery-near-label {
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
  margin: 0 0 20px;
}

.lottery-prizes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 10px;
  margin: 0 10px 25px;
}

.prize-sub-title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  white-space: nowrap;
}

.prize-sub-box-pair {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prize-sub-box {
  background: #fffef2;
  color: #2a2321;
  border-radius: 6px;
  padding: 12px 5px;
  font-size: 32px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.prize-sub-box--last-two {
  height: 100%;
  font-size: 56px;
}

.lottery-column--last-two {
  display: flex;
  flex-direction: column;
}

.lottery-footer {
  border-top: 1px solid rgba(197, 163, 103, 0.3);
  padding-top: 15px;
  margin: 0 10px;
}

.lottery-footer-url {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}

.lottery-footer-info {
  font-size: 9px;
  color: #c5a367;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 480px) {
  .prize-1-number {
    font-size: 56px;
  }

  .prize-sub-box {
    font-size: 26px;
  }

  .prize-sub-box--last-two {
    font-size: 48px;
  }

  .lottery-main-title {
    font-size: 22px;
  }

  .lottery-prizes-grid {
    grid-template-columns: 1fr;
  }
}

.article-detail__content {
  margin-top: 30px;
  display: grid;
  gap: 16px;
  color: #2f2723;
}

.article-detail__content p {
  margin: 0;
  line-height: 1.95;
  font-size: 19px;
}

.article-detail__check-list {
  margin: 0;
  padding: 18px 18px 18px 44px;
  border-radius: 16px;
  border: 1px solid rgba(31, 157, 85, 0.28);
  background: linear-gradient(180deg, #f2fff7, #ecfff3);
  display: grid;
  gap: 8px;
}

.article-detail__check-list li {
  line-height: 1.8;
  font-size: 18px;
  color: #1f3f2c;
}

.article-detail__number-block {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(43, 72, 120, 0.22);
  background: linear-gradient(180deg, #f4f8ff, #ecf3ff);
}

.article-detail__number-block h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  color: #233b65;
}

.article-detail__numbers {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-detail__numbers span {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(35, 59, 101, 0.22);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #233b65;
}

.article-detail__numbers a {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(35, 59, 101, 0.22);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1d4f9f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.article-detail__numbers a:hover {
  background: #edf4ff;
  border-color: rgba(29, 79, 159, 0.45);
}

.article-detail__numbers span.is-disabled {
  background: #eef1f5;
  border-color: rgba(81, 99, 122, 0.24);
  color: #7c8899;
  cursor: not-allowed;
}

.article-detail__content a {
  color: #7d4b10;
  text-underline-offset: 2px;
  word-break: break-all;
}

.article-detail__content--html>* {
  margin: 0 0 14px;
}

.article-detail__content--html h1,
.article-detail__content--html h2,
.article-detail__content--html h3 {
  line-height: 1.3;
  color: #2f2723;
}

.article-detail__content--html h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.article-detail__content--html ul,
.article-detail__content--html ol {
  padding-left: 26px;
  display: grid;
  gap: 8px;
}

.article-detail__content--html li {
  line-height: 1.85;
  font-size: 18px;
}

.article-lottery {
  margin-top: 34px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(97, 69, 35, 0.2);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 224, 145, 0.35), rgba(255, 224, 145, 0) 42%),
    linear-gradient(160deg, #211814 0%, #2f2018 42%, #3a281d 100%);
  box-shadow:
    0 24px 44px rgba(24, 16, 11, 0.24),
    inset 0 1px 0 rgba(255, 236, 193, 0.22);
}

.article-lottery__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.article-lottery h2 {
  margin: 0;
  color: #fff8eb;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.18;
}

.article-lottery__draw-date {
  margin: 8px 0 0;
  color: #f8d7a0;
  font-weight: 600;
  font-size: 14px;
}

.article-lottery__status {
  flex-shrink: 0;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 189, 89, 0.45);
  background: rgba(255, 178, 51, 0.15);
  color: #ffd58f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
}

.article-lottery__status.is-complete {
  border-color: rgba(116, 255, 173, 0.5);
  background: rgba(37, 167, 86, 0.2);
  color: #c8ffde;
}

.article-lottery__updated-at {
  margin: 12px 0 0;
  color: rgba(255, 239, 212, 0.82);
  font-size: 13px;
}

.article-lottery__grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.article-lottery__card {
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(242, 219, 181, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 246, 235, 0.92));
  box-shadow:
    0 10px 20px rgba(17, 10, 7, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.article-lottery__card.is-top-prize {
  grid-column: 1 / -1;
  border-color: rgba(255, 214, 137, 0.6);
  background:
    radial-gradient(circle at top right, rgba(255, 214, 137, 0.38), rgba(255, 214, 137, 0) 45%),
    linear-gradient(135deg, #4a3318, #2f2216);
  box-shadow:
    0 16px 30px rgba(12, 8, 5, 0.3),
    inset 0 1px 0 rgba(255, 236, 194, 0.25);
}

.article-lottery__prize-name {
  margin: 0;
  color: #3b2f24;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.article-lottery__prize-number {
  margin: 8px 0 0;
  color: #201911;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.05;
  font-family: "Kanit", sans-serif;
  font-variant-numeric: tabular-nums;
}

.article-lottery__card.is-top-prize .article-lottery__prize-name {
  color: #f7dfb4;
}

.article-lottery__card.is-top-prize .article-lottery__prize-number {
  color: #fff7e5;
  text-shadow: 0 5px 16px rgba(255, 221, 163, 0.35);
}

.article-lottery-poster {
  margin: 64px auto 40px;
  padding: 0 110px;
}

.article-lottery-poster__frame {
  position: relative;
  width: min(100%, 860px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  padding: 38px 56px 36px;
  border-radius: 0;
  border: 3px solid rgba(214, 178, 107, 0.68);
  background:
    radial-gradient(circle at -2% 12%, rgba(253, 221, 146, 0.34), rgba(253, 221, 146, 0) 26%),
    radial-gradient(circle at 92% 8%, rgba(255, 199, 101, 0.24), rgba(255, 199, 101, 0) 28%),
    linear-gradient(26deg, rgba(219, 177, 101, 0.34) 0%, rgba(219, 177, 101, 0) 18%),
    linear-gradient(145deg, #120c08 0%, #20140d 42%, #2a1a10 100%);
  box-shadow:
    0 26px 38px rgba(23, 12, 5, 0.34),
    inset 0 0 0 1px rgba(246, 216, 154, 0.26),
    inset 0 1px 0 rgba(255, 231, 180, 0.22);
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-lottery-poster__frame::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 3px solid rgba(237, 203, 137, 0.42);
  border-radius: 0;
  pointer-events: none;
  z-index: 5;
}

.article-lottery-poster__frame::after {
  content: "";
  position: absolute;
  top: -28px;
  right: 172px;
  width: 3px;
  height: 360px;
  background: linear-gradient(180deg, rgba(245, 208, 136, 0.88), rgba(245, 208, 136, 0));
  transform: rotate(16deg);
  opacity: 0.52;
  pointer-events: none;
  z-index: 4;
}

.article-lottery-poster__logo-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 6px;
  min-height: 62px;
}

.article-lottery-poster__logo-wrap::before,
.article-lottery-poster__logo-wrap::after {
  content: "";
  position: absolute;
  top: 27px;
  height: 3px;
  background: linear-gradient(90deg, rgba(230, 197, 131, 0.22), rgba(230, 197, 131, 0.62));
  z-index: 1;
}

.article-lottery-poster__logo-wrap::before {
  left: 56px;
  right: calc(50% + 44px);
}

.article-lottery-poster__logo-wrap::after {
  left: calc(50% + 44px);
  right: 56px;
}

.article-lottery-poster__logo-mark {
  position: relative;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 0;
  border: 3px solid #d7a64e;
  background: linear-gradient(180deg, rgba(255, 217, 149, 0.14), rgba(255, 217, 149, 0.04));
  color: #f5c76d;
  font-family: "Kanit", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  box-sizing: border-box;
}

.article-lottery-poster__brand {
  margin: 4px 0 0;
  color: #f6d390;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.article-lottery-poster__title {
  position: relative;
  z-index: 2;
  margin: 4px 0 0;
  text-align: center;
  color: #fff7e8;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}

.article-lottery-poster__subtitle {
  position: relative;
  z-index: 2;
  margin: 3px 0 0;
  text-align: center;
  color: #f6dfad;
  font-size: clamp(17px, 1.9vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.article-lottery-poster__first-prize {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  border-radius: 0;
  border: 2px solid rgba(204, 168, 108, 0.9);
  background: #fff9f0;
  padding: 12px 14px 16px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 212px;
  display: grid;
  align-content: center;
}

.article-lottery-poster__first-prize p {
  margin: 0;
  color: #3a2410;
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.12;
}

.article-lottery-poster__first-prize strong {
  margin-top: 4px;
  display: block;
  color: #3a2410;
  font-size: clamp(62px, 7vw, 92px);
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.article-lottery-poster__groups {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.article-lottery-poster__group {
  min-width: 0;
}

.article-lottery-poster__group h3 {
  margin: 0;
  text-align: center;
  color: #fff0d2;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.05;
  font-weight: 700;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.article-lottery-poster__group-grid {
  margin-top: 8px;
  display: grid;
  gap: 8px;
}

.article-lottery-poster__box {
  min-height: 118px;
  border-radius: 0;
  border: 2px solid rgba(198, 159, 97, 0.9);
  background: #fffaf2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a2410;
  font-size: clamp(46px, 5.2vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  width: 100%;
  box-sizing: border-box;
}

.article-lottery-poster__group--last-two .article-lottery-poster__box {
  margin-top: 8px;
  min-height: 0;
  aspect-ratio: 1 / 1;
  height: auto;
}

.article-lottery-poster__box--last-two {
  font-size: clamp(72px, 7vw, 102px);
}

.article-lottery-poster__near-inline {
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  text-align: center;
  color: #f6deac;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.article-lottery-poster__footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 16px 0 2px;
  border-radius: 0;
  background: transparent;
  display: block;
  text-align: center;
  border-top: 2px solid rgba(237, 203, 137, 0.34);
}

.article-lottery-poster__contact {
  color: #fff3db;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.article-lottery-poster__contact p {
  margin: 0;
  font-size: clamp(16px, 1.3vw, 20px);
}

.article-lottery-poster__contact-line {
  white-space: nowrap;
  color: rgba(255, 243, 219, 0.96);
  font-weight: 700;
}

.article-lottery-poster__website {
  position: relative;
  z-index: 6;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: clamp(62px, 6.4vw, 86px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  color: #fff9ea;
  margin-top: -18px;
  padding: 0 14px 2px;
  background: #22140c;
  box-shadow: 0 0 0 6px #22140c;
}

.article-lottery-poster__updated {
  margin-top: 4px;
  font-size: 9px !important;
  color: #dcc59e;
}

.article-lottery-poster__updated--outside {
  margin: 8px auto 0;
  width: min(100%, 860px);
  text-align: right;
  white-space: nowrap;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  color: #111111;
  box-sizing: border-box;
}

.article-comments {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(84, 65, 50, 0.16);
}

.article-comments--readers {
  margin-top: 38px;
}

.article-comments h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.2;
}

.article-comments__alert {
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 12px;
  border: 1px solid #abefc6;
  background: #ecfdf3;
  color: #067647;
  font-size: 14px;
}

.article-comments__alert--error {
  border-color: #fecdca;
  background: #fef3f2;
  color: #b42318;
}

.article-comments__form {
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(63, 84, 117, 0.22);
  background: #f7faff;
}

.article-comments__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.article-comments__form label {
  display: grid;
  gap: 6px;
}

.article-comments__form span {
  font-size: 13px;
  color: #445369;
  font-weight: 600;
}

.article-comments__form input,
.article-comments__form textarea {
  width: 100%;
  border: 1px solid #c5d2e6;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 15px;
  color: #1b2c42;
  background: #ffffff;
}

.article-comments__textarea-label {
  margin-top: 10px;
}

.article-comments__form button {
  margin-top: 12px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #1d4f9f;
  border-radius: 12px;
  background: #1d4f9f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.article-comments__hint {
  margin-top: 8px;
  font-size: 13px;
  color: #5e6d84;
}

.article-comments__list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.article-comment-card {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(66, 89, 124, 0.2);
  background: #ffffff;
}

.article-comment-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.article-comment-card__head strong {
  font-size: 15px;
  color: #1f3047;
}

.article-comment-card__head span {
  font-size: 12px;
  color: #71809a;
}

.article-comment-card p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.7;
  color: #2f3745;
}

.article-comments__empty {
  color: #6c7688;
  font-size: 14px;
}

@media (max-width: 980px) {
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-card__cover {
    height: auto;
  }

  .article-detail {
    padding-top: 30px;
  }

  .article-detail__shell {
    padding: 18px;
    border-radius: 18px;
  }

  .article-detail__header h1 {
    font-size: clamp(20px, 6.4vw, 30px);
  }

  .article-detail__content p,
  .article-detail__check-list li {
    font-size: 17px;
  }

  .article-detail__numbers span {
    font-size: 15px;
  }

  .article-lottery {
    padding: 18px;
    border-radius: 18px;
  }

  .article-lottery__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-lottery__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-lottery__card.is-top-prize .article-lottery__prize-number {
    font-size: clamp(30px, 9vw, 40px);
  }

  .article-lottery-poster {
    margin: 34px auto 22px;
    padding: 0 14px;
  }

  .article-lottery-poster__frame {
    aspect-ratio: auto;
    padding: 22px 26px 18px;
    border-radius: 0;
    border-width: 2px;
  }

  .article-lottery-poster__frame::before {
    inset: 14px;
    border-width: 2px;
  }

  .article-lottery-poster__frame::after {
    right: 74px;
    top: -42px;
    height: 230px;
    width: 2px;
    opacity: 0.38;
  }

  .article-lottery-poster__logo-wrap {
    min-height: 52px;
  }

  .article-lottery-poster__logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 0;
    font-size: 30px;
    border-width: 2px;
  }

  .article-lottery-poster__brand {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .article-lottery-poster__logo-wrap::before,
  .article-lottery-poster__logo-wrap::after {
    top: 21px;
    height: 2px;
  }

  .article-lottery-poster__logo-wrap::before {
    left: 22px;
    right: calc(50% + 34px);
  }

  .article-lottery-poster__logo-wrap::after {
    left: calc(50% + 34px);
    right: 22px;
  }

  .article-lottery-poster__groups {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-lottery-poster__first-prize {
    min-height: 146px;
    padding: 10px 10px 12px;
  }

  .article-lottery-poster__first-prize strong {
    font-size: clamp(48px, 12vw, 66px);
    letter-spacing: 0.06em;
  }

  .article-lottery-poster__near-inline {
    white-space: normal;
    font-size: clamp(11px, 3.4vw, 14px);
    margin-top: 6px;
  }

  .article-lottery-poster__group-grid {
    margin-top: 6px;
    gap: 6px;
  }

  .article-lottery-poster__box {
    min-height: 68px;
    font-size: clamp(40px, 10vw, 56px);
  }

  .article-lottery-poster__group--last-two .article-lottery-poster__box {
    margin-top: 6px;
    aspect-ratio: auto;
    min-height: 118px;
  }

  .article-lottery-poster__box--last-two {
    font-size: clamp(58px, 15vw, 82px);
  }

  .article-lottery-poster__footer {
    margin-top: 12px;
    padding: 10px 0 0;
    border-top-width: 1px;
  }

  .article-lottery-poster__website {
    font-size: clamp(42px, 10.5vw, 60px);
    margin-top: -14px;
    padding: 0 10px 2px;
    box-shadow: 0 0 0 4px #22140c;
  }

  .article-lottery-poster__contact p {
    font-size: 14px;
  }

  .article-lottery-poster__contact-line {
    white-space: normal;
  }

  .article-lottery-poster__updated {
    font-size: 8px !important;
  }

  .article-lottery-poster__updated--outside {
    white-space: normal;
    text-align: right;
    padding: 2px 6px;
  }

  .article-comments__grid {
    grid-template-columns: 1fr;
  }
}
