.store-region { min-width:0; max-width:100%; }
.store-region select { max-width:100%; min-height:32px; padding:4px 24px 4px 0; border:0; background:transparent; color:inherit; font:inherit; cursor:pointer; }
.store-region select option { color:#172638; background:#fff; }
.store-region select:disabled { opacity:1; cursor:default; }
.store-region--mobile { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:18px; color:#244764; }
.store-region--mobile select { min-width:0; flex:1; border:1px solid #dbe5ee; border-radius:12px; padding:10px; }
.seo-collections-panel { margin:0 0 24px; border:1px solid #dbe5ee; border-radius:16px; padding:14px 18px; }
.seo-collections-panel summary { cursor:pointer; font-weight:600; }
.seo-collections { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; max-height:240px; overflow:auto; }
.seo-collections a { display:block; max-width:100%; border-radius:18px; padding:8px 12px; background:#eff4fb; color:#244764; text-decoration:none; font-size:14px; overflow-wrap:anywhere; }
.seo-collections a:hover { background:#dfeafa; }
@media(max-width:767px) { .store-region select { font-size:16px; } .seo-collections-panel { padding:12px; } }
