.efactura-accounts-list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.efactura-account-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;transition:border-color 120ms ease,box-shadow 120ms ease,transform 120ms ease}.efactura-account-item:hover{border-color:rgba(0,0,0,.14);box-shadow:0 1px 6px rgba(0,0,0,.06)}.efactura-account-item.is-active{border-color:rgba(0,0,0,.18);box-shadow:0 2px 10px rgba(0,0,0,.08)}.efactura-account-info{min-width:0;display:flex;flex-direction:column;gap:4px}.efactura-account-info strong{font-size:14px;line-height:1.25;font-weight:600;color:#1d2327;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}.efactura-account-info .efactura-account-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;line-height:1.3;color:#50575e}.efactura-account-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;font-size:12px;line-height:1.6;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}.efactura-account-pill.is-muted{color:#50575e}.efactura-account-pill.is-state{text-transform:none}.badge-active{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;line-height:1.4;font-weight:600;color:#0a3d0a;background:rgba(0,128,0,.1);border:1px solid rgba(0,128,0,.18)}.efactura-accounts-actions{display:flex;align-items:center;gap:8px}.efactura-accounts-footer{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.efactura-accounts-footer .efactura-footer-hint{font-size:12px;color:#50575e;margin:0}@media(max-width: 520px){.efactura-account-item{align-items:flex-start;flex-direction:column}.efactura-accounts-actions{width:100%;justify-content:flex-end}.efactura-account-info strong{max-width:100%}}.ef-switch-button{display:inline-flex;align-items:center;gap:8px;padding:6px 14px !important;border-radius:999px;border:1px solid #ccd0d4;background:#fff;color:#1d2327;font-weight:500;font-size:13px;cursor:pointer;transition:all .2s ease}.ef-switch-button .dashicon{font-size:16px;width:16px;height:16px}.ef-switch-button:hover{background:#f6f7f7;border-color:#8c8f94}.ef-switch-button:active{background:#e2e4e7}.ef-switch-button:focus{box-shadow:0 0 0 2px rgba(0,115,170,.3);outline:none}.ef-switch-button--active{background:#f0f6fc;border-color:#2271b1;color:#2271b1}#efactura-account-switch{display:inline-flex;align-items:center;min-height:36px}#efactura-account-switch .ef-switch-skeleton{width:150px;height:36px;border-radius:999px;position:relative;overflow:hidden;background:#e5e5e5}#efactura-account-switch .ef-switch-skeleton::after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);animation:ef-shimmer 1.2s infinite}@keyframes ef-shimmer{100%{transform:translateX(300px)}}
