/* === МЕТАБОКС (админка) === */
.bp-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.bp-row input[type="text"]{flex:1}
.bp-num{min-width:28px;height:28px;line-height:28px;text-align:center;background:#0073aa;color:#fff;border-radius:50%;font-weight:bold;font-size:13px}
.bp-add{margin-top:10px}
.bp-hint{margin-top:12px;color:#666;font-size:13px}

/* Кнопка переключения ссылки */
.bp-toggle-link{min-width:60px !important;font-size:12px !important}
.bp-toggle-link.bp-active{background:#0073aa !important;color:#fff !important;border-color:#0073aa !important}

/* === ССЫЛКИ В ТЕКСТЕ (сайт) === */
.bp-link{color:#0073aa;border-bottom:1px dashed #0073aa;cursor:pointer;font-weight:bold;padding:0 3px;transition:background .2s}
.bp-link:hover{background:#e7f3ff;border-radius:3px}

/* === POPUP (сайт) === */
.bp-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:99999;display:none;align-items:center;justify-content:center}
.bp-popup-box{background:#fff;padding:25px 30px;border-radius:8px;max-width:550px;width:90%;position:relative;box-shadow:0 5px 30px rgba(0,0,0,.3)}
.bp-popup-close{position:absolute;top:8px;right:15px;font-size:28px;cursor:pointer;color:#999;line-height:1}
.bp-popup-close:hover{color:#333}
.bp-popup-text{font-size:17px;line-height:1.6;}
.bp-popup-text b{color:#0073aa;margin-right:8px}


/* Кнопка вставки сноски */
.bp-insert-cite{font-family:monospace !important;font-weight:bold !important;min-width:36px !important;color:#0073aa !important;border-color:#0073aa !important;background:#f0f8ff !important}
.bp-insert-cite:hover{background:#0073aa !important;color:#fff !important}


/* === БИБЛИОГРАФИЯ В КОНЦЕ СТАТЬИ === */
.bp-bib{margin-top:40px;padding-top:25px;border-top:2px solid #eee}
.bp-bib h3{margin-bottom:15px;font-size:22px}
.bp-bib ol{padding-left:30px;margin:0}
.bp-bib li{margin-bottom:12px;line-height:1.6}
.bp-bib li a{color:#0073aa;text-decoration:underline;word-break:break-all}
.bp-bib li a:hover{color:#005177}

/* Адаптивность */
@media(max-width:600px){
    .bp-popup-box{padding:20px;width:95%}
    .bp-popup-text{font-size:14px}
    .bp-row{flex-wrap:wrap}
    .bp-row input[type="text"]{width:100%;order:-1}
}