intermittent commit

This commit is contained in:
2026-07-14 13:22:10 +02:00
parent 3f0b14a726
commit 2e593b7fa4
31 changed files with 3523 additions and 1672 deletions

View File

@@ -10,7 +10,7 @@
}
.wizard-action-card {
min-height: 176px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 6px;
background: var(--panel-soft);
padding: 16px;
@@ -37,7 +37,7 @@
.data-table code {
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
font-size: 12px;
color: #5d5a55;
color: var(--text-subtle);
white-space: pre-wrap;
}
@@ -49,7 +49,7 @@
white-space: pre-wrap;
color: var(--text);
background: var(--panel-soft);
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 6px;
padding: 14px;
font: inherit;
@@ -64,7 +64,7 @@
display: inline-flex;
align-items: center;
min-height: 28px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 999px;
background: var(--panel-soft);
padding: 4px 10px;
@@ -90,13 +90,13 @@
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
font-size: 12px;
line-height: 1.45;
color: #4d4944;
color: var(--text);
}
.danger-text { color: var(--danger-text); }
.section-mini-heading {
margin: 18px 0 8px;
font-size: 12px;
color: #6b6863;
color: var(--text-label);
letter-spacing: .04em;
text-transform: uppercase;
}
@@ -140,7 +140,7 @@
.form-subsection {
display: grid;
gap: 12px;
border-top: 1px solid var(--line);
border-top: var(--border-line);
padding-top: 14px;
}
.form-subsection:first-child {
@@ -169,7 +169,7 @@
grid-column: 1 / -1;
}
.toggle-span-full {
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 8px;
background: var(--panel-soft);
padding: 10px 12px;
@@ -240,7 +240,7 @@
gap: 6px;
min-height: 88px;
padding: 14px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 12px;
background: var(--panel-soft);
color: inherit;
@@ -272,7 +272,7 @@
display: grid;
gap: 10px;
padding: 14px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 12px;
background: var(--panel-soft);
}
@@ -314,10 +314,10 @@
z-index: 30;
min-height: 64px;
padding: 0 24px;
background: #fff;
border-bottom: 1px solid var(--line);
background: var(--surface);
border-bottom: var(--border-line);
border-radius: var(--radius) var(--radius) 0 0;
box-shadow: 0 14px 18px -22px rgba(45, 43, 40, .75);
box-shadow: var(--shadow-campaign-card);
}
.campaigns-page .card-body {
padding: 0;
@@ -449,7 +449,7 @@
}
.message-preview {
border: 1px solid var(--border);
border: var(--border-line);
border-radius: var(--radius-md);
background: var(--surface-subtle);
padding: 1rem;
@@ -484,10 +484,10 @@
}
.overview-config-card {
min-height: 218px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 6px;
background: linear-gradient(#ffffff, var(--panel-soft));
box-shadow: 0 1px 2px rgba(38, 35, 30, .04);
background: linear-gradient(var(--control-gradient-start), var(--panel-soft));
box-shadow: var(--shadow-campaign-soft);
padding: 16px;
display: grid;
grid-template-rows: 22px 44px 1fr 35px;
@@ -520,7 +520,7 @@
gap: 10px;
align-items: baseline;
min-height: 31px;
border-top: 1px solid var(--line);
border-top: var(--border-line);
padding-top: 8px;
}
.overview-config-facts dt {
@@ -577,20 +577,20 @@
.field-chip-button:hover,
.field-chip-button:focus-visible {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,.09);
box-shadow: var(--shadow-campaign-small);
}
.field-chip-button.used {
background: var(--green-soft);
border-color: #78b7a9;
color: #2d685d;
border-color: var(--success-border-soft);
color: var(--success-text-strong);
}
.field-chip-button.undefined {
background: #fff1d0;
border-color: #d5a64a;
color: #7c5412;
background: var(--warning-muted-bg);
border-color: var(--warning-border);
color: var(--warning-deep);
}
.field-chip-namespace {
border-right: 1px solid rgba(0,0,0,.18);
border-right: var(--border-muted-line);
color: var(--muted);
margin-right: 2px;
padding-right: 6px;
@@ -614,9 +614,9 @@
.template-preview-frame {
width: 100%;
min-height: 360px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 8px;
background: #fff;
background: var(--surface);
}
.template-action-dialog {
width: min(620px, 100%);
@@ -749,7 +749,7 @@
display: inline-flex;
justify-content: center;
min-height: 24px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 999px;
background: var(--panel-soft);
color: var(--muted);
@@ -853,7 +853,7 @@
.attachment-file-browser-panel {
display: grid;
gap: 12px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 12px;
background: var(--panel-soft);
padding: 14px;
@@ -908,7 +908,7 @@
.chooser-display-input:focus,
.field-with-action input.chooser-display-input:focus {
outline: none;
box-shadow: 0 0 0 2px rgba(239, 107, 58, .16);
box-shadow: var(--accent-ring-soft);
}
.chooser-display-input:disabled,
@@ -948,7 +948,7 @@
align-items: center;
justify-content: center;
min-height: 24px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 999px;
background: var(--panel-soft);
color: var(--muted);
@@ -973,30 +973,6 @@
.recipient-data-table td:nth-child(3) { min-width: 192px; }
.recipient-index-cell { white-space: nowrap; }
.address-book-scope-list {
display: grid;
gap: 10px;
}
.address-book-scope-card {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
border: 1px solid var(--line);
border-radius: 6px;
background: var(--panel-soft);
padding: 14px;
}
.address-book-scope-card strong {
display: block;
color: var(--text-strong);
}
.address-book-scope-card p {
margin: 5px 0 0;
color: var(--muted);
}
.locked-version-notice .alert-message {
display: flex;
align-items: center;
@@ -1012,12 +988,12 @@
}
.locked-version-feedback {
color: var(--success, #157347);
color: var(--success);
font-weight: 600;
}
.locked-version-error {
color: var(--danger, #b42318);
color: var(--danger-border-deep);
font-weight: 600;
}
@@ -1045,7 +1021,7 @@
width: 1.25rem;
height: 1.25rem;
border-radius: 999px;
color: var(--text, #243247);
color: var(--text);
text-decoration: none;
line-height: 1;
font-size: 0.72rem;
@@ -1057,8 +1033,8 @@
}
.version-arrow:hover {
background: var(--surface-subtle, rgba(15, 23, 42, 0.08));
color: var(--text, #111827);
background: var(--surface-subtle);
color: var(--text);
}
.version-arrow.disabled {
@@ -1108,7 +1084,7 @@
overflow: auto;
border: 1px solid var(--line-subtle);
border-radius: 12px;
background: rgba(255, 255, 255, 0.62);
background: var(--panel-glass);
color: var(--text-primary);
padding: 12px;
white-space: pre-wrap;
@@ -1154,7 +1130,7 @@
max-width: 100%;
border: 1px solid var(--line-subtle);
border-radius: 12px;
background: rgba(255, 255, 255, 0.68);
background: var(--panel-glass);
padding: 0.55rem 0.7rem;
color: var(--text-primary);
}
@@ -1188,7 +1164,7 @@
margin: 0;
}
.warning-text {
color: var(--warning, #8a5b00);
color: var(--warning);
}
/* Managed attachment chooser refinements. */
@@ -1212,7 +1188,7 @@
}
/* Review & Send workflow page. */
.review-send-page {
--review-flow-purple: #9b86c7;
--review-flow-purple: var(--review-flow-purple);
}
.review-flow-navigation {
@@ -1221,10 +1197,10 @@
z-index: 35;
margin: 0 0 24px;
padding: 15px 10px 10px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius);
background: rgba(247, 246, 244, .96);
box-shadow: 0 8px 24px rgba(48, 49, 53, .10);
background: var(--campaign-card-bg);
box-shadow: 0 8px 24px var(--campaign-stage-shadow-color);
backdrop-filter: blur(12px);
overflow-x: auto;
}
@@ -1258,7 +1234,7 @@
.review-flow-navigation-item:hover .review-flow-navigation-icon,
.review-flow-navigation-item:focus-visible .review-flow-navigation-icon {
background: color-mix(in srgb, var(--review-nav-color) 15%, #fff);
background: color-mix(in srgb, var(--review-nav-color) 15%, var(--surface));
box-shadow: 0 0 0 3px color-mix(in srgb, var(--review-nav-color) 12%, transparent);
}
@@ -1274,7 +1250,7 @@
border: 1px solid var(--review-nav-color);
border-radius: 50%;
color: color-mix(in srgb, var(--review-nav-color) 82%, var(--text));
background: color-mix(in srgb, var(--review-nav-color) 8%, #fff);
background: color-mix(in srgb, var(--review-nav-color) 8%, var(--surface));
transition: background .16s ease, box-shadow .16s ease;
}
@@ -1346,8 +1322,8 @@
border: 1px solid var(--review-stage-color);
border-radius: 50%;
color: color-mix(in srgb, var(--review-stage-color) 82%, var(--text));
background: color-mix(in srgb, var(--review-stage-color) 9%, #fff);
box-shadow: 0 0 0 4px var(--bg), 0 4px 12px rgba(48, 49, 53, .10);
background: color-mix(in srgb, var(--review-stage-color) 9%, var(--surface));
box-shadow: 0 0 0 4px var(--bg), 0 4px 12px var(--campaign-stage-shadow-color);
}
.review-flow-stage[data-state="running"] .review-flow-stage-node {
@@ -1402,8 +1378,8 @@
padding: 4px 9px;
border: 1px solid color-mix(in srgb, var(--review-badge-color) 70%, var(--line));
border-radius: var(--radius-pill);
color: color-mix(in srgb, var(--review-badge-color) 70%, #242424);
background: color-mix(in srgb, var(--review-badge-color) 18%, #fff);
color: color-mix(in srgb, var(--review-badge-color) 70%, var(--neutral-950));
background: color-mix(in srgb, var(--review-badge-color) 18%, var(--surface));
font-size: 11px;
font-weight: 800;
letter-spacing: .03em;
@@ -1447,7 +1423,7 @@
padding: 28px;
color: var(--text);
text-align: center;
background: rgba(247, 246, 244, .46);
background: var(--campaign-card-bg-soft);
}
.review-flow-lock-message::before {
@@ -1455,12 +1431,12 @@
inset: 50% auto auto 50%;
width: min(430px, calc(100% - 44px));
height: 110px;
border: 1px solid rgba(189, 184, 176, .8);
border: 1px solid var(--campaign-panel-border);
border-radius: 10px;
content: "";
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, .91);
box-shadow: 0 12px 32px rgba(48, 49, 53, .14);
background: var(--campaign-panel-bg);
box-shadow: 0 12px 32px var(--campaign-panel-shadow-color);
}
.review-flow-lock-message > * {
@@ -1484,10 +1460,10 @@
height: 34px;
display: grid;
place-items: center;
border: 1px solid var(--line-dark);
border: var(--border-line-dark);
border-radius: 50%;
color: var(--muted);
background: #fff;
background: var(--surface);
}
.review-flow-fact-grid,
@@ -1504,7 +1480,7 @@
gap: 5px;
min-width: 0;
padding: 12px 14px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 6px;
background: var(--panel-soft);
}
@@ -1534,26 +1510,26 @@
margin: 0 0 14px;
padding: 10px 12px;
border-left: 3px solid var(--blue);
background: color-mix(in srgb, var(--blue) 10%, #fff);
background: color-mix(in srgb, var(--blue) 10%, var(--surface));
color: var(--text);
font-size: 13px;
}
.review-flow-inline-note.is-complete {
border-left-color: var(--green);
background: color-mix(in srgb, var(--green) 12%, #fff);
background: color-mix(in srgb, var(--green) 12%, var(--surface));
}
.review-flow-inline-note.is-warning {
border-left-color: var(--amber);
background: color-mix(in srgb, var(--amber) 16%, #fff);
background: color-mix(in srgb, var(--amber) 16%, var(--surface));
}
.review-flow-inline-note.is-danger {
border-left-color: var(--red);
background: color-mix(in srgb, var(--red) 10%, #fff);
background: color-mix(in srgb, var(--red) 10%, var(--surface));
}
.review-flow-inline-note.is-stale {
border-left-color: var(--review-flow-purple);
background: color-mix(in srgb, var(--review-flow-purple) 11%, #fff);
background: color-mix(in srgb, var(--review-flow-purple) 11%, var(--surface));
}
.review-flow-result-line {
@@ -1596,7 +1572,7 @@
gap: 12px;
min-width: 0;
padding: 12px 14px;
border: 1px solid var(--line);
border: var(--border-line);
border-left: 3px solid var(--blue);
border-radius: 6px;
background: var(--panel-soft);
@@ -1665,8 +1641,8 @@
}
@keyframes review-flow-pulse {
0%, 100% { box-shadow: 0 0 0 4px var(--bg), 0 4px 12px rgba(48, 49, 53, .10); }
50% { box-shadow: 0 0 0 7px color-mix(in srgb, var(--review-stage-color) 18%, transparent), 0 4px 12px rgba(48, 49, 53, .10); }
0%, 100% { box-shadow: 0 0 0 4px var(--bg), 0 4px 12px var(--campaign-stage-shadow-color); }
50% { box-shadow: 0 0 0 7px color-mix(in srgb, var(--review-stage-color) 18%, transparent), 0 4px 12px var(--campaign-stage-shadow-color); }
}
@media (max-width: 980px) {
@@ -1775,7 +1751,7 @@
.attachment-zip-name-button[aria-invalid="true"] {
border-color: var(--red);
box-shadow: 0 0 0 2px rgba(224, 106, 95, 0.16);
box-shadow: 0 0 0 2px var(--danger-focus-ring-soft);
}
.attachment-zip-name-button:disabled {
@@ -1797,7 +1773,7 @@
.template-expression-dialog-header {
padding: 16px 18px;
border-bottom: 1px solid var(--line);
border-bottom: var(--border-line);
background: var(--panel);
}
@@ -1810,7 +1786,7 @@
.template-expression-dialog-footer {
padding: 12px 18px;
border-top: 1px solid var(--line);
border-top: var(--border-line);
background: var(--panel);
}
@@ -1835,7 +1811,7 @@
.template-expression-value-field input[aria-invalid="true"] {
border-color: var(--red);
box-shadow: 0 0 0 2px rgba(224, 106, 95, 0.16), inset 0 1px 2px rgba(0, 0, 0, .04);
box-shadow: var(--danger-focus-ring-soft), var(--shadow-control-inset);
}
.attachment-zip-name-error {
@@ -1872,7 +1848,7 @@
border: 2px solid var(--line-strong, var(--line-subtle));
border-radius: 14px;
padding: 0.75rem;
background: rgba(255, 255, 255, 0.4);
background: var(--panel-glass);
}
.attachment-zip-group > header {
@@ -1905,6 +1881,11 @@
flex: 0 0 auto;
}
.stale-address-import-warning {
display: grid;
gap: 8px;
}
.recipient-profiles-section {
display: grid;
gap: 12px;
@@ -1943,9 +1924,9 @@
max-height: 280px;
overflow: auto;
padding: 12px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 8px;
background: var(--surface-muted, #f6f7f9);
background: var(--surface-muted);
white-space: pre-wrap;
word-break: break-word;
}
@@ -1969,7 +1950,7 @@
}
.recipient-outcome-error {
color: var(--danger, #b91c1c);
color: var(--danger-border-deep);
}
.attempt-history-section {
@@ -1983,7 +1964,7 @@
.attempt-history-wrap {
overflow: auto;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: 8px;
}
@@ -1996,7 +1977,7 @@
.attempt-history-table th,
.attempt-history-table td {
padding: 9px 10px;
border-bottom: 1px solid var(--line);
border-bottom: var(--border-line);
text-align: left;
vertical-align: top;
}
@@ -2022,9 +2003,9 @@
padding: 14px;
margin: 12px 0;
overflow-wrap: anywhere;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius-sm);
background: var(--surface-muted, #f6f7f9);
background: var(--surface-muted);
font-size: 14px;
user-select: all;
}
@@ -2033,9 +2014,9 @@
max-height: 420px;
overflow: auto;
padding: 12px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius-sm);
background: var(--surface-muted, #f6f7f9);
background: var(--surface-muted);
white-space: pre-wrap;
word-break: break-word;
}
@@ -2055,10 +2036,10 @@
}
.recipient-import-steps {
padding: 13px 10px 9px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius);
background: rgba(247, 246, 244, .96);
box-shadow: 0 8px 24px rgba(48, 49, 53, .10);
background: var(--campaign-card-bg);
box-shadow: 0 8px 24px var(--campaign-stage-shadow-color);
overflow-x: auto;
}
.recipient-import-step-track {
@@ -2091,8 +2072,8 @@
}
.recipient-import-step-item:not(:disabled):hover .recipient-import-step-icon,
.recipient-import-step-item:focus-visible .recipient-import-step-icon {
background: color-mix(in srgb, var(--accent, #5d776c) 14%, #fff);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent, #5d776c) 12%, transparent);
background: color-mix(in srgb, var(--accent) 14%, var(--surface));
box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent);
}
.recipient-import-step-item:focus-visible {
outline: none;
@@ -2102,17 +2083,17 @@
height: 38px;
display: grid;
place-items: center;
border: 1px solid color-mix(in srgb, var(--accent, #5d776c) 70%, var(--line));
border: 1px solid color-mix(in srgb, var(--accent) 70%, var(--line));
border-radius: 50%;
color: color-mix(in srgb, var(--accent, #5d776c) 82%, var(--text));
background: color-mix(in srgb, var(--accent, #5d776c) 8%, #fff);
color: color-mix(in srgb, var(--accent) 82%, var(--text));
background: color-mix(in srgb, var(--accent) 8%, var(--surface));
font-weight: 700;
transition: background .16s ease, box-shadow .16s ease, color .16s ease;
}
.recipient-import-step-item.is-current .recipient-import-step-icon,
.recipient-import-step-item.is-complete .recipient-import-step-icon {
color: #fff;
background: color-mix(in srgb, var(--accent, #5d776c) 86%, #333);
color: var(--on-accent);
background: color-mix(in srgb, var(--accent) 86%, var(--neutral-900));
}
.recipient-import-step-copy {
display: grid;
@@ -2144,7 +2125,7 @@
height: 2px;
margin: 21px 2px 0;
flex: 0 0 auto;
background: color-mix(in srgb, var(--accent, #5d776c) 55%, var(--line));
background: color-mix(in srgb, var(--accent) 55%, var(--line));
opacity: .82;
}
.recipient-import-step-panel {
@@ -2172,7 +2153,89 @@
min-height: 38px;
}
.recipient-import-summary {
grid-template-columns: repeat(4, minmax(120px, 1fr));
grid-template-columns: repeat(5, minmax(120px, 1fr));
}
.address-source-import-controls {
display: grid;
grid-template-columns: auto minmax(220px, 1fr) auto;
align-items: center;
gap: 10px;
}
.address-source-import-controls input[type="search"] {
min-width: 0;
}
.address-source-picker {
display: grid;
gap: 8px;
max-height: 290px;
overflow: auto;
padding: 10px;
border: var(--border-line);
border-radius: var(--radius-sm);
background: var(--panel-soft);
}
.address-source-option {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 12px;
align-items: center;
width: 100%;
min-height: 58px;
padding: 10px 12px;
border: var(--border-line);
border-radius: var(--radius-sm);
background: var(--surface);
color: var(--text);
font: inherit;
text-align: left;
cursor: pointer;
box-shadow: var(--shadow-control);
}
.address-source-option:hover,
.address-source-option:focus-visible {
border-color: color-mix(in srgb, var(--accent) 44%, var(--line));
background: var(--bar);
outline: none;
}
.address-source-option.is-selected {
border-color: color-mix(in srgb, var(--accent) 62%, var(--line));
background: color-mix(in srgb, var(--accent) 10%, var(--surface));
box-shadow: inset 0 2px 5px rgba(var(--shadow-color-rgb), .12), var(--shadow-inset-highlight);
}
.address-source-option:disabled {
cursor: not-allowed;
opacity: .62;
}
.address-source-option-main,
.address-source-option-meta {
display: grid;
gap: 4px;
min-width: 0;
}
.address-source-option-main strong {
color: var(--text-strong);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.address-source-option-main span,
.address-source-option-meta span {
color: var(--muted);
font-size: 12px;
}
.address-source-option-meta {
justify-items: end;
}
.address-source-option-meta code {
max-width: 180px;
color: var(--text-subtle);
font-size: 11px;
overflow: hidden;
text-overflow: ellipsis;
}
.compact-empty {
min-height: 78px;
padding: 16px;
}
.recipient-import-preview-surface {
overflow: auto;
@@ -2184,7 +2247,7 @@
}
.recipient-import-preview-table th,
.recipient-import-preview-table td {
border-bottom: 1px solid var(--line);
border-bottom: var(--border-line);
padding: 9px 10px;
text-align: left;
vertical-align: top;
@@ -2208,7 +2271,7 @@
font-size: 12px;
}
.recipient-import-raw-table tr.is-header-row td {
background: color-mix(in srgb, var(--accent, #5d776c) 8%, transparent);
background: color-mix(in srgb, var(--accent) 8%, transparent);
font-weight: 700;
}
.recipient-import-mapping-table select,
@@ -2232,7 +2295,7 @@
justify-content: space-between;
gap: 16px;
padding: 12px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius-sm);
background: var(--panel-soft);
}
@@ -2245,9 +2308,9 @@
display: grid;
gap: 8px;
padding: 10px 12px;
border: 1px solid var(--line);
border: var(--border-line);
border-radius: var(--radius-sm);
background: color-mix(in srgb, var(--warning-bg, #fff3cd) 62%, transparent);
background: color-mix(in srgb, var(--warning-bg) 62%, transparent);
}
.recipient-import-unmatched-patterns ul {
display: grid;
@@ -2267,6 +2330,15 @@
}
}
@media (max-width: 760px) {
.address-source-import-controls {
grid-template-columns: 1fr;
}
.address-source-option {
grid-template-columns: 1fr;
}
.address-source-option-meta {
justify-items: start;
}
.recipient-import-summary {
grid-template-columns: repeat(2, minmax(120px, 1fr));
}
@@ -2292,7 +2364,7 @@
.admin-details-grid > div {
min-width: 0;
padding: 10px 0;
border-bottom: 1px solid var(--line);
border-bottom: var(--border-line);
}
.admin-details-grid dt {
color: var(--muted);
@@ -2310,8 +2382,8 @@
gap: 5px;
padding: 3px 7px;
border-radius: 999px;
background: #e8eef5;
color: #36566f;
background: var(--info-muted-bg);
color: var(--info-text-muted);
font-size: 11px;
font-weight: 800;
}
@@ -2342,10 +2414,10 @@
.admin-managed-notice {
margin: 0 0 16px;
padding: 12px 14px;
border: 1px solid #c8d6e3;
border: 1px solid var(--info-muted-border);
border-radius: var(--radius-sm);
background: #eef4f8;
color: #294a61;
background: var(--info-bg);
color: var(--info-text-deep);
line-height: 1.45;
}