/* welcome.css - welcome/islamic style buttons - split from index.html */

        /* Welcome style buttons */
        .wl-style-btn { flex: 1; min-width: 120px; background: rgba(15,15,15,0.8); border: 1.5px solid var(--red-border); border-radius: 12px; padding: 14px 16px; cursor: pointer; transition: all 0.3s; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
        .wl-style-btn i { font-size: 22px; color: var(--red); }
        .wl-style-btn span:first-of-type { font-size: 14px; font-weight: 700; color: white; }
        .wl-style-btn .wl-style-desc { font-size: 11px; color: #888; }
        .wl-style-btn:hover { border-color: var(--red); background: rgba(122,0,0,0.1); }
        .wl-style-btn.active { border-color: var(--red); background: rgba(122,0,0,0.15); box-shadow: 0 0 15px rgba(122,0,0,0.28); }

        /* Islamic style buttons */
        .isl-style-btn { flex: 1; min-width: 110px; background: rgba(15,15,15,0.8); border: 1.5px solid var(--red-border); border-radius: 12px; padding: 12px 14px; cursor: pointer; transition: all 0.3s; display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
        .isl-style-btn i { font-size: 20px; color: #7a0000; }
        .isl-style-btn span:first-of-type { font-size: 13px; font-weight: 700; color: white; }
        .isl-style-btn .isl-style-desc { font-size: 11px; color: #888; }
        .isl-style-btn:hover { border-color: #7a0000; background: rgba(122,0,0,0.12); }
        .isl-style-btn.active { border-color: #7a0000; background: rgba(122,0,0,0.15); box-shadow: 0 0 12px rgba(122,0,0,0.28); }
        .isl-img-preview { margin-top: 10px; width: 100%; border-radius: 10px; border: 1px solid rgba(122,0,0,0.28); overflow: hidden; background: rgba(0,0,0,0.4); }
        .isl-img-preview img { width: 100%; max-height: 180px; object-fit: cover; display: none; border-radius: 8px; }
        .isl-img-placeholder { text-align: center; padding: 20px; color: #444; font-size: 12px; }
