/* ============================================================
   STAER MAGAZINE (per-pagina, HEAD) - Public CSS
   ------------------------------------------------------------
   Incarcat DOAR pe rutele /magazine-mobila* din _Root.Head.cshtml.
   ============================================================ */

/* ===== START: Staer.Plugin.Misc.Magazine ===== */
/*
   Magazine Mobila Staer — pagina /magazine-mobila-staer (List) si /magazin-mobila-{slug}
   (Detail) cu 11 campuri vendor (Orar/Telefon/Maps/Mess/etc). Tot CSS-ul e static, fara
   interpolari Model. JS filtrare live (input #myMagazin) traieste in staer-plugins.js
   section Staer.Plugin.Misc.Magazine.
*/

/* --- List.cshtml (pagina /magazine-mobila-staer) --- */
.staer-mag-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 20px; }
.staer-mag-card { background: #f5f8ff; border: 1px solid #e3eaf7; border-radius: 8px; padding: 14px; }
.staer-mag-card h2 { margin: 0 0 4px; font-size: 20px; text-align: center; }
.staer-mag-card h2 a { color: #1a52a1; }
.staer-mag-card .staer-mag-tip { display: block; text-align: center; font-style: italic; color: #666; font-size: 13px; margin-bottom: 10px; }
.staer-mag-card .staer-mag-row { margin: 10px 0; }
.staer-mag-card .staer-mag-label { font-weight: bold; color: #222; margin: 8px 0 2px; }
.staer-mag-card .staer-mag-label a { color: #1a52a1; }
.staer-mag-card .staer-mag-value { color: #333; }
.staer-mag-card .staer-mag-value a { color: #1a52a1; }
/* Wrapper Messenger/WhatsApp — styling-ul (font staer + icon) vine din styles.css StaerV2 (.staer-mag-shops-actions). */
.staer-mag-card .staer-mag-shops-actions { display: flex; gap: 24px; margin-top: 8px; flex-wrap: wrap; align-items: flex-start; }
.staer-mag-card .staer-mag-picture { margin-top: 12px; }
.staer-mag-card .staer-mag-picture img { width: 100%; height: auto; border-radius: 6px; }
#myMagazin { width: 100%; max-width: 400px; padding: 8px 12px; border: 1px solid #ccc; border-radius: 20px; margin: 10px auto; display: block; }

/* --- Detail.cshtml (pagina /magazin-mobila-{slug}) --- */
.staer-mag-detail .staer-mag-title { text-align: center; margin: 10px 0 4px; color: #1a52a1; }
.staer-mag-detail .staer-mag-tip { display: block; text-align: center; font-style: italic; color: #666; font-size: 14px; margin-bottom: 16px; }
.staer-mag-detail .staer-mag-cols { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 1100px) { .staer-mag-detail .staer-mag-cols { grid-template-columns: 1fr 1fr; } .staer-mag-detail .staer-mag-extra { grid-column: 1 / -1; } }
@media (max-width: 700px) { .staer-mag-detail .staer-mag-cols { grid-template-columns: 1fr; } .staer-mag-detail .staer-mag-extra { grid-column: auto; } }
.staer-mag-detail .staer-mag-info { background: #f5f8ff; border: 1px solid #e3eaf7; border-radius: 8px; padding: 18px; }
.staer-mag-detail .staer-mag-map { background: #fff; border: 1px solid #e3eaf7; border-radius: 8px; padding: 8px; }
.staer-mag-detail .staer-mag-map iframe { width: 100%; height: 450px; border: 0; border-radius: 6px; display: block; }
.staer-mag-detail .staer-mag-extra { background: #f5f8ff; border: 1px solid #e3eaf7; border-radius: 8px; padding: 18px; margin-top: 0; padding-top: 18px; border-top: 1px solid #e3eaf7; }
.staer-mag-detail .staer-mag-row { margin: 12px 0; }
.staer-mag-detail .staer-mag-label { font-weight: bold; color: #222; margin: 0 0 3px; }
.staer-mag-detail .staer-mag-label a { color: #1a52a1; }
.staer-mag-detail .staer-mag-value { color: #333; line-height: 1.4; }
.staer-mag-detail .staer-mag-value a { color: #1a52a1; }
.staer-mag-detail .staer-mag-chip-msg { color: aqua !important; background: #262f7d; border-radius: 10px; padding: 2px 8px; text-decoration: none; }
.staer-mag-detail .staer-mag-chip-wa { color: #7fff00 !important; background: #262f7d; border-radius: 10px; padding: 2px 8px; text-decoration: none; }
.staer-mag-detail .staer-mag-extra .staer-mag-row { margin: 10px 0; }
.staer-mag-detail .staer-mag-products-title { text-align: center; color: #1a52a1; margin: 24px 0 8px; }
/* ===== END: Staer.Plugin.Misc.Magazine ===== */
