.instagram-api-tests { margin-top: 22px; }
.api-key-admin { margin-top: 22px; }
.api-key-admin .rule-row { align-items: end; }
.api-key-admin .connection-test-row select { min-width: 190px; }
.connection-test-list { display: grid; gap: 10px; }
.connection-test-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.connection-test-row span { display: grid; }
.connection-test-row small { color: var(--muted); direction: ltr; text-align: right; }
.muted { color: var(--muted); }
.connected-account { display: flex; align-items: center; gap: 10px; }
.instagram-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 0 2px #dfe5de; background: #eef2ed; }
.instagram-avatar-fallback { display: grid; place-items: center; font-size: 25px; color: var(--green); }
