/* ============================================
   LIVESTAR post custom blocks
   - Extract <style> blocks from pasted post HTML into this file.
   - Keep selectors scoped by a unique wrapper class per post/block.
   ============================================ */

/* ============================================
   LIVESTAR - Community FEST イベントページ
   キービジュアル準拠デザイン
   WordPress トピックス用 CSS+HTML
   ============================================ */


.ls-event * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ls-event {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1a1a2e;
  background: #f5f4f9;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

/* ============================================
   本文エリア
   ============================================ */
.ls-event__body {
  padding: 24px 20px 28px;
  background: #f5f4f9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ============================================
   セクション共通
   ============================================ */
.ls-event__section {
  background: #ffffff;
  border: 1px solid #e2dff0;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

/* 左アクセントライン */
.ls-event__section::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #ff3fa0, #ffb800);
  border-radius: 3px 0 0 3px;
}

/* セクションタイトル */
.ls-event__section-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #6c3ec5;
  text-transform: none;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ls-event__section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(108,62,197,0.35), transparent);
}

/* ============================================
   イベント概要テーブル
   ============================================ */
.ls-event__info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ls-event__info-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ece9f5;
}

.ls-event__info-row:last-child {
  border-bottom: none;
}

.ls-event__info-th {
  width: 110px;
  min-width: 110px;
  padding: 14px 12px;
  background: #f0eeff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6c3ec5;
  display: flex;
  align-items: center;
  border-right: 1px solid #e2dff0;
}

.ls-event__info-td {
  flex: 1;
  padding: 14px 14px;
  color: #2d2350;
  font-size: 14px;
  line-height: 1.65;
}

