/* AL Shop Online — Brand origin module v8 */
.alshop-country-select + .dropdown-toggle,
.alshop-country-select.bootstrap-select > .dropdown-toggle{
    min-height:44px;
    border-radius:8px;
}
.bootstrap-select.alshop-country-select .filter-option-inner-inner{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.alshop-origin-flag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    font-size:18px;
    line-height:1;
    filter:saturate(.96);
}
.alshop-origin-admin-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    max-width:170px;
    padding:6px 9px;
    border:1px solid #e7e9ee;
    border-radius:999px;
    background:#f8f9fb;
    color:#303641;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.alshop-origin-admin-badge > span:last-child{
    overflow:hidden;
    text-overflow:ellipsis;
}

.agm-brand-origin-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    width:max-content;
    max-width:100%;
    margin-top:7px;
    padding:5px 9px;
    border:1px solid #eceef2;
    border-radius:8px;
    background:#fafbfc;
    color:#4a5260;
    font-size:12px;
    line-height:1.2;
}
.agm-brand-origin-label{
    color:#747b87;
}
.agm-brand-origin-flag{
    display:inline-flex;
    align-items:center;
    font-size:18px;
    line-height:1;
}
.agm-brand-origin-name{
    color:#20252e;
    font-weight:700;
}

.alshop-brand-card-origin{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    max-width:100%;
    margin:0 auto 12px;
    padding:5px 9px;
    border:1px solid #edf0f3;
    border-radius:999px;
    background:#fafbfc;
    color:#5c6470;
    font-size:11px;
    font-weight:600;
    line-height:1;
    white-space:nowrap;
}
.alshop-brand-card-origin .alshop-origin-flag{
    font-size:16px;
}

.alshop-brand-page-origin{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border:1px solid #eceef2;
    border-radius:999px;
    background:#fff;
    color:#666e7a;
    font-size:12px;
    line-height:1;
    box-shadow:0 3px 10px rgba(28,35,48,.04);
}
.alshop-brand-page-origin strong{
    color:#252a33;
}

@media (max-width: 767.98px){
    .agm-brand-origin-row{
        width:100%;
        border-radius:7px;
    }
    .alshop-brand-card-origin{
        font-size:10px;
        padding:5px 7px;
    }
}

.alshop-country-option{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-width:0;
}
.alshop-country-option-flag,
.alshop-origin-flag-img{
    display:inline-block;
    width:22px;
    height:15px;
    object-fit:cover;
    border-radius:2px;
    box-shadow:0 0 0 1px rgba(20,28,40,.12);
    vertical-align:middle;
    flex:0 0 auto;
}
.alshop-country-option-emoji,
.alshop-origin-flag-fallback{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    min-width:22px;
    font-size:18px;
    line-height:1;
    vertical-align:middle;
}
.agm-brand-origin-flag.alshop-origin-flag-img{
    width:22px;
    height:15px;
}
