/* Radioterapie Events 0.3.0. Styles stay inside the existing calendar root. */
.rte-event-app {
 --rtev-ink:#173648; --rtev-muted:#526b79; --rtev-teal:#164f5b; --rtev-frame:#86b8b1;
 --rtev-soft:#f2f8f7; --rtev-line:#d7e5e6; --rtev-focus:#117c8a;
 container:rtev-calendar / inline-size; box-sizing:border-box;
 max-width:1200px; margin:22px auto; padding:0 16px;
 color:var(--rtev-ink); font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
 text-align:left;
}
.rte-event-app *, .rte-event-app *::before, .rte-event-app *::after {box-sizing:border-box}
.rte-event-app [hidden] {display:none!important}
.rte-event-app h3,.rte-event-app h4,.rte-event-app p {font-family:inherit;letter-spacing:normal;text-transform:none}
.rte-event-app p {margin:10px 0}
.rte-event-app h3 {font-size:18px;font-weight:650;line-height:1.4;margin:22px 0 12px;color:var(--rtev-ink)}
.rte-event-app h3>span {font-size:12px;font-weight:500;display:inline-block;vertical-align:middle;padding:2px 8px;background:var(--rtev-soft);border-radius:20px;color:var(--rtev-muted);margin-left:5px}
.rte-event-app h4 {font-size:17px;line-height:1.35;margin:0}
.rte-event-app a {color:var(--rtev-teal);text-decoration:none}
.rte-event-app a:hover {text-decoration:underline}
.rte-event-app .rtev-icon {display:inline-block;flex:0 0 auto;vertical-align:middle;color:inherit}
.rte-event-app .rtev-intro {display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}
.rte-event-app .rtev-intro p {flex-basis:100%;margin:0;color:var(--rtev-muted);font-size:15px}
.rte-event-app .rtev-eyebrow {font-size:10px;letter-spacing:.17em;font-weight:750;color:#46727b}
.rte-event-app .rtev-version {font-size:11px;line-height:1.6;padding:2px 8px;border:1px solid var(--rtev-line);border-radius:5px;background:#fff;color:var(--rtev-muted)}
.rte-event-app button,.rte-event-app input,.rte-event-app select {font:inherit;max-width:100%;box-shadow:none;letter-spacing:normal;text-transform:none}
.rte-event-app button {display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;border:1px solid var(--rtev-line);border-radius:10px;padding:8px 12px;background:#fff;color:var(--rtev-ink);min-height:44px;line-height:1.25;font-size:14px;font-weight:550;transition:background-color .15s ease,border-color .15s ease}
.rte-event-app button:hover {background:var(--rtev-soft);border-color:var(--rtev-frame)}
.rte-event-app button[aria-pressed=true],.rte-event-app .rtev-form-actions>button:first-child,.rte-event-app .rtev-email form>button:first-of-type {background:var(--rtev-teal);color:#fff;border-color:var(--rtev-teal)}
.rte-event-app :focus-visible {outline:3px solid var(--rtev-focus);outline-offset:3px}
.rte-event-app label {display:block;color:var(--rtev-ink);font-size:13px;font-weight:550;min-width:0}
.rte-event-app input:not([type=checkbox]):not([type=hidden]),.rte-event-app select {display:block;width:100%;min-height:44px;padding:9px 11px;border:1px solid #aac7c7;border-radius:9px;background:#fff;color:var(--rtev-ink);font-weight:400;font-size:15px;margin-top:5px}
.rte-event-app small,.rte-event-app .rtev-meta {font-size:12px;line-height:1.5;color:var(--rtev-muted);font-weight:400}
.rte-event-app small {display:block;margin-top:5px}
.rte-event-app .rtev-panel {border:2px solid var(--rtev-frame);border-radius:16px;background:#fff;padding:12px 16px;margin:16px 0}
.rte-event-app summary {cursor:pointer;min-height:44px;line-height:1.5;font-weight:600;color:var(--rtev-ink)}
.rte-event-app .rtev-panel>summary {display:flex;gap:12px;align-items:center;flex-wrap:wrap;list-style:none}
.rte-event-app .rtev-panel>summary::-webkit-details-marker {display:none}
.rte-event-app .rtev-panel>summary::after {content:'+';display:block;margin-left:auto;font-size:23px;font-weight:400;color:var(--rtev-teal)}
.rte-event-app .rtev-panel[open]>summary::after {content:'−'}
.rte-event-app .rtev-summary-label {display:inline-flex;align-items:center;gap:9px;font-size:15px}
.rte-event-app .rtev-country-chips,.rte-event-app .rtev-draft-countries {display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.rte-event-app .rtev-country-chip {display:inline-flex;gap:8px;align-items:center;background:var(--rtev-soft);border:1px solid var(--rtev-line);border-radius:20px;padding:5px 10px;font-size:12px;color:var(--rtev-ink);font-weight:500;max-width:100%}
.rte-event-app .rtev-country-chip>span {overflow-wrap:anywhere}
.rte-event-app .rtev-flag {display:inline-block;width:27px;height:18px;object-fit:contain;border-radius:3px;vertical-align:middle;flex:0 0 auto;box-shadow:0 0 0 1px #17364817;background:#fff}
.rte-event-app .rtev-country-chip .rtev-flag {width:21px;height:14px}
.rte-event-app .rtev-country-chip button {border:0;background:transparent;min-width:44px;min-height:44px;margin:-5px -6px -5px 0;padding:4px;font-size:19px;color:var(--rtev-teal)}
.rte-event-app form {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:16px 0}
.rte-event-app form p,.rte-event-app .rtev-country-field,.rte-event-app .rtev-form-actions {grid-column:1/-1}
.rte-event-app .rtev-country-picker {display:flex;gap:8px;align-items:center;max-width:520px}
.rte-event-app .rtev-country-picker select {margin:5px 0}
.rte-event-app .rtev-draft-countries {margin:10px 0}
.rte-event-app .rtev-form-actions {display:flex;gap:10px;flex-wrap:wrap}
.rte-event-app .rtev-toolbar {display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:20px 0 0}
.rte-event-app .rtev-view-buttons {display:flex;border:1px solid var(--rtev-line);border-radius:13px;background:var(--rtev-soft);padding:4px;gap:4px}
.rte-event-app .rtev-view-buttons button {border-color:transparent;background:transparent;border-radius:9px;gap:7px;padding:8px 15px}
.rte-event-app .rtev-view-buttons button[aria-pressed=true] {background:var(--rtev-teal);color:#fff}
.rte-event-app .rtev-view-buttons .rtev-icon {width:17px;height:17px}
.rte-event-app .rtev-search {position:relative;flex:1 1 230px;max-width:380px;margin:0}
.rte-event-app .rtev-search>.rtev-icon {position:absolute;left:12px;top:12px;width:20px;height:20px;color:var(--rtev-muted)}
.rte-event-app .rtev-search input {padding-left:40px!important;margin:0!important}
.rte-event-app .rtev-results-count {font-size:12px;color:var(--rtev-muted);margin:10px 0 0}
.rte-event-app .rtev-grid {display:flex;flex-wrap:wrap;justify-content:center;gap:16px;align-items:stretch}
.rte-event-app .rtev-grid>.rtev-card {flex:0 1 calc((100% - 32px) / 3)}
.rte-event-app .rtev-grid.rtev-grid-paired>.rtev-card {flex-basis:calc((100% - 16px) / 2)}
.rte-event-app .rtev-card {display:flex;flex-direction:column;min-width:0;padding:12px;border:2px solid var(--rtev-frame);border-radius:16px;background:#fff;overflow-wrap:anywhere;box-shadow:0 3px 12px #17364804;transition:border-color .15s ease}
.rte-event-app .rtev-card:focus-within,.rte-event-app .rtev-card:hover {border-color:#358e8c;background:#fff}
.rte-event-app .rtev-event-title a {display:flex;align-items:center;justify-content:center;text-align:center;gap:10px;min-height:76px;padding:12px;border-radius:11px;background-color:#164f5b;background-image:radial-gradient(ellipse at 0% 0%,#bdffff37,transparent 44%),radial-gradient(ellipse at 100% 100%,#bcffff20,transparent 42%),linear-gradient(125deg,transparent 4%,#d0ffff16 4.3%,transparent 4.9%,transparent 94%,#deffff15 94.5%,transparent 95%),linear-gradient(105deg,#246775,#194d59 52%,#1c6270);color:#fff!important;text-decoration:none!important;box-shadow:inset 0 1px 1px #ddffff66,inset 0 -1px 0 #07343f88;line-height:1.35;font-weight:650;font-size:16px}
.rte-event-app .rtev-event-title a:hover {box-shadow:inset 0 1px 2px #e1ffff99,inset 0 -1px 0 #07343f88,0 2px 7px #1845521a}
.rte-event-app .rtev-event-title a>span:last-child {min-width:0}
.rte-event-app .rtev-emblem {display:flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#f5fbfa;color:#327d80;box-shadow:0 0 0 1px #ffffff55}
.rte-event-app .rtev-emblem>img {max-width:30px;max-height:30px;width:auto;height:auto;object-fit:contain}
.rte-event-app .rtev-date-row {display:flex;gap:5px;flex-wrap:wrap;justify-content:center;align-items:center;color:var(--rtev-ink);font-size:13px;font-weight:550;margin:13px 0 10px}
.rte-event-app .rtev-location-row {display:flex;justify-content:center;margin:0 0 7px}
.rte-event-app .rtev-venue {display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;max-width:100%;font-size:13px;color:var(--rtev-ink)}
.rte-event-app .rtev-venue>span {min-width:0}
.rte-event-app .rtev-venue>.rtev-icon {width:23px;height:23px;color:#467e82}
.rte-event-app .rtev-tag {font-size:10px!important;letter-spacing:.02em;padding:2px 6px;background:var(--rtev-soft);border:1px solid var(--rtev-line);border-radius:5px;color:#315e68}
.rte-event-app .rtev-venue-name {text-align:center;font-size:12px;color:var(--rtev-muted);margin:0 0 5px}
.rte-event-app .rtev-topics {font-size:11px;min-height:17px;color:var(--rtev-muted);text-align:center;margin:4px 0 8px}
.rte-event-app .rtev-event-details {border-top:1px solid #e5eeee;font-size:13px;margin-top:3px}
.rte-event-app .rtev-event-details>summary {font-size:12px;font-weight:500;display:list-item;list-style:disclosure-closed inside;padding:13px 0 9px;color:#315c68}
.rte-event-app .rtev-event-details[open]>summary {list-style:disclosure-open inside}
.rte-event-app .rtev-event-details p {margin:6px 0 10px}
.rte-event-app .rtev-actions {display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:5px}
.rte-event-app .rtev-actions button {font-size:12px;border:1px solid var(--rtev-line);min-height:44px}
.rte-event-app .rtev-actions .rtev-icon {width:18px;height:18px}
.rte-event-app button.rtev-favourite {border-color:transparent;background:transparent;min-width:44px;width:44px;flex:0 0 44px;color:#426f79}
.rte-event-app button.rtev-favourite .rtev-icon {width:24px;height:24px}
.rte-event-app button.rtev-favourite[aria-pressed=true] {background:#edf7f5;color:#216976}
.rte-event-app button.rtev-favourite[aria-pressed=true] .rtev-icon {fill:#a8d4cb}
.rte-event-app .rtev-alert {color:#963b36;font-size:12px;font-weight:650;text-align:center}
.rte-event-app .rtev-cancelled {border-style:dashed}
.rte-event-app .rtev-empty-state {flex-basis:100%;grid-column:1/-1;padding:20px;border:1px solid var(--rtev-line);background:var(--rtev-soft);border-radius:12px;font-size:14px;margin:12px 0}
.rte-event-app .rtev-message {font-size:13px;font-weight:550}
.rte-event-app .rtev-notifications {margin-top:24px}
/* Monthly calendar: compact day buttons on phones; complete selected-day cards below. */
.rte-event-app .rtev-month-panel {border:2px solid var(--rtev-frame);border-radius:16px;background:#fff;padding:12px;margin-top:18px}
.rte-event-app .rtev-month {display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}
.rte-event-app .rtev-month h3 {margin:0;font-size:20px}
.rte-event-app .rtev-month button {min-width:44px;font-size:25px;padding:0}
.rte-event-app .rtev-calendar {display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}
.rte-event-app .rtev-weekday {font-size:11px;text-align:center;color:var(--rtev-muted);font-weight:550;padding:6px 0}
.rte-event-app .rtev-day {min-height:122px;border:1px solid var(--rtev-line);border-radius:8px;padding:4px;min-width:0}
.rte-event-app .rtev-day.is-selected {background:#eff8f6;border-color:#549d98}
.rte-event-app .rtev-day.is-today {box-shadow:inset 0 0 0 1px #569e9a}
.rte-event-app button.rtev-day-select {display:flex;justify-content:space-between;width:100%;font-size:13px;padding:4px 6px;min-height:44px;border:0;background:transparent;color:var(--rtev-ink);position:relative}
.rte-event-app button.rtev-day-select[aria-pressed=true] {background:var(--rtev-teal);color:#fff}
.rte-event-app .rtev-day-flags {display:none}
.rte-event-app .rtev-mobile-count {font-size:9px;padding:2px 5px;border-radius:10px;background:#e8f2f1;color:#23515c}
.rte-event-app .rtev-cell-events a {display:flex;align-items:flex-start;gap:4px;min-width:0;padding:6px 4px;border-radius:5px;margin:3px 0 0;background:#f0f7f5;color:var(--rtev-teal);font-size:11px;line-height:1.35;overflow-wrap:anywhere}
.rte-event-app .rtev-cell-events .rtev-flag {width:18px;height:12px;margin-top:1px;flex:0 0 18px}
.rte-event-app .rtev-cell-events .rtev-icon {width:15px;height:15px}
.rte-event-app .rtev-calendar-help {margin:12px 0 0}
.rte-event-app .rtev-sr {position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@container rtev-calendar (max-width:950px) {
 .rte-event-app .rtev-grid>.rtev-card,.rte-event-app .rtev-grid.rtev-grid-paired>.rtev-card {flex-basis:calc((100% - 16px) / 2)}
}
@container rtev-calendar (max-width:580px) {
 .rte-event-app form {grid-template-columns:1fr}
 .rte-event-app .rtev-grid>.rtev-card,.rte-event-app .rtev-grid.rtev-grid-paired>.rtev-card {flex-basis:100%}
 .rte-event-app .rtev-toolbar {gap:10px}
 .rte-event-app .rtev-view-buttons {width:100%;justify-content:space-between}
 .rte-event-app .rtev-view-buttons button {flex:1 1 0;min-width:0;padding:8px 10px}
 .rte-event-app .rtev-search {max-width:none;flex-basis:100%}
 .rte-event-app .rtev-panel {padding:10px 12px}
 .rte-event-app .rtev-panel>summary {gap:6px}
 .rte-event-app .rtev-country-chips {order:3;flex-basis:100%;margin:4px 0 5px}
 .rte-event-app .rtev-month-panel {padding:8px}
 .rte-event-app .rtev-calendar {gap:3px}
 .rte-event-app .rtev-day {min-height:53px;padding:0;border-color:transparent}
 .rte-event-app button.rtev-day-select {min-height:52px;justify-content:center;padding:3px 0 11px;font-size:13px}
 .rte-event-app .rtev-mobile-count {display:none}
 .rte-event-app .rtev-day-flags {display:flex;align-items:center;justify-content:center;gap:2px;position:absolute;bottom:5px;left:50%;transform:translateX(-50%);font-size:8px;line-height:10px}
 .rte-event-app .rtev-day-flags .rtev-flag {width:14px;height:9px;border-radius:1px}
 .rte-event-app .rtev-day-flags .rtev-icon {width:12px;height:12px}
 .rte-event-app .rtev-cell-events {display:none}
 .rte-event-app .rtev-weekday {font-size:10px}
 .rte-event-app .rtev-intro p {font-size:14px}
}
@media(max-width:600px) {
 .rte-event-app {padding:0 6px;margin:16px auto}
}
@media(prefers-reduced-motion:reduce) {
 .rte-event-app * {transition:none!important;scroll-behavior:auto!important}
}
@media(forced-colors:active) {
 .rte-event-app .rtev-card,.rte-event-app .rtev-panel,.rte-event-app .rtev-month-panel {border-color:CanvasText;box-shadow:none}
 .rte-event-app .rtev-event-title a {background:ButtonFace;background-image:none;color:LinkText!important;border:1px solid ButtonText;box-shadow:none}
 .rte-event-app button[aria-pressed=true] {outline:2px solid Highlight}
 .rte-event-app .rtev-emblem {background:Canvas;color:CanvasText}
 .rte-event-app :focus-visible {outline-color:Highlight}
}

/* Fallback for older engines without container queries. */
@supports not (container-type:inline-size) {
 @media(max-width:1000px) {
  .rte-event-app .rtev-grid>.rtev-card,.rte-event-app .rtev-grid.rtev-grid-paired>.rtev-card {flex-basis:calc((100% - 16px) / 2)}
 }
 @media(max-width:600px) {
  .rte-event-app .rtev-grid>.rtev-card,.rte-event-app .rtev-grid.rtev-grid-paired>.rtev-card {flex-basis:100%}
  .rte-event-app form {grid-template-columns:1fr}
  .rte-event-app .rtev-view-buttons {width:100%;justify-content:space-between}
  .rte-event-app .rtev-view-buttons button {flex:1 1 0;min-width:0;padding:8px}
  .rte-event-app .rtev-search {max-width:none;flex-basis:100%}
  .rte-event-app .rtev-country-chips {order:3;flex-basis:100%}
  .rte-event-app .rtev-month-panel {padding:8px}
  .rte-event-app .rtev-day {min-height:53px;padding:0}
  .rte-event-app button.rtev-day-select {min-height:52px;justify-content:center;padding:3px 0 11px}
  .rte-event-app .rtev-cell-events,.rte-event-app .rtev-mobile-count {display:none}
  .rte-event-app .rtev-day-flags {display:flex;gap:2px;position:absolute;bottom:5px;left:50%;transform:translateX(-50%);font-size:8px}
  .rte-event-app .rtev-day-flags .rtev-flag {width:14px;height:9px}
  .rte-event-app .rtev-day-flags .rtev-icon {width:12px;height:12px}
 }
}

/* 0.3.0 — the Toolbox's actual local ice texture, on title bars ONLY. */
.rte-event-app .rtev-event-title a {
    background-color:#164f5b;
    --rtev-frost-surface:linear-gradient(rgba(7,38,50,.16),rgba(7,38,50,.16)),url("title-frost.svg"),radial-gradient(ellipse at 23% 0%,rgba(196,250,251,.12),transparent 55%),linear-gradient(115deg,rgba(105,192,204,.20),rgba(14,57,71,.12) 42%,rgba(14,57,71,.08) 68%,rgba(109,208,216,.18));
    background-image:var(--rtev-frost-surface);background-size:100% 100%;background-repeat:no-repeat;
    border:1px solid #6ca9b1;
    box-shadow:inset 0 1px 0 rgba(238,255,255,.44),inset 0 -1px 0 rgba(160,232,237,.30);
    text-shadow:0 1px 1px rgba(0,25,36,.24);
}
.rte-event-app .rtev-event-title a:hover,.rte-event-app .rtev-event-title a:focus-visible {
    background-color:#155665;background-image:var(--rtev-frost-surface);border-color:#9bcfd2;
    box-shadow:inset 0 1px 0 rgba(238,255,255,.62),inset 0 -1px 0 rgba(160,232,237,.45);
}
.rte-event-app .rtev-browse {display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:16px 0 2px}
.rte-event-app .rtev-scope-buttons {display:flex;gap:6px;flex-wrap:wrap}
.rte-event-app .rtev-scope-buttons button {display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px 12px;font-weight:600;white-space:normal}
.rte-event-app .rtev-scope-count {border-radius:50px;background:rgba(26,95,107,.08);padding:1px 6px;font-size:12px}
.rte-event-app .rtev-scope-buttons button[aria-pressed=true] {background:#164f5b;color:#fff;border-color:#164f5b}
.rte-event-app .rtev-scope-buttons button[aria-pressed=true] .rtev-scope-count {background:rgba(255,255,255,.16)}
.rte-event-app .rtev-country-browse {display:grid;gap:4px;min-width:180px;font-size:12px;color:var(--rtev-muted)}
.rte-event-app .rtev-country-browse select {min-height:44px;max-width:100%;font:inherit;font-size:14px;color:var(--rtev-ink);background:#fff;border:1px solid var(--rtev-frame);border-radius:9px;padding:8px}
.rte-event-app .rtev-result-tools {display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.rte-event-app .rtev-clear-filters {font-size:12px;min-height:44px}
.rte-event-app .rtev-scope-label {display:inline-block;margin-right:7px;font-weight:600;color:#286570}
.rte-event-app .rtev-scope-label:after {content:' ·';margin-left:5px}
.rte-event-app .rtev-coverage-note {color:var(--rtev-muted);font-size:12px;line-height:1.6;margin:18px 0}
.rte-event-app .rtev-source-directory {margin:14px 0}
.rte-event-app .rtev-source-directory ul {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 20px;list-style:none;padding:0}
.rte-event-app .rtev-source-directory li {display:flex;flex-direction:column;overflow-wrap:anywhere}
.rte-event-app .rtev-source-directory li a {padding:8px 0;min-height:44px}
.rte-event-app .rtev-source-directory li span {font-size:12px;color:var(--rtev-muted)}
@container rtev-calendar (max-width:580px) {
 .rte-event-app .rtev-browse,.rte-event-app .rtev-country-browse {width:100%}
 .rte-event-app .rtev-scope-buttons {width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
 .rte-event-app .rtev-scope-buttons button {padding:8px 5px;flex-direction:column;gap:2px;font-size:12px}
 .rte-event-app .rtev-source-directory ul {grid-template-columns:1fr}
}
@media(forced-colors:active) {
 .rte-event-app .rtev-event-title a,.rte-event-app .rtev-event-title a:hover,.rte-event-app .rtev-event-title a:focus-visible {background:Canvas;color:LinkText;box-shadow:none;text-shadow:none;border-color:ButtonText}
 .rte-event-app .rtev-scope-buttons button[aria-pressed=true] {background:Highlight;color:HighlightText;border-color:Highlight}
}
/* 0.3.2: month-first expansion, default-open filters and transparent publication diagnostics. */
.rte-event-app .rtev-data-status {margin:16px 0;border:1px solid #b8d3cf;border-radius:10px;padding:10px 12px;font-size:12px;color:#526a7a;background:#fff}
.rte-event-app .rtev-data-status summary {cursor:pointer;min-height:28px;line-height:1.6}
.rte-event-app .rtev-data-status p {margin:9px 0;overflow-wrap:anywhere}
.rte-event-app .rtev-data-status button {min-height:44px}
.rte-event-app .rtev-month-tools {display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:10px 0}
.rte-event-app .rtev-month-tools label {display:flex;gap:8px;align-items:center;font-size:12px;min-width:0}
.rte-event-app .rtev-month-tools input {width:164px;min-width:0;min-height:44px;border:1px solid #8bb7b0;border-radius:8px;background:#fff;color:#132c45;padding:4px 8px;font:inherit}
.rte-event-app .rtev-month-tools button {font-size:12px;min-height:44px}
.rte-event-app .rtev-month h3 {outline-offset:4px}
.rte-event-app .rtev-month {border-radius:10px;background-color:#104b58;background-image:linear-gradient(90deg,#104b58aa,#104b5833,#104b58aa),url('title-frost.svg');background-size:100% 100%;color:#fff;padding:6px}
.rte-event-app .rtev-month h3 {color:#fff}
.rte-event-app .rtev-month>button {background:#fff;color:#104b58}
@media(forced-colors:active){.rte-event-app .rtev-month {background:Canvas;color:CanvasText;border:1px solid CanvasText}.rte-event-app .rtev-month h3{color:CanvasText}}
