

        /* SEARCH BAR */
        .search-container { padding: 10px 15px; }
        .search-box { position: relative; width: 100%; }
        .search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-size: 14px; color: #888; }
        #searchInput {
            width: 100%; padding: 12px 12px 12px 40px; border-radius: 8px;
            border: 1px solid var(--accent-blue); background: #dddddd;
            color: #000; font-size: 14px; outline: none; box-sizing: border-box;
        }

        /* GRID */
        .promo-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .promo-item { background: #11111182; border: 1px solid #2f79ff; border-radius: 10px; overflow: hidden; }
        .promo-header { padding: 20px; text-align: center; }
        .logo-pasaran { width: 140px; border-radius: 8px; margin-bottom: 10px; }
        .title-text { font-size: 14px; font-weight: bold; margin-bottom: 15px; line-height: 1.4; }
        .title-text span { color: #888; font-size: 11px; }

        .btn-view { 
            background: var(--btn-blue); color: #000; border: none; padding: 10px 20px; 
            border-radius: 5px; font-weight: bold; cursor: pointer; width: 80%; font-size: 13px;
        }

        /* CONTENT PREDIKSI */
        .content-prediksi { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; background: #080808; }
        .inner-data { padding: 20px; border-top: 1px solid var(--accent-blue); text-align: center; }
        .label { font-size: 10px; color: #aaa; margin-top: 10px; font-weight: bold; }
        .angka-main { color: #00ff00; font-size: 22px; font-weight: bold; letter-spacing: 5px; }
        .result-box { color: var(--accent-gold); font-weight: bold; font-size: 13px; line-height: 1.6; }
        .shio-text { color: #fff; font-weight: bold; font-size: 15px; }

        .copyright { text-align: center; font-size: 10px; color: #fff; padding: 20px; }

        @media (max-width: 480px) {
            .logo-pasaran { width: 110px; }
            .btn-view { width: 100%; }
        }

.foto1 {
    width: 100%;
    overflow: hidden;
}

.foto1 img {
    width: 100%;
    height: auto;
}