:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f3f5f8;
  font-synthesis: none;
  --navy: #172033;
  --muted: #687386;
  --line: #dfe3ea;
  --primary: #2457d6;
  --surface: #ffffff;
  --danger: #b42318;
  --shadow: 0 10px 30px rgba(21, 32, 51, 0.08);
}

.churchtools-card { max-width: 980px; }
.mapping-list { display: grid; gap: .6rem; margin: 1rem 0; }
.mapping-row { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(260px, 1.3fr); gap: 1rem; align-items: center; padding: .65rem .75rem; border: 1px solid var(--line); border-radius: .55rem; }
.export-dialog { width: min(820px, calc(100% - 2rem)); max-height: 88vh; border: 0; border-radius: 1rem; padding: 0; box-shadow: 0 24px 70px rgba(15,23,42,.25); }
.export-dialog::backdrop { background: rgba(15,23,42,.55); }
.dialog-card { padding: 1.25rem; }
.export-preview-list { max-height: 50vh; overflow: auto; display: grid; gap: .45rem; margin: 1rem 0; }
.export-preview-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem; border: 1px solid var(--line); border-left: 5px solid #16a34a; border-radius: .5rem; }
.export-preview-row small { display: block; margin-top: .2rem; color: var(--muted); }
.export-preview-row.status-missing-event, .export-preview-row.status-ambiguous-event { border-left-color: #d97706; }
.export-preview-row.status-incomplete, .export-preview-row.status-conflict { border-left-color: #dc2626; }
.status-pill { white-space: nowrap; padding: .25rem .5rem; border-radius: 999px; background: #eef2f7; font-size: .78rem; font-weight: 700; }
.suggestion-label { display: inline-block; margin-left: .35rem; padding: .15rem .4rem; border-radius: 999px; background: #eaf0ff; color: #1642a5; font-size: .68rem; vertical-align: middle; }
.button:disabled, button:disabled { cursor: not-allowed; opacity: .48; }

@media (max-width: 680px) {
  .mapping-row { grid-template-columns: 1fr; gap: .4rem; }
  .export-preview-row { align-items: flex-start; flex-direction: column; }
}

@media print {
  .export-dialog { display: none !important; }
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f3f5f8; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: clamp(1.6rem, 3vw, 2.4rem); }
h2 { margin-bottom: .3rem; }
h3 { margin-bottom: .75rem; }

.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem max(1rem, calc((100vw - 1400px) / 2));
  background: var(--navy);
  color: white;
}
.eyebrow { margin-bottom: .25rem; color: #7b8ba6; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.app-header .eyebrow { color: #aebbd1; }
.brand { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.brand-logo { width: 72px; height: 72px; object-fit: contain; flex: 0 0 auto; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; }
.user-badge { max-width: 360px; color: #d9e2f2; font-size: .78rem; text-align: right; }
.tabs {
  display: flex;
  gap: .25rem;
  padding: .75rem max(1rem, calc((100vw - 1400px) / 2));
  background: white;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.tab { padding: .7rem 1rem; border: 0; border-radius: .6rem; background: transparent; color: #4b566a; white-space: nowrap; }
.tab.active { background: #eaf0ff; color: #1642a5; font-weight: 750; }
main { max-width: 1400px; margin: 0 auto; padding: 1.5rem 1rem 4rem; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
.toolbar { display: flex; flex-wrap: wrap; align-items: end; gap: 1rem; padding: 1rem; margin-bottom: 1.2rem; }
.toolbar label { flex: 1 1 260px; }
label { display: grid; gap: .4rem; color: #4b566a; font-size: .88rem; font-weight: 650; }
input, select, textarea {
  width: 100%;
  min-height: 2.7rem;
  padding: .62rem .75rem;
  border: 1px solid #cbd2dd;
  border-radius: .55rem;
  background: white;
  color: var(--navy);
}
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(36, 87, 214, .14); border-color: var(--primary); }
.team-color-select { border-left: .55rem solid var(--selected-team-color, #cbd2dd); }
.button { min-height: 2.6rem; padding: .62rem .9rem; border: 1px solid transparent; border-radius: .55rem; font-weight: 750; }
.button.primary { background: var(--primary); color: white; }
.churchtools-button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; white-space: nowrap; }
.churchtools-button img { display: block; width: 1.35rem; height: 1.35rem; flex: 0 0 1.35rem; object-fit: contain; }
.button.secondary { background: white; color: #263247; border-color: #cbd2dd; }
.button.danger { color: var(--danger); border-color: #f0c2bd; background: #fff7f6; }
.button.ghost { margin-left: auto; }
.button:disabled, select:disabled { cursor: not-allowed; opacity: .55; }
.segmented { display: inline-flex; padding: .22rem; border-radius: .65rem; background: #eef1f5; }
.segmented button { border: 0; border-radius: .45rem; padding: .55rem .75rem; background: transparent; color: #576174; }
.segmented button.active { background: white; color: var(--navy); box-shadow: 0 2px 7px rgba(20, 30, 50, .12); }
.message { margin-bottom: 1rem; padding: .85rem 1rem; border-radius: .7rem; background: #eaf5ed; color: #176435; border: 1px solid #b8ddc3; }
.message.error { background: #fff0ef; color: #9f1d14; border-color: #f2b8b2; }
.hidden { display: none !important; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 1.35rem; }
.full-width { grid-column: 1 / -1; }
.section-heading { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin: 0 0 1rem; }
.section-heading p:last-child { margin: 0; color: var(--muted); }
.hint-box { padding: .9rem 1rem; border-radius: .7rem; color: #485873; background: #f2f5fb; font-size: .9rem; align-self: end; }
.start-assignment { padding: 1rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.choice-card { display: flex; align-items: flex-start; gap: .7rem; padding: .85rem; border: 1px solid var(--line); border-radius: .7rem; background: #fafbfc; cursor: pointer; }
.choice-card:has(input:checked) { border-color: #7e9ce9; background: #f0f4ff; box-shadow: 0 0 0 2px rgba(36, 87, 214, .08); }
.choice-card input { width: auto; min-height: auto; margin-top: .22rem; }
.choice-card span { display: grid; gap: .2rem; }
.choice-card small { color: var(--muted); font-weight: 500; line-height: 1.35; }
.manual-start-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.start-singer-fields { display: contents; }
.exceptions-block { padding-top: .6rem; border-top: 1px solid var(--line); }
.inline-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.inline-heading p { color: var(--muted); margin-bottom: .7rem; }
.exception-list { display: grid; gap: .55rem; }
.exception-row { display: grid; grid-template-columns: 190px 1fr 42px; gap: .55rem; }
.icon-button { border: 1px solid #d7dce4; border-radius: .5rem; background: white; color: #778195; font-size: 1.35rem; }
.actions { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }

.month-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.year-calendar-wrap { overflow-x: auto; padding-bottom: .5rem; }
.calendar-sheet { min-width: 220px; background: white; border: 1px solid #aeb4bd; box-shadow: var(--shadow); }
.calendar-legend { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.2rem; min-height: 3.6rem; padding: .65rem 1rem; border-bottom: 1px solid #aeb4bd; }
.calendar-legend-item { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 700; }
.calendar-columns { display: flex; align-items: stretch; }
.calendar-month-column { flex: 1 0 220px; min-width: 220px; border-right: 1px solid #8e949e; }
.calendar-month-column:last-child { border-right: 0; }
.calendar-month-column h3 { margin: 0; padding: .45rem .7rem; background: #373b42; color: white; font-size: .9rem; font-weight: 650; }
.calendar-day { display: flex; align-items: stretch; min-height: 34px; border-bottom: 1px solid #c8ccd2; background: white; overflow: hidden; }
.calendar-day:last-child { border-bottom: 0; }
.calendar-day-empty { background: #f4f5f7; }
.calendar-sunday { background: #ffe8a8; }
.calendar-special { background: #fff2d2; }
.calendar-day-number { flex: 0 0 26px; padding: .35rem .2rem .2rem .45rem; color: #2f3745; font-size: .75rem; font-weight: 650; }
.calendar-entry { display: flex; align-items: center; gap: .38rem; min-width: 0; flex: 1; padding: .2rem .3rem .2rem 0; }
.calendar-team-circle { display: inline-grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: var(--team-color); color: white; font-size: .62rem; font-weight: 850; box-shadow: 0 2px 5px rgba(30, 35, 45, .25); }
.calendar-team-circle.special { --team-color: #e2a900; }
.calendar-entry-details { display: grid; min-width: 0; line-height: 1.1; }
.calendar-entry-details strong, .calendar-entry-details small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calendar-entry-details strong { color: #252d3a; font-size: .65rem; }
.calendar-entry-details small { margin-top: .16rem; color: #5f6878; font-size: .58rem; }
.month-card { background: white; border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; box-shadow: 0 6px 18px rgba(21, 32, 51, .055); break-inside: avoid; }
.month-card h3 { margin: 0; padding: .8rem 1rem; background: #2d3440; color: white; font-size: 1rem; }
.service-card { display: grid; grid-template-columns: 60px 1fr; gap: .75rem; padding: .8rem 1rem; border-top: 1px solid #edf0f4; }
.service-card:first-of-type { border-top: 0; }
.service-date { font-size: .82rem; color: var(--muted); font-weight: 700; }
.service-content { min-width: 0; }
.team-badge { display: inline-flex; align-items: center; gap: .42rem; margin-bottom: .35rem; font-weight: 800; }
.team-dot { width: .7rem; height: .7rem; border-radius: 50%; box-shadow: 0 0 0 3px color-mix(in srgb, var(--team-color) 18%, transparent); background: var(--team-color); }
.assignment { margin: .15rem 0; font-size: .85rem; color: #4a5568; }
.assignment strong { color: #253044; }
.special-card { background: #fff9e8; }
.special-card .team-badge { color: #8a5a00; }
.print-heading { margin-bottom: 1rem; }
.print-heading h2 { margin-bottom: .2rem; }
.print-heading p { color: var(--muted); }

.table-wrap { overflow: auto; padding: .25rem; }
table { width: 100%; border-collapse: collapse; min-width: 960px; }
th, td { padding: .7rem; border-bottom: 1px solid #e7eaf0; text-align: left; vertical-align: top; }
th { position: sticky; top: 0; z-index: 1; background: #f8f9fb; color: #566174; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
td select, td input { min-height: 2.25rem; padding: .45rem .5rem; font-size: .84rem; }
.save-entry { min-height: 2.25rem; padding: .45rem .7rem; }
.locked-mark { color: #30714a; font-size: .75rem; font-weight: 750; }
.empty-state { padding: 3rem 1rem; text-align: center; color: var(--muted); }

.split-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .7fr); gap: 1.25rem; }
.team-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin-bottom: 1rem; }
.team-card { padding: 1rem; border-top: 5px solid var(--team-color); }
.team-edit-grid { display: grid; grid-template-columns: 1fr 80px 110px; gap: .55rem; align-items: end; }
.member-list { display: grid; gap: .4rem; margin: .9rem 0; }
.member-row { display: flex; align-items: center; gap: .55rem; padding: .5rem .6rem; border-radius: .55rem; background: #f5f7fa; }
.member-row span:first-child { flex: 1; font-weight: 650; }
.role-pill { padding: .18rem .42rem; border-radius: 999px; background: #e6ebf3; color: #526076; font-size: .7rem; }
.link-button { border: 0; background: transparent; color: var(--primary); font-size: .78rem; font-weight: 750; }
.compact-form { display: grid; grid-template-columns: 1fr 100px 130px auto; align-items: end; gap: .7rem; padding: 1rem; }
.compact-form h3 { grid-column: 1 / -1; }
.sticky-card { position: sticky; top: 1rem; display: grid; grid-template-columns: 1fr; }
fieldset { border: 1px solid var(--line); border-radius: .65rem; padding: .65rem .8rem; }
legend { padding: 0 .3rem; color: #4b566a; font-size: .82rem; font-weight: 700; }
.check { display: inline-flex; align-items: center; gap: .4rem; margin-right: 1rem; }
.check input { width: auto; min-height: auto; }

.rotation-card { max-width: 850px; padding: 1.25rem; }
.rotation-list { display: grid; gap: .45rem; margin-bottom: 1rem; }
.rotation-row { display: grid; grid-template-columns: 40px 1fr auto auto auto; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid var(--line); border-radius: .65rem; }
.rotation-number { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #edf1f7; font-weight: 800; }
.rotation-add { display: flex; gap: .6rem; margin: 1rem 0; }
.rotation-add select { max-width: 280px; }

.users-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .65fr); gap: 1.25rem; align-items: start; }
.user-list { display: grid; gap: .7rem; }
.user-row { display: grid; grid-template-columns: minmax(180px, 1fr) 160px auto auto auto; gap: .7rem; align-items: end; padding: .9rem 1rem; }
.user-identity { display: grid; gap: .18rem; align-self: center; min-width: 0; }
.user-identity strong, .user-identity span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-identity span { color: var(--muted); font-size: .78rem; }
.user-form { position: sticky; top: 1rem; display: grid; gap: .85rem; padding: 1.1rem; }

.login-page { min-height: 100vh; background: #101827; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 1rem; }
.login-card { width: min(460px, 100%); padding: 1.5rem; }
.login-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; }
.login-brand img { width: 68px; height: 68px; object-fit: contain; padding: .25rem; border-radius: 50%; background: #172033; }
.login-brand h1 { font-size: 1.45rem; }
.login-form { display: grid; gap: 1rem; }
.login-form h2, .login-form p { margin-bottom: 0; }
.login-help { color: var(--muted); font-size: .82rem; line-height: 1.45; }

@media (max-width: 1000px) {
  .month-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-layout { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
  .users-layout { grid-template-columns: 1fr; }
  .user-form { position: static; }
  .user-row { grid-template-columns: minmax(180px, 1fr) 170px auto; }
  .user-row .reset-user-password, .user-row .remove-user { grid-column: 3; }
}
@media (max-width: 700px) {
  main { padding-inline: .7rem; }
  .app-header { align-items: start; }
  .form-grid, .month-grid, .team-cards { grid-template-columns: 1fr; }
  .choice-grid, .manual-start-fields { grid-template-columns: 1fr; }
  .start-singer-fields { display: grid; grid-template-columns: 1fr; }
  .form-grid > *, .full-width { grid-column: 1; }
  .exception-row { grid-template-columns: 1fr 42px; }
  .exception-row .special-date { grid-column: 1; }
  .exception-row .special-label { grid-column: 1; }
  .exception-row .remove-special { grid-column: 2; grid-row: 1 / 3; }
  .compact-form { grid-template-columns: 1fr; }
  .team-edit-grid { grid-template-columns: 1fr 80px; }
  .team-edit-grid label:last-of-type { grid-column: 1 / -1; }
  .app-header { flex-direction: column; }
  .brand { width: 100%; }
  .brand-logo { width: 56px; height: 56px; }
  .header-actions { width: 100%; justify-content: space-between; }
  .user-badge { text-align: left; }
  .user-row { grid-template-columns: 1fr; align-items: stretch; }
  .user-row .reset-user-password, .user-row .remove-user { grid-column: 1; }
}

[data-theme="dark"] {
  color: #e7edf7;
  background: #101722;
  --navy: #e7edf7;
  --muted: #9aa8bc;
  --line: #344154;
  --primary: #5b82f1;
  --surface: #1a2432;
  --danger: #ff8b83;
  --shadow: 0 12px 34px rgba(0, 0, 0, .3);
}
[data-theme="dark"] body { background: #101722; color: #e7edf7; }
[data-theme="dark"] .app-header { background: #0c1421; }
[data-theme="dark"] .tabs,
[data-theme="dark"] .card,
[data-theme="dark"] .month-card,
[data-theme="dark"] .calendar-sheet,
[data-theme="dark"] .dialog-card { background: #1a2432; color: #e7edf7; }
[data-theme="dark"] .tab { color: #b8c4d6; }
[data-theme="dark"] .tab.active { background: #243b69; color: #dce7ff; }
[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea,
[data-theme="dark"] .button.secondary,
[data-theme="dark"] .icon-button { background: #111b29; color: #e3eaf5; border-color: #46546a; }
[data-theme="dark"] label,
[data-theme="dark"] legend { color: #b8c4d6; }
[data-theme="dark"] .header-button { background: #243149; color: #f1f5fb; border-color: #53627a; }
[data-theme="dark"] .segmented { background: #111b29; }
[data-theme="dark"] .segmented button { color: #abb8ca; }
[data-theme="dark"] .segmented button.active { background: #33425a; color: #fff; }
[data-theme="dark"] .hint-box,
[data-theme="dark"] .member-row,
[data-theme="dark"] .choice-card { background: #202c3c; color: #c5d0df; }
[data-theme="dark"] .choice-card:has(input:checked) { background: #253a63; border-color: #668de8; }
[data-theme="dark"] .role-pill,
[data-theme="dark"] .rotation-number,
[data-theme="dark"] .status-pill { background: #2c394c; color: #c9d4e4; }
[data-theme="dark"] .calendar-month-column h3,
[data-theme="dark"] .month-card h3 { background: #293446; }
[data-theme="dark"] .calendar-day { background: #182331; border-color: #3b485b; }
[data-theme="dark"] .calendar-day-empty { background: #121b27; }
[data-theme="dark"] .calendar-sunday { background: #54451f; }
[data-theme="dark"] .calendar-special,
[data-theme="dark"] .special-card { background: #473b20; }
[data-theme="dark"] .calendar-day-number,
[data-theme="dark"] .calendar-entry-details strong,
[data-theme="dark"] .assignment strong { color: #e7edf7; }
[data-theme="dark"] .calendar-entry-details small,
[data-theme="dark"] .assignment,
[data-theme="dark"] .service-date { color: #aebbd0; }
[data-theme="dark"] th { background: #202c3c; color: #b9c5d6; }
[data-theme="dark"] th,
[data-theme="dark"] td,
[data-theme="dark"] .service-card { border-color: #344154; }
[data-theme="dark"] .message { background: #163627; color: #a9e8c5; border-color: #2d6849; }
[data-theme="dark"] .message.error { background: #442321; color: #ffb4ad; border-color: #7e3a35; }
[data-theme="dark"] .export-dialog { background: #1a2432; color: #e7edf7; }
[data-theme="dark"] .export-preview-row,
[data-theme="dark"] .mapping-row,
[data-theme="dark"] .rotation-row { border-color: #46546a; }
[data-theme="dark"] .suggestion-label { background: #28457b; color: #dbe7ff; }

@media print {
  @page { size: A4 landscape; margin: 7mm; }
  *, *::before, *::after {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  html, body { width: 100%; margin: 0; background: white !important; color: #111827 !important; color-scheme: light; }
  .app-header { padding: 0 0 2.5mm; background: white !important; color: #111827; border-bottom: 1px solid #9ca3af; }
  .app-header h1 { font-size: 15pt; }
  .brand-logo, .app-header .eyebrow, .tabs, .no-print, .message, #printButton { display: none !important; }
  main { max-width: none; margin: 0; padding: 0; }
  .tab-panel { display: none !important; }
  #tab-plan { display: block !important; }
  .month-grid { grid-template-columns: repeat(3, 1fr); gap: 3mm; }
  .year-calendar-wrap { overflow: visible; }
  .calendar-sheet { width: 100%; min-width: 0 !important; box-shadow: none; border: 1px solid #60656d !important; }
  .calendar-legend { min-height: 7mm; padding: 1mm 2mm; gap: 3mm; border-bottom: 1px solid #60656d !important; }
  .calendar-legend-item { font-size: 6pt; }
  .calendar-columns { display: flex; align-items: stretch; }
  .calendar-month-column { flex: 1 1 0; min-width: 0; border-right: 1px solid #60656d !important; }
  .calendar-month-column:last-child { border-right: 0 !important; }
  .calendar-month-column h3 { padding: 1mm 1.2mm; background: #373b42 !important; color: white !important; font-size: 6.5pt; }
  .calendar-day { min-height: 4.75mm; height: 4.75mm; border-bottom: 1px solid #8f949c !important; background: white !important; }
  .calendar-day-empty { background: #f0f1f3 !important; }
  .calendar-sunday { background: #ffe29a !important; }
  .calendar-special { background: #fff0c8 !important; }
  .calendar-day-number { flex-basis: 4mm; padding: .65mm .35mm; font-size: 5.3pt; }
  .calendar-entry { gap: .55mm; padding: .3mm .35mm .3mm 0; }
  .calendar-team-circle { flex-basis: 3.6mm; width: 3.6mm; height: 3.6mm; color: white !important; font-size: 4.1pt; box-shadow: none; }
  .calendar-entry-details strong { font-size: 4.4pt; }
  .calendar-entry-details small { margin-top: .05mm; font-size: 3.8pt; color: #374151 !important; }
  .month-card { box-shadow: none; border: 1px solid #737982 !important; }
  .month-card h3 { background: #2d3440 !important; color: white !important; }
  .month-card h3 { padding: 2.5mm 3mm; }
  .service-card { padding: 2.5mm 3mm; grid-template-columns: 18mm 1fr; border-top: 1px solid #aeb4bd !important; }
  .special-card { background: #fff9e8 !important; }
  .assignment { font-size: 8.5pt; }
  .calendar-day-number, .calendar-entry-details strong, .assignment, .assignment strong, .service-date { color: #111827 !important; }
  .print-heading { margin: 2mm 0 2.5mm; }
  .print-heading h2 { font-size: 11pt; margin: 0; }
  .print-heading p { margin: .5mm 0 0; font-size: 7pt; color: #4b5563 !important; }
}
