.official-sync-v2090-panel{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:16px 18px;margin:0 0 18px;border:1px solid #dbe7ec;border-radius:18px;
  background:linear-gradient(135deg,#f7fbfc,#fff);box-shadow:0 10px 30px rgba(15,45,70,.05)
}
.official-sync-v2090-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.official-sync-v2090-copy b{display:flex;align-items:center;gap:7px;color:#0b3659;font-size:15px}
.official-sync-v2090-copy span{color:#6e8193;font-size:12.5px;line-height:1.7}
.official-sync-v2090-panel svg{width:17px;height:17px;flex:none}
.official-sync-v2090-button{display:flex!important;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
.official-sync-v2090-button.is-loading{opacity:.6;pointer-events:none}
.taxonomy-children small[hidden]{display:none!important}
.taxonomy-children > div > span:empty{display:none!important}
@media(max-width:640px){
  .official-sync-v2090-panel{align-items:stretch;flex-direction:column;padding:14px}
  .official-sync-v2090-button{width:100%}
}
