.ys-promotions-section{margin:28px 0}
.ys-promotions-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.ys-promotions-header h2{margin:0}
.ys-promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.ys-promotion-card{background:#151a17;border:1px solid #2b352f;border-radius:14px;padding:18px;color:#f4f7f5}
.ys-promotion-card h3{margin:10px 0 6px;font-size:1.12rem;line-height:1.35}
.ys-promotion-card p{margin:8px 0}
.ys-promotion-meta{display:flex;flex-wrap:wrap;gap:8px;color:#71e39a;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.ys-promotion-yard{font-weight:750}
.ys-promotion-date{color:#d7e2db;font-size:.9rem}
.ys-promotion-link{display:inline-block;margin-top:8px;color:#71e39a;font-weight:750}
.ys-promotions-empty{border:1px dashed #526158;border-radius:12px;padding:18px;color:#b5c1ba;background:#101512}
.ys-promotions-note{color:#b5c1ba;font-size:.9rem}
@media(max-width:640px){.ys-promotions-header{display:block}.ys-promotions-header a{display:inline-block;margin-top:10px}}
