.business-advertising-intro { margin-bottom: 22px; }
.business-advertising-intro h1 { margin-bottom: 18px; }
.business-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:24px; }
.business-benefit-grid article { padding:18px; border:1px solid var(--line); border-radius:18px; background:var(--surface-soft); }
.business-benefit-grid strong { display:block; margin-bottom:6px; }
.business-benefit-grid span { color:var(--muted); line-height:1.5; }
.business-form-card { margin-top:22px; }
.optional { color:var(--muted); font-weight:600; font-size:.82rem; }
.business-disclosure { border:1px solid var(--line); border-radius:16px; padding:16px; background:#fffdfa; }
.business-disclosure p { margin:10px 0 0; font-size:.9rem; }
.business-consent span { border-radius:14px; }

.featured-business-section { padding:18px 0 52px; }
.featured-business-section.hidden { display:none; }
.sponsored-grid,.restaurant-grid,.promotion-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sponsored-card,.restaurant-card,.promotion-card { border:1px solid var(--line); border-radius:18px; background:#fffdfa; overflow:hidden; display:flex; flex-direction:column; min-height:100%; }
.sponsored-card img { width:100%; aspect-ratio:16/9; object-fit:cover; background:var(--surface-soft); }
.sponsored-card-body,.restaurant-card,.promotion-card { padding:18px; }
.sponsored-label { display:inline-flex; align-items:center; gap:6px; width:max-content; padding:6px 9px; border-radius:999px; background:#fff0d8; color:#7f5700; border:1px solid #ecd19b; font-size:.76rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.sponsored-card h3,.restaurant-card h3,.promotion-card h3 { margin:10px 0 8px; font-size:1.18rem; }
.sponsored-card p,.restaurant-card p,.promotion-card p { color:var(--muted); line-height:1.55; margin:0 0 8px; }
.sponsored-card .actions-row,.restaurant-card .actions-row,.promotion-card .actions-row { margin-top:auto; padding-top:10px; }

.food-local-panel { margin-top:20px; border:1px solid rgba(185,56,92,.22); border-radius:20px; background:linear-gradient(145deg,#fff7f3,#fff); padding:20px; }
.food-local-panel h3 { margin:5px 0 6px; }
.food-local-panel > p { margin:0 0 16px; color:var(--muted); }
.food-local-controls { display:grid; grid-template-columns:1fr 180px auto; gap:12px; align-items:end; }
.food-local-results { margin-top:18px; }
.restaurant-meta { display:flex; flex-wrap:wrap; gap:7px; margin:10px 0; }
.restaurant-meta span { padding:6px 9px; border:1px solid var(--line); border-radius:999px; font-size:.8rem; font-weight:750; color:var(--muted); background:white; }
.promotion-grid { margin-top:18px; }
.promotion-card { border-color:#e7c790; background:#fffaf0; }
.promotion-code { display:inline-flex; padding:7px 10px; border:1px dashed #b9872d; border-radius:10px; font-weight:850; background:white; }

.business-admin-table td { min-width:120px; }
.business-admin-table .description-cell { min-width:260px; white-space:normal; }
.business-admin-controls { display:grid; gap:8px; min-width:170px; }
.business-admin-controls select,.business-admin-controls input { width:100%; border:1px solid var(--line); border-radius:9px; padding:8px; background:white; }

@media (max-width:900px) {
  .business-benefit-grid,.sponsored-grid,.restaurant-grid,.promotion-grid { grid-template-columns:1fr 1fr; }
  .food-local-controls { grid-template-columns:1fr 1fr; }
  .food-local-controls .btn { grid-column:1/-1; }
}
@media (max-width:640px) {
  .business-benefit-grid,.sponsored-grid,.restaurant-grid,.promotion-grid,.food-local-controls { grid-template-columns:1fr; }
  .food-local-controls .btn { grid-column:auto; }
}
