/*
 * File: base.css
 * Version: mmdb-0.8.18-claude
 * Munich Musicians DB - Base Layout Styles
 * Core layout components and basic styling
 */

.imm-wrap{max-width:980px;margin:0 auto}
.imm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.imm-grid .full{grid-column:1 / -1}
.notice{margin:.4rem 0;padding:.6rem .8rem;border-radius:8px}
.notice.ok{background:#e6ffed;border:1px solid #a6f3b7}
.notice.err{background:#ffecec;border:1px solid #ffb3b3}
.readonly{background:#f8f8f8}
.small{font-size:.9rem;color:#444}

/* WordPress Twenty Twenty-Five Font System */
* {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}