/* photo.am admin — light styling on top of Bootstrap */
body { background: #f6f7f9; }
.navbar-brand { font-weight: 700; letter-spacing: .02em; }
.btn-link.nav-link { border: 0; background: none; }

.card-thumb { width: 120px; height: 120px; object-fit: cover; border-radius: 6px; background:#eee; }
.thumb-sm { width: 84px; height: 84px; object-fit: cover; border-radius: 6px; background:#eee; }

.repeat-row { position: relative; }
.slot-badge { font-size: .75rem; }

.artist-row td { vertical-align: middle; }
.help { color: #6b7280; font-size: .85rem; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.login-wrap { max-width: 380px; margin: 8vh auto; }