.ls-event__period {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.ls-event__auto-entry {
  display: inline-block;
  background: #f0eeff;
  border: 1px solid #c9bfee;
  color: #7a5cc0;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* ============================================
   概要リード文
   ============================================ */
.ls-event__lead {
  font-size: 14px;
  color: #3d3260;
  line-height: 1.7;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2dff0;
}

.ls-event__lead strong {
  color: #1a1a2e;
}

/* ============================================
   イベントルール
   ============================================ */
.ls-event__description {
  font-size: 14px;
  color: #3d3260;
  line-height: 1.8;
}

.ls-event__description strong {
  color: #1a1a2e;
}

.ls-event__note-text {
  margin-top: 10px;
  font-size: 12px;
  color: #8c82b0;
  line-height: 1.7;
}

.ls-event__ranking-tip {
  margin-top: 14px;
  padding: 12px 16px;
  background: #fff0f7;
  border: 1px solid #ffb8d9;
  border-radius: 8px;
  font-size: 13px;
  color: #c4007a;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ============================================
   ポイントルール画像
   ============================================ */
.ls-event__point-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ============================================
   賞品リスト
   ============================================ */
.ls-event__prize-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ls-event__prize-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #ece9f5;
}

.ls-event__prize-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ls-event__prize-item:first-child {
  padding-top: 0;
}

.ls-event__prize-rank {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}

.ls-event__prize-img-wrap {
  flex-shrink: 0;
}

.ls-event__prize-img-wrap img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
}

.ls-event__prize-info {
  flex: 1;
}

.ls-event__prize-rank-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

/* 1位ゴールド */
.ls-event__prize-item:nth-child(1) .ls-event__prize-rank-label { color: #ffd700; }
/* 2位シルバー */
.ls-event__prize-item:nth-child(2) .ls-event__prize-rank-label { color: #c0c0c0; }
/* 3位ブロンズ */
.ls-event__prize-item:nth-child(3) .ls-event__prize-rank-label { color: #cd7f32; }
/* 4位以下 */
.ls-event__prize-item:nth-child(n+4) .ls-event__prize-rank-label { color: #8c82b0; }

.ls-event__prize-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

/* ============================================
   賞品 - ビジネスライク行（4位・5位〜50位）
   ============================================ */
.ls-event__prize-item--plain {
  padding: 10px 0;
}

.ls-event__prize-plain {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f7fc;
  border: 1px solid #e2dff0;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
}

.ls-event__prize-plain-rank {
  font-size: 12px;
  font-weight: 700;
  color: #8c82b0;
  white-space: nowrap;
  min-width: 72px;
  letter-spacing: 0.04em;
  border-right: 1px solid #e2dff0;
  padding-right: 16px;
}

.ls-event__prize-plain-name {
  font-size: 14px;
  font-weight: 600;
  color: #2d2350;
}

/* ============================================
   賞品ランクカラー（ビジネスライク行）
   ============================================ */
.ls-event__prize-plain-rank--gold {
  color: #a07000;
  background: #fff3c0;
}
.ls-event__prize-plain-rank--silver {
  color: #555570;
  background: #ededf5;
}
.ls-event__prize-plain-rank--bronze {
  color: #8c4a00;
  background: #fde8cc;
}

/* ============================================
   注意事項
   ============================================ */
.ls-event__notes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ls-event__notes li {
  font-size: 12px;
  color: #1a1a2e;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}

.ls-event__notes li::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #1a1a2e;
}

/* ガイドラインリンク */
.ls-event__guideline {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e2dff0;
  font-size: 12px;
  color: #5a5280;
}

.ls-event__guideline a {
  color: #6c3ec5;
  text-decoration: none;
  word-break: break-all;
}

.ls-event__guideline a:hover {
  text-decoration: underline;
  color: #4a1fa8;
}

/* ============================================
   イベントタイトルブロック
   ============================================ */
.ls-event__section--title {
  background: linear-gradient(135deg, rgba(255,63,160,0.15) 0%, rgba(120,60,255,0.15) 100%);
  border-color: rgba(255,63,160,0.3);
  text-align: center;
  padding: 28px 20px;
}

.ls-event__section--title::before {
  display: none;
}

.ls-event__main-title {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.ls-event__main-title-sub {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #ffb800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ls-event__main-title-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 480px) {
  .ls-event__body {
    padding: 16px 14px 20px;
    gap: 12px;
  }
  .ls-event__section {
    padding: 16px 14px;
  }
  .ls-event__prize-img-wrap img {
    width: 64px;
    height: 64px;
  }
  .ls-event__prize-name {
    font-size: 13px;
  }
  .ls-event__period {
    font-size: 14px;
  }
}


      /* イベント概要テーブル */
      .ls-event__info-table {
        margin-top: 12px;
        border-top: 2px solid #1a1a2e;
        width: 100%;
      }
      .ls-event__info-row {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e0e0e0;
      }
      .ls-event__info-row dt {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background: #2c2c3e;
        padding: 5px 14px;
        letter-spacing: 0.05em;
        width: 100%;
      }
      .ls-event__info-row dd {
        font-size: 13px;
        color: #1a1a2e;
        padding: 8px 14px;
        background: #fafafa;
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin: 0;
      }
      .ls-event__info-period {
        font-size: 15px;
        font-weight: 700;
        color: #1a1a2e;
      }
      .ls-event__info-badge {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        color: #2da85a;
        background: #e6f7ed;
        border: 1px solid #b2dfca;
        padding: 2px 10px;
        border-radius: 3px;
        width: fit-content;
      }
      @media (max-width: 600px) {
        .ls-event__info-row {
          grid-template-columns: 1fr;
        }
        .ls-event__info-period {
          font-size: 14px;
        }
      }

/* Community FEST post image layout */
.ls-event__point-img {
  margin-top: 16px;
}
.ls-event__prize-kv img,
.ls-event__prize-kv-top img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.ls-event__prize-kv img {
  margin-bottom: 20px;
}
.ls-event__prize-kv-top img {
  margin-bottom: 16px;
}
.ls-event__notes strong {
  color: #1a1a2e;
}

/* ============================================
   TikTokLIVE Community FEST campaign post
   Source marker: .event-community-fest
   ============================================ */
.event-page, .event-page *, .event-page *::before, .event-page *::after { box-sizing: border-box; }
.event-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

.event-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}

/* HERO */
.event-page .event-hero {
  text-align: center;
  padding: 32px 24px 36px;
  background: #fff5f9;
  border-radius: 16px;
  margin-bottom: 40px;
}
.event-page .event-hero__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  background: #ff4b7a;
  color: #fff;
  border-radius: 999px;
  margin-bottom: 20px;
}
.event-page .event-cta-button {
  display: inline-block;
  background: #ff4b7a;
  color: #ffffff !important;
  padding: 14px 36px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 75, 122, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.event-page .event-cta-button:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 75, 122, 0.4);
}
.event-page .event-hero__cta-note {
  font-size: 12px;
  margin-top: 10px;
  color: #888;
  line-height: 1.6;
}

/* SECTIONS */
.event-page .event-section {
  margin-bottom: 36px;
}
.event-page .event-section__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  border-left: 4px solid #ff4b7a;
  padding-left: 10px;
  line-height: 1.4;
  color: #111;
}
.event-page .event-section__text {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 8px;
  color: #333;
}
.event-page .event-section__note {
  font-size: 13px;
  line-height: 1.7;
  color: #888;
  margin-top: 6px;
}

/* LISTS */
.event-page .event-list {
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}
.event-page .event-list--note { list-style: disc; }
.event-page .event-list--number { list-style: decimal; }
.event-page .event-list li + li { margin-top: 5px; }

/* HOW-TO IMAGE */
.event-page .event-howto__image-flow {
  margin-top: 20px;
  text-align: center;
}
.event-page .event-howto__image-flow .event-section__text {
  color: #666;
  margin-bottom: 12px;
}
.event-page .event-howto__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #f0d0da;
}
.event-page .event-howto__cta {
  text-align: center;
  margin-top: 28px;
}

/* LINK */
.event-page .event-section__link a {
  color: #ff4b7a;
  text-decoration: underline;
  font-size: 14px;
}
.event-page .event-section__link a:hover { opacity: 0.8; }

/* MOBILE */
@media (max-width: 600px) {
  .event-page { padding: 24px 16px 48px; }
  .event-page .event-hero { padding: 24px 16px 28px; }
  .event-page .event-cta-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* TOGGLE */
.event-page .event-toggle {
  border: 1px solid #f0d0da;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.event-page .event-toggle__summary {
  font-size: 14px;
  font-weight: 700;
  color: #ff4b7a;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  background: #fff5f9;
}
.event-page .event-toggle__summary::-webkit-details-marker { display: none; }
.event-page .event-toggle__summary::after {
  content: "▼";
  font-size: 11px;
  color: #ff4b7a;
  transition: transform 0.2s ease;
}
.event-page details[open] .event-toggle__summary::after {
  transform: rotate(-180deg);
}
.event-page .event-toggle__body {
  padding: 14px 16px 16px;
  background: #fff;
}
.event-page .event-section.event-notes .event-toggle,
.event-page .event-section.event-guideline .event-toggle {
  margin-top: 0;
}

/* CONDITIONS */
.event-page .event-conditions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.event-page .event-condition {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff5f9;
  border: 1.5px solid #ffd0df;
  border-radius: 10px;
  padding: 14px 16px;
}
.event-page .event-condition__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #ff4b7a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
}
.event-page .event-condition__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
}
.event-page .event-condition__and {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ff4b7a;
  line-height: 1;
}
@media (max-width: 600px) {
  .event-page .event-condition { padding: 12px 14px; }
}

/* CONDITION INNER */
.event-page .event-condition__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-page .event-cta-button--small {
  display: inline-block;
  font-size: 13px;
  padding: 9px 20px;
  width: fit-content;
}

/* Agency award appreciation event post
   Source marker: .ls-agency-award
   Keep this CSS in theme assets instead of post_content to avoid WAF blocking.
*/
    .ls-post-custom.ls-agency-award, .ls-post-custom.ls-agency-award *,
    .ls-post-custom.ls-agency-award *::before,
    .ls-post-custom.ls-agency-award *::after { box-sizing: border-box; margin: 0; padding: 0; }

    .ls-post-custom.ls-agency-award {
      --black:       #080706;
      --black-2:     #0f0d0a;
      --black-3:     #181410;
      --black-4:     #221d16;
      --gold:        #f5c842;
      --gold-2:      #ffea9b;
      --gold-3:      #fdf3cc;
      --gold-deep:   #b98500;
      --gold-dark:   #7a5800;
      --white:       #ffffff;
      --white-84:    rgba(255,255,255,.84);
      --white-64:    rgba(255,255,255,.64);
      --white-40:    rgba(255,255,255,.40);
      --white-12:    rgba(255,255,255,.12);
      --white-08:    rgba(255,255,255,.08);
      --gold-glow:   rgba(245,200,66,.18);
      --gold-line:   rgba(245,200,66,.3);
      --line:        rgba(255,255,255,.1);

      --radius-sm: .5rem;
      --radius-md: .875rem;
      --radius-lg: 1.25rem;
      --radius-xl: 1.75rem;
      --radius-2xl: 2.25rem;
      --radius-full: 9999px;

      --shadow-gold: 0 4px 24px rgba(245,200,66,.22);
      --shadow-gold-lg: 0 8px 40px rgba(245,200,66,.3);
      --shadow-dark: 0 8px 32px rgba(0,0,0,.5);
      --shadow-dark-lg: 0 16px 64px rgba(0,0,0,.6);

      --space-2: .5rem; --space-3: .75rem; --space-4: 1rem; --space-5: 1.25rem;
      --space-6: 1.5rem; --space-8: 2rem; --space-10: 2.5rem; --space-12: 3rem;
      --space-16: 4rem;

      --text-xs:   clamp(.75rem,  .72rem + .15vw, .875rem);
      --text-sm:   clamp(.875rem, .84rem + .2vw,  1rem);
      --text-base: clamp(1rem,    .97rem + .25vw,  1.125rem);
      --text-lg:   clamp(1.125rem,1rem   + .65vw,  1.5rem);
      --text-xl:   clamp(1.4rem,  1.1rem + 1.6vw,  2.1rem);
      --text-2xl:  clamp(1.9rem,  1.2rem + 2.8vw,  3.4rem);

      --font-ja: 'Noto Sans JP', sans-serif;
      --font-en: 'Inter', sans-serif;
    }

    .ls-post-custom.ls-agency-award { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }

    
    .ls-post-custom.ls-agency-award.ls-page {
      font-family: var(--font-ja);
      font-size: var(--text-base);
      line-height: 1.75;
      color: var(--white-84);
      background: var(--black);
      background-image:
        radial-gradient(ellipse 80% 40% at 50% -10%, rgba(245,200,66,.12) 0%, transparent 60%),
        radial-gradient(ellipse 60% 30% at 100% 80%, rgba(245,200,66,.06) 0%, transparent 50%);

      
      width: min(100% - 32px, 920px);
      margin-inline: auto;
      padding: var(--space-6) 0 var(--space-16);
    }
    .ls-post-custom.ls-agency-award img,

    .ls-post-custom.ls-agency-award svg { display: block; max-width: 100%; height: auto; }
    .ls-post-custom.ls-agency-award a { color: inherit; text-decoration: none; }

    
    

    
    .ls-post-custom.ls-agency-award .ls-countdown {
      position: sticky;
      top: 0;
      z-index: 40;
      margin-bottom: var(--space-6);
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: rgba(8,7,6,.92);
      border: 1px solid var(--gold-line);
      backdrop-filter: blur(16px);
      box-shadow: var(--shadow-gold), var(--shadow-dark);
    }
    .ls-post-custom.ls-agency-award .ls-countdown__topline {
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), var(--gold), transparent);
    }
    .ls-post-custom.ls-agency-award .ls-countdown__inner {
      display: flex;
      flex-direction: column;
      gap: var(--space-4);
      padding: var(--space-4) var(--space-5);
    }
    .ls-post-custom.ls-agency-award .ls-countdown__label {
      font-size: var(--text-sm);
      font-weight: 700;
      color: var(--gold-2);
      letter-spacing: .04em;
    }
    .ls-post-custom.ls-agency-award .ls-countdown__sub {
      font-size: var(--text-xs);
      color: var(--white-40);
      margin-top: .2rem;
    }
    .ls-post-custom.ls-agency-award .ls-cd-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: var(--space-2);
    }
    .ls-post-custom.ls-agency-award .ls-cd-item {
      text-align: center;
      background: rgba(245,200,66,.07);
      border: 1px solid rgba(245,200,66,.18);
      border-radius: var(--radius-md);
      padding: .75rem .25rem;
    }
    .ls-post-custom.ls-agency-award .ls-cd-item strong {
      display: block;
      font-family: var(--font-en);
      font-size: clamp(1.2rem, 3vw, 1.6rem);
      font-weight: 900;
      line-height: 1;
      color: var(--gold);
      font-variant-numeric: tabular-nums;
      margin-bottom: .3rem;
    }
    .ls-post-custom.ls-agency-award .ls-cd-item span {
      font-size: .68rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--white-40);
    }

    
    .ls-post-custom.ls-agency-award .ls-hero {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-2xl);
      background: linear-gradient(145deg, #0c0a07 0%, #1a1408 40%, #100d06 100%);
      border: 1px solid rgba(245,200,66,.22);
      box-shadow: var(--shadow-gold-lg), var(--shadow-dark-lg);
      padding: var(--space-8) var(--space-6) var(--space-10);
      margin-bottom: var(--space-6);
      text-align: center;
    }
    
    .ls-post-custom.ls-agency-award .ls-hero::before {
      content: '';
      position: absolute;
      top: -40%;
      left: 50%;
      transform: translateX(-50%);
      width: 120%;
      height: 100%;
      background: radial-gradient(ellipse, rgba(245,200,66,.16) 0%, transparent 65%);
      pointer-events: none;
    }
    
    .ls-post-custom.ls-agency-award .ls-hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), var(--gold), transparent);
    }

    .ls-post-custom.ls-agency-award .ls-hero__inner { position: relative; z-index: 1; }

    .ls-post-custom.ls-agency-award .ls-hero__year-badge {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      background: rgba(245,200,66,.12);
      border: 1px solid rgba(245,200,66,.3);
      color: var(--gold-2);
      font-size: var(--text-xs);
      font-weight: 800;
      letter-spacing: .1em;
      padding: .45rem 1.1rem;
      border-radius: var(--radius-full);
      margin-bottom: var(--space-5);
    }

    .ls-post-custom.ls-agency-award .ls-hero__main-title {
      font-size: var(--text-xl);
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: var(--space-6);
    }
    .ls-post-custom.ls-agency-award .ls-hero__main-title .line1 {
      display: block;
      color: var(--gold);
      text-shadow: 0 0 40px rgba(245,200,66,.5), 0 2px 8px rgba(0,0,0,.8);
    }
    .ls-post-custom.ls-agency-award .ls-hero__main-title .line2 {
      display: block;
      color: var(--white);
      text-shadow: 0 2px 8px rgba(0,0,0,.8);
    }
    .ls-post-custom.ls-agency-award .line3 {
      display: block;
      color: var(--white);
      text-shadow: 0 2px 8px rgba(0,0,0,.8);
    }

    
    .ls-post-custom.ls-agency-award .ls-divider {
      display: flex;
      align-items: center;
      gap: var(--space-3);
      margin-bottom: var(--space-6);
    }
    .ls-post-custom.ls-agency-award .ls-divider__line {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(245,200,66,.4));
    }
    .ls-post-custom.ls-agency-award .ls-divider__line--r {
      background: linear-gradient(90deg, rgba(245,200,66,.4), transparent);
    }
    .ls-post-custom.ls-agency-award .ls-divider__diamond {
      width: 8px; height: 8px;
      background: var(--gold);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .ls-post-custom.ls-agency-award .ls-awards-row {
      display: grid;
      gap: var(--space-3);
      margin-bottom: var(--space-6);
    }
    .ls-post-custom.ls-agency-award .ls-award-pill {
      display: flex;
      align-items: center;
      gap: var(--space-3);
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.09);
      border-radius: var(--radius-md);
      padding: var(--space-4) var(--space-5);
      text-align: left;
    }
    .ls-post-custom.ls-agency-award .ls-award-pill__icon {
      font-size: 1.5rem;
      flex-shrink: 0;
    }
    .ls-post-custom.ls-agency-award .ls-award-pill__text {
      font-size: var(--text-sm);
      font-weight: 700;
      line-height: 1.5;
      color: var(--white-84);
    }
    .ls-post-custom.ls-agency-award .ls-award-pill__text em {
      font-style: normal;
      color: var(--gold);
    }
    .ls-post-custom.ls-agency-award .ls-award-pill--gold {
      background: rgba(245,200,66,.08);
      border-color: rgba(245,200,66,.25);
    }

    .ls-post-custom.ls-agency-award .ls-hero__lead {
      font-size: var(--text-sm);
      color: var(--white-64);
      max-width: 36ch;
      margin: 0 auto;
    }

    
    .ls-post-custom.ls-agency-award .ls-card {
      background: linear-gradient(160deg, #141109 0%, #0e0c08 100%);
      border: 1px solid rgba(245,200,66,.14);
      border-radius: var(--radius-xl);
      padding: var(--space-6) var(--space-5);
      margin-bottom: var(--space-5);
      box-shadow: var(--shadow-dark);
      position: relative;
      overflow: hidden;
    }
    .ls-post-custom.ls-agency-award .ls-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(245,200,66,.35), transparent);
    }

    .ls-post-custom.ls-agency-award .ls-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      font-family: var(--font-en);
      font-size: var(--text-xs);
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--gold-deep);
      margin-bottom: var(--space-3);
    }
    .ls-post-custom.ls-agency-award .ls-eyebrow::before {
      content: '';
      display: block;
      width: 16px; height: 2px;
      background: var(--gold);
      border-radius: 2px;
    }

    .ls-post-custom.ls-agency-award .ls-card__title {
      font-size: var(--text-lg);
      font-weight: 900;
      line-height: 1.3;
      color: var(--white);
      margin-bottom: var(--space-5);
    }

    .ls-post-custom.ls-agency-award .ls-card p {
      font-size: var(--text-base);
      color: var(--white-64);
      max-width: 68ch;
      line-height: 1.85;
    }
    .ls-post-custom.ls-agency-award .ls-card p + p { margin-top: var(--space-4); }
    .ls-post-custom.ls-agency-award .ls-card p strong { color: var(--white-84); font-weight: 700; }

    
    .ls-post-custom.ls-agency-award .ls-rule-grid { display: grid; gap: var(--space-4); }

    .ls-post-custom.ls-agency-award .ls-rule-item {
      background: rgba(245,200,66,.06);
      border: 1px solid rgba(245,200,66,.2);
      border-radius: var(--radius-lg);
      padding: var(--space-5) var(--space-6);
      display: flex;
      align-items: center;
      gap: var(--space-4);
    }
    .ls-post-custom.ls-agency-award .ls-rule-item__icon {
      font-size: 1.75rem;
      flex-shrink: 0;
      line-height: 1;
    }
    .ls-post-custom.ls-agency-award .ls-rule-item__label {
      font-size: var(--text-xs);
      font-weight: 700;
      letter-spacing: .06em;
      color: var(--gold-deep);
      text-transform: uppercase;
      margin-bottom: .3rem;
    }
    .ls-post-custom.ls-agency-award .ls-rule-item__value {
      font-size: clamp(1.2rem, 1rem + 1.2vw, 1.7rem);
      font-weight: 900;
      color: var(--white);
      line-height: 1.2;
    }
    .ls-post-custom.ls-agency-award .ls-rule-note {
      font-size: var(--text-xs);
      color: var(--white-40);
      margin-top: var(--space-4);
      padding-left: var(--space-3);
      border-left: 2px solid rgba(245,200,66,.2);
    }

    .ls-post-custom.ls-agency-award .ls-example {
      margin-top: var(--space-5);
      background: rgba(245,200,66,.07);
      border: 1px solid rgba(245,200,66,.2);
      border-radius: var(--radius-md);
      padding: var(--space-5);
    }
    .ls-post-custom.ls-agency-award .ls-example__head {
      font-size: var(--text-xs);
      font-weight: 800;
      color: var(--gold);
      letter-spacing: .06em;
      margin-bottom: var(--space-2);
    }
    .ls-post-custom.ls-agency-award .ls-example__text {
      font-size: var(--text-base);
      font-weight: 700;
      color: var(--white-84);
      line-height: 1.7;
    }

    
    .ls-post-custom.ls-agency-award .ls-prize {
      position: relative;
      background: linear-gradient(135deg, #1c1500 0%, #0e0d07 50%, #120e00 100%);
      border: 1px solid rgba(245,200,66,.3);
      border-radius: var(--radius-xl);
      padding: var(--space-8) var(--space-6);
      text-align: center;
      overflow: hidden;
      box-shadow: var(--shadow-gold-lg);
    }
    .ls-post-custom.ls-agency-award .ls-prize::before {
      content: '';
      position: absolute;
      top: -60%; left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse, rgba(245,200,66,.14), transparent 60%);
      pointer-events: none;
    }
    .ls-post-custom.ls-agency-award .ls-prize::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), var(--gold), transparent);
    }
    .ls-post-custom.ls-agency-award .ls-prize__inner { position: relative; z-index: 1; }
    .ls-post-custom.ls-agency-award .ls-prize__icon { font-size: 2.5rem; margin-bottom: var(--space-3); line-height: 1; }
    .ls-post-custom.ls-agency-award .ls-prize__head {
      font-size: var(--text-xs);
      color: var(--white-40);
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-bottom: var(--space-3);
    }
    .ls-post-custom.ls-agency-award .ls-prize__main {
      font-size: clamp(1.5rem, 1.2rem + 1.8vw, 2.2rem);
      font-weight: 900;
      line-height: 1.25;
      color: var(--white);
      margin-bottom: var(--space-4);
    }
    .ls-post-custom.ls-agency-award .ls-prize__main em { color: var(--gold); font-style: normal; }
    .ls-post-custom.ls-agency-award .ls-prize__limit {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      background: rgba(245,200,66,.12);
      border: 1px solid rgba(245,200,66,.25);
      border-radius: var(--radius-full);
      padding: .4rem 1rem;
      font-size: var(--text-xs);
      font-weight: 700;
      color: var(--gold-2);
      margin-bottom: var(--space-4);
    }
    .ls-post-custom.ls-agency-award .ls-prize__note {
      font-size: var(--text-xs);
      color: var(--white-40);
    }

    
    .ls-post-custom.ls-agency-award .ls-entry-grid { display: grid; gap: var(--space-4); }

    .ls-post-custom.ls-agency-award .ls-entry-item {
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.08);
      border-radius: var(--radius-lg);
      padding: var(--space-5);
      position: relative;
      overflow: hidden;
    }
    .ls-post-custom.ls-agency-award .ls-entry-item--alert {
      background: rgba(245,200,66,.05);
      border-color: rgba(245,200,66,.22);
    }
    .ls-post-custom.ls-agency-award .ls-entry-item__label {
      font-size: var(--text-xs);
      font-weight: 800;
      letter-spacing: .08em;
      color: var(--gold-deep);
      text-transform: uppercase;
      margin-bottom: .4rem;
    }
    .ls-post-custom.ls-agency-award .ls-entry-item--alert .ls-entry-item__label { color: var(--gold); }
    .ls-post-custom.ls-agency-award .ls-entry-item__date {
      font-size: var(--text-lg);
      font-weight: 900;
      color: var(--white);
      line-height: 1.3;
      margin-bottom: .4rem;
    }
    .ls-post-custom.ls-agency-award .ls-entry-item__desc {
      font-size: var(--text-xs);
      color: var(--white-40);
      line-height: 1.7;
    }

    .ls-post-custom.ls-agency-award .ls-form-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--space-2);
      width: 100%;
      min-height: 56px;
      margin-top: var(--space-5);
      padding: 1rem 1.6rem;
      border-radius: var(--radius-full);
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
      color: var(--black);
      font-size: var(--text-base);
      font-weight: 900;
      border: none;
      cursor: pointer;
      box-shadow: var(--shadow-gold-lg);
      transition: transform .18s ease, box-shadow .18s ease;
      text-decoration: none;
      white-space: nowrap;
    }
    .ls-post-custom.ls-agency-award .ls-form-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(245,200,66,.4);
    }
    .ls-post-custom.ls-agency-award .ls-form-btn:active { transform: translateY(0); }

    
    .ls-post-custom.ls-agency-award .ls-notes { list-style: none; display: grid; gap: var(--space-3); }
    .ls-post-custom.ls-agency-award .ls-notes li {
      position: relative;
      padding-left: 1.3rem;
      font-size: var(--text-sm);
      color: var(--white-40);
      line-height: 1.75;
    }
    .ls-post-custom.ls-agency-award .ls-notes li::before {
      content: '※';
      position: absolute;
      left: 0; top: 0;
      color: rgba(245,200,66,.4);
      font-weight: 700;
    }
    .ls-post-custom.ls-agency-award .ls-guide-link {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      margin-top: var(--space-5);
      font-size: var(--text-sm);
      font-weight: 700;
      color: var(--gold);
      text-decoration: underline;
      text-underline-offset: .2em;
      opacity: .85;
      transition: opacity .18s;
    }
    .ls-post-custom.ls-agency-award .ls-guide-link:hover { opacity: 1; }

    
    .ls-post-custom.ls-agency-award .ls-cta {
      position: relative;
      overflow: hidden;
      background: linear-gradient(145deg, #1c1500 0%, #0d0c06 50%, #181200 100%);
      border: 1px solid rgba(245,200,66,.28);
      border-radius: var(--radius-2xl);
      padding: var(--space-10) var(--space-6);
      text-align: center;
      box-shadow: var(--shadow-gold-lg), var(--shadow-dark-lg);
    }
    .ls-post-custom.ls-agency-award .ls-cta::before {
      content: '';
      position: absolute;
      top: -50%; left: 50%;
      transform: translateX(-50%);
      width: 80%;
      height: 100%;
      background: radial-gradient(ellipse, rgba(245,200,66,.12), transparent 60%);
      pointer-events: none;
    }
    .ls-post-custom.ls-agency-award .ls-cta::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), var(--gold), transparent);
    }
    .ls-post-custom.ls-agency-award .ls-cta__inner { position: relative; z-index: 1; }
    .ls-post-custom.ls-agency-award .ls-cta__trophy { font-size: 3rem; line-height: 1; margin-bottom: var(--space-4); }
    .ls-post-custom.ls-agency-award .ls-cta__title {
      font-size: var(--text-lg);
      font-weight: 900;
      color: var(--white);
      line-height: 1.35;
      margin-bottom: var(--space-3);
    }
    .ls-post-custom.ls-agency-award .ls-cta__title em { color: var(--gold); font-style: normal; }
    .ls-post-custom.ls-agency-award .ls-cta__text {
      font-size: var(--text-sm);
      color: var(--white-40);
      margin-bottom: var(--space-6);
      max-width: 36ch;
      margin-inline: auto;
    }

    
    @media (min-width: 768px) {
      .ls-post-custom.ls-agency-award.ls-page { padding-top: var(--space-8); }
      .ls-post-custom.ls-agency-award .ls-countdown__inner { flex-direction: row; align-items: center; justify-content: space-between; }
      .ls-post-custom.ls-agency-award .ls-countdown__copy { flex: 0 0 260px; }
      .ls-post-custom.ls-agency-award .ls-cd-grid { width: min(100%, 400px); }
      .ls-post-custom.ls-agency-award .ls-hero { padding: var(--space-12) var(--space-10); }
      .ls-post-custom.ls-agency-award .ls-card { padding: var(--space-8); }
      .ls-post-custom.ls-agency-award .ls-rule-grid { grid-template-columns: 1fr 1fr; }
    

    
    }
    @media (max-width: 767px) {
      .ls-post-custom.ls-agency-award.ls-page { width: min(100% - 24px, 920px); }
      .ls-post-custom.ls-agency-award .ls-hero__main-title {
        font-size: clamp(1.25rem, 5vw, 1.5rem);
      }
      .ls-post-custom.ls-agency-award .ls-hero__main-title .line1,

      .ls-post-custom.ls-agency-award .ls-hero__main-title .line2,

      .ls-post-custom.ls-agency-award .ls-hero__main-title .line3 {
        white-space: nowrap;
      }
      .ls-post-custom.ls-agency-award .ls-form-btn {
        font-size: var(--text-sm);
        padding: .875rem 1.2rem;
      }
    
    }
    @media (prefers-reduced-motion: reduce) {
      .ls-post-custom.ls-agency-award, .ls-post-custom.ls-agency-award *,

      .ls-post-custom.ls-agency-award *::before,

      .ls-post-custom.ls-agency-award *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    
    }

.ls-post-custom.ls-agency-award .ls-card--entry {
  margin-top: var(--space-5);
}
.ls-post-custom.ls-agency-award .ls-form-btn--centered {
  max-width: 360px;
  margin-inline: auto;
}

