[data-content-pending] { margin: 0; padding: 12px 20px; color: #53595d; background: #fff4d6; font-size: 13px; font-weight: 700; text-align: center; }
[data-content-gallery-section][hidden], [data-featured-promotion][hidden], [data-specials-empty][hidden] { display: none; }
[data-featured-promotion] { padding: 0 38px 34px; background: var(--white); }
.content-promotion-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 360px); gap: 24px; align-items: center; padding: 24px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--red); }
.content-promotion-card img { width: 100%; max-height: 220px; object-fit: cover; border-radius: 3px; }
.content-promotion-card h2 { margin: 0; font: clamp(34px, 4vw, 54px)/.95 var(--display); text-transform: uppercase; }
.content-promotion-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.5; }
.content-promotion-card .action { display: inline-flex; margin-top: 18px; }
.content-promotion-details, .content-promotion-terms, .content-promotion-end { font-size: 13px; }
.content-promotion-link { display: inline-flex; color: var(--red); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
[data-content-gallery] .gallery-item img { object-position: center; }
[data-content-service] img.has-managed-content, [data-content-slot] img.has-managed-content { object-fit: cover; }
[data-specials-list] { display: grid; gap: 18px; max-width: 900px; margin-top: 34px; }
[data-specials-list] .content-promotion-card { grid-template-columns: minmax(0, 1fr) minmax(180px, 280px); }
.content-specials-empty { padding: 24px; border: 1px solid #cfd2d1; background: #fff; color: #53595d; }
@media (max-width: 700px) {
  [data-featured-promotion] { padding-inline: 16px; }
  .content-promotion-card, [data-specials-list] .content-promotion-card { grid-template-columns: 1fr; padding: 18px; }
}
