#bsp-popup-bg { display:none; position:fixed; inset:0; z-index:2000; background:rgba(0,0,0,0.3); backdrop-filter:blur(6px); align-items:center; justify-content:center; }
#bsp-popup { background:#fff; width:470px; max-width:97vw; border-radius:22px; margin:auto; box-shadow:0 8px 32px rgba(0,0,0,.17); padding:25px 23px 23px 23px; position:relative;}
.bsp-popup-header { position:relative; text-align:center; margin-bottom:6px; }
.popup-logo {display:inline-block; width:auto; height:38px; margin:2px auto;}
#bsp-close.bsp-close-top {position:absolute;top:14px;right:14px;width:30px;height:30px;font-size:1.2em;background:#181818;border:none;color:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #d7d7d7;display:flex;align-items:center;justify-content:center;z-index:15;padding:0;line-height:1;}
#bsp-close.bsp-close-top:hover { background:#c82333; }
.bsp-search-row {position:relative;display:flex;align-items:center;margin-bottom:18px;}
#bsp-search {flex: 1 1 auto;display:block;width:100%;border-radius:18px;padding:12px 48px 12px 16px;font-size:1.07em;border:1px solid #eaeaea;background:#fafbfb;outline:none;}
#bsp-send-btn.bsp-send-arrow { position: absolute; right:10px; top:50%; transform:translateY(-50%); width:32px; height:32px; border:none; border-radius:50%; background:#ffe07d; color:#222; display:flex;align-items:center;justify-content:center; cursor:pointer; transition:background .16s; box-shadow: 0 1px 6px #ffe084;}
#bsp-send-btn.bsp-send-arrow:hover { background:#ffd700; }
#bsp-send-btn svg{display:block;}
.bsp-heading {text-align:center;font-size:1.22em;color:#291d04;font-family:"Mukti","Devanagari",sans-serif;font-weight:600;letter-spacing:.5px;margin:12px 0 7px 0;}
.bsp-slider {margin-bottom:13px;}
.bsp-card {background:#fffdfb;border-radius:13px;box-shadow:0 2px 6px #e9e9e9;min-width:190px;max-width:196px;width:196px;height:155px;display:flex;flex-direction:column;overflow:hidden;margin:8px 7px;transition:.16s;}
.bsp-card img {width:100%;height:61px;object-fit:cover;border-radius:13px 13px 0 0;}
.bsp-info {padding:10px;}
.bsp-card a {font-weight:600;text-decoration:none;color:#16202d;}
.bsp-card h4 {font-size:1.05em;margin:3px 0 3px 0;text-align:left;}
.bsp-card p {font-size:0.95em;color:#555;margin:0;}
.video-block {margin-top:4px;}
#bsp-empty.bsp-center {text-align:center;margin:28px 0;}
.popup-illu {width:94px;margin:auto;}
#posts-list-section, #videos-list-section {margin-bottom:0;}
#bsp-bot-button {
    position: fixed; bottom: 32px; right: 32px; z-index: 1100;
    width: 64px; height: 64px; background: #222;
    border-radius: 50%; box-shadow: 0 4px 24px rgba(0,0,0,0.16);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: box-shadow 0.18s, background 0.18s;
    border: 3px solid #fff;
}
#bsp-bot-button:hover { background: #444; box-shadow: 0 8px 30px #ffe084; }
#bsp-bot-button img { width: 38px; height: 38px; display:block; }
@media(max-width:600px){
    #bsp-popup{max-width:99vw;padding:8vw 2vw;}
    .bsp-card{max-width:94vw;width:94vw;height:148px;}
    #bsp-bot-button { width: 50px; height: 50px;}
    #bsp-bot-button img { width: 30px; height: 30px;}
}
