/* Qanoun V9.6 — simple publication country metadata */
.publication-country-chip-v96,
.publication-country-badge-v96,
.country-filter-chip-v96{
    display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;font-weight:800;
}
.publication-country-chip-v96{
    padding:.22rem .55rem;background:#eef4f7;border:1px solid #dbe6eb;color:#173548;
}
.publication-country-badge-v96{
    padding:.45rem .72rem;background:#eef5f8!important;border:1px solid #d7e3e8!important;color:#102f43!important;
}
.author-country-filter-v96{
    min-width:210px;display:flex;align-items:center;gap:.65rem;padding:.52rem .7rem;border:1px solid rgba(11,38,61,.10);
    border-radius:15px;background:#f7fafb;
}
.author-country-filter-v96 label{margin:0;white-space:nowrap;font-size:.82rem;font-weight:800;color:#18384b}
.author-country-filter-v96 .form-select{min-width:150px;border:0;background-color:transparent;box-shadow:none;font-weight:700;color:#122d3d;padding-top:.42rem;padding-bottom:.42rem}
.author-publication-search-v95{display:flex;align-items:stretch;gap:.7rem;flex-wrap:wrap}
.author-publication-search-v95 .author-publication-search-field-v95{flex:1 1 330px}
.author-publication-search-v95 .author-publication-search-btn-v95{flex:0 0 auto}

[data-bs-theme="dark"] .publication-country-chip-v96{
    background:#173342;border-color:#2a4b5a;color:#f4f8fa!important;
}
[data-bs-theme="dark"] .publication-country-badge-v96{
    background:#183846!important;border-color:#31515e!important;color:#f4f8fa!important;
}
[data-bs-theme="dark"] .author-country-filter-v96{
    background:#102832;border-color:#294652;
}
[data-bs-theme="dark"] .author-country-filter-v96 label,
[data-bs-theme="dark"] .author-country-filter-v96 .form-select{color:#f3f7f9!important;-webkit-text-fill-color:#f3f7f9}
[data-bs-theme="dark"] .author-country-filter-v96 .form-select option{background:#102832;color:#f3f7f9}
[data-bs-theme="dark"] .country-filter-chip-v96{color:#f7fbfd!important}

@media (max-width:767.98px){
    .author-country-filter-v96{width:100%;min-width:0;justify-content:space-between}
    .author-country-filter-v96 .form-select{flex:1;min-width:0}
    .author-publication-search-v95 .author-publication-search-btn-v95{width:100%;justify-content:center}
}
