.cepm-card {
    --cepm-accent: #0a7ba8;
    --cepm-dark: #073b63;
}

.cepm-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.cepm-header h2 {
    font-size: clamp(1.02rem, 1.45vw, 1.35rem);
}

.cepm-card [hidden] {
    display: none !important;
}

.cepm-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto minmax(300px, 1fr);
    align-items: end;
    gap: 16px;
    padding: 15px 20px;
    border-bottom: 1px solid #cfe0e9;
    background: linear-gradient(180deg, #f8fbfd, #edf6fa);
}

.cepm-tools {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cepm-card .cepm-tool-toggle {
    min-width: 0;
    padding: 7px 12px;
    font: 800 .82rem/1 Inter, "Segoe UI", Arial, sans-serif;
    white-space: nowrap;
}

.cepm-card .cepm-tool-toggle.is-active,
.cepm-card .cepm-tool-toggle[aria-pressed="true"] {
    border-color: #0874aa;
    background: #0874aa;
    color: #fff;
}

.cepm-tool-hint {
    margin: 0 20px 12px;
    padding: 8px 12px;
    border: 1px solid #bfe0ee;
    border-radius: 7px;
    background: #eaf6fc;
    color: #0b4f73;
    font-size: .78rem;
    font-weight: 700;
}

.cepm-field,
.cepm-validity {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cepm-field > span,
.cepm-validity > span {
    color: #466978;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cepm-card .cepm-field select,
.cepm-card .cepm-layer-trigger {
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid #8eb8ca;
    border-radius: 8px;
    outline: 0;
    background-color: #fff;
    color: #153e54;
    font: 800 .88rem/1.2 Inter, "Segoe UI", Arial, sans-serif;
}

.cepm-card .cepm-field select:focus,
.cepm-card .cepm-layer-trigger:focus {
    border-color: #0874aa;
    box-shadow: 0 0 0 3px rgba(8, 116, 170, .15);
}

.cepm-time-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cepm-card button {
    box-sizing: border-box;
    min-width: 42px;
    min-height: 42px;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #8bb6c9;
    border-radius: 8px;
    background: #fff;
    color: #0b4f73;
    font: 900 1rem/1 Inter, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
}

.cepm-card button:hover,
.cepm-card button:focus-visible {
    border-color: #0874aa;
    outline: 0;
    background: #e8f6fb;
}

.cepm-card button:disabled {
    cursor: not-allowed;
    opacity: .4;
}

.cepm-card button.is-playing {
    border-color: #0874aa;
    background: #0874aa;
    color: #fff;
}

.cepm-card .cepm-layer-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    text-align: left;
}

.cepm-layer-trigger:hover,
.cepm-layer-trigger[aria-expanded="true"] {
    background: #e8f2fb;
}

.cepm-layer-menu {
    position: relative;
    z-index: 12;
    padding: 13px 15px 16px;
    border-bottom: 1px solid #bccde4;
    background: #f1f5fa;
    box-shadow: inset 0 1px 0 #fff, 0 7px 18px rgba(13, 52, 92, .1);
}

.cepm-layer-menu-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 11px;
    color: #1e477d;
}

.cepm-layer-menu-head > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.cepm-layer-menu-head strong {
    font-size: .82rem;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.cepm-layer-menu-head small {
    color: #62778f;
    font-size: .68rem;
}

.cepm-validity-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.cepm-card .cepm-menu-close {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 94px;
    min-height: 34px;
    padding: 6px 10px 6px 13px;
    border: 1px solid #164e7c;
    border-radius: 999px;
    background: linear-gradient(135deg, #163f6d, #087faa);
    color: #fff;
    box-shadow: 0 4px 12px rgba(10, 55, 91, .24);
    font-size: .72rem;
    letter-spacing: .02em;
}

.cepm-card .cepm-menu-close:hover,
.cepm-card .cepm-menu-close:focus-visible {
    border-color: #073b63;
    background: linear-gradient(135deg, #0b315b, #066d99);
    color: #fff;
    box-shadow: 0 5px 15px rgba(10, 55, 91, .32);
    transform: translateY(-1px);
}

.cepm-menu-close-icon {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    font-size: 1rem;
    line-height: 1;
    transition: transform .18s ease;
}

.cepm-menu-close[aria-expanded="true"] .cepm-menu-close-icon {
    transform: rotate(0deg);
}

.cepm-layer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.cepm-layer-group {
    min-width: 0;
}

.cepm-layer-group h3 {
    margin: 0 0 4px;
    padding: 0 5px 5px;
    border-bottom: 2px solid #b8cbe5;
    color: #264c8d;
    font-size: .71rem;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1.15;
    text-transform: uppercase;
}

.cepm-card .cepm-layer-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 28px;
    margin: 1px 0;
    padding: 4px 6px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #263f5d;
    box-shadow: none;
    font: 500 .76rem/1.2 Inter, "Segoe UI", Arial, sans-serif;
    text-align: left;
}

.cepm-layer-option span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cepm-layer-option i {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3e91ff;
    box-shadow: 0 0 0 3px rgba(62, 145, 255, .13);
}

.cepm-card .cepm-layer-option:hover,
.cepm-card .cepm-layer-option:focus-visible {
    border: 0;
    outline: 0;
    background: #dce9fa;
}

.cepm-card .cepm-layer-option.is-active {
    background: #2f5592;
    color: #fff;
    font-weight: 800;
}

.cepm-layer-option.is-active i {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .18);
}

.cepm-validity {
    align-items: flex-end;
    text-align: right;
}

.cepm-validity strong {
    color: var(--cepm-dark);
    font-size: .98rem;
    font-variant-numeric: tabular-nums;
}

.cepm-validity small {
    color: #0874aa;
    font-size: .74rem;
    font-weight: 900;
}

.cepm-viewport {
    position: relative;
    width: min(100%, calc(var(--cepm-height) * 1.341463));
    aspect-ratio: 55 / 41;
    max-height: var(--cepm-height);
    margin: 0 auto;
    overflow: hidden;
    background: #dceef5;
    box-shadow: inset 0 0 0 1px rgba(17, 58, 80, .18);
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='7' fill='none' stroke='white' stroke-width='3' opacity='.95'/%3E%3Cpath d='M16 3v8M16 21v8M3 16h8M21 16h8' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='7' fill='none' stroke='%23083d5c' stroke-width='1.5'/%3E%3Cpath d='M16 3v8M16 21v8M3 16h8M21 16h8' stroke='%23083d5c' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%2300a5c7' stroke='white' stroke-width='1'/%3E%3C/svg%3E") 16 16, crosshair;
    touch-action: none;
    user-select: none;
}

.cepm-viewport.is-dragging {
    cursor: grabbing;
}

.cepm-scene {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.cepm-scene canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cepm-weather-canvas {
    z-index: 1;
}

.cepm-vector-canvas {
    z-index: 3;
}

.cepm-label-canvas {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cepm-map-titlebar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 41px;
    box-sizing: border-box;
    padding: 6px 13px;
    background: rgba(17, 52, 100, .96);
    color: #fff;
    pointer-events: none;
}

.cepm-map-titlebar strong {
    overflow: hidden;
    font-size: clamp(.88rem, 2vw, 1.35rem);
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cepm-map-titlebar span {
    flex: 0 0 auto;
    color: #d9e4f3;
    font-size: clamp(.6rem, 1.2vw, .82rem);
}

.cepm-map-date {
    position: absolute;
    top: 48px;
    left: 12px;
    z-index: 7;
    max-width: calc(100% - 130px);
    padding: 6px 10px;
    border-radius: 7px;
    background: rgba(17, 52, 100, .96);
    color: #fff;
    font-size: clamp(.68rem, 1.6vw, 1rem);
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
    pointer-events: none;
}

.cepm-map-buttons {
    position: absolute;
    top: 82px;
    right: 13px;
    z-index: 8;
    display: grid;
    grid-template-columns: 42px 42px;
    gap: 5px;
}

.cepm-map-buttons button {
    border-color: rgba(78, 117, 135, .7);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 3px 10px rgba(4, 41, 61, .2);
    font-size: 1.25rem;
}

.cepm-zoom-level {
    grid-column: 1 / -1;
    padding: 5px 4px;
    border: 1px solid rgba(78, 117, 135, .58);
    border-radius: 6px;
    background: rgba(20, 54, 86, .9);
    color: #fff;
    box-shadow: 0 3px 10px rgba(4, 41, 61, .18);
    font-size: .67rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    pointer-events: none;
}

.cepm-probe {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    min-width: 138px;
    max-width: min(230px, calc(100% - 16px));
    box-sizing: border-box;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 7px;
    background: rgba(10, 35, 64, .94);
    box-shadow: 0 5px 15px rgba(3, 20, 35, .3);
    color: #fff;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.15;
    pointer-events: none;
}

.cepm-probe strong {
    font-size: .98rem;
    font-variant-numeric: tabular-nums;
}

.cepm-probe span {
    margin-top: 3px;
    overflow: hidden;
    color: #dcecf7;
    font-size: .67rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cepm-probe-pinned {
    z-index: 11;
    pointer-events: auto;
}

.cepm-probe-pin-close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font: 900 .8rem/1 Inter, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
}

.cepm-probe-pin-close:hover {
    background: rgba(255, 255, 255, .32);
}

.cepm-advanced-tools {
    position: absolute;
    top: 60px;
    right: 112px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cepm-card .cepm-advanced-tools button {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .94);
    font: 800 .78rem/1 Inter, "Segoe UI", Arial, sans-serif;
    white-space: nowrap;
}

.cepm-card .cepm-advanced-tools button[aria-pressed="true"] {
    border-color: #0874aa;
    background: #0874aa;
    color: #fff;
}

.cepm-diagram-popup {
    position: absolute;
    z-index: 13;
    width: min(320px, calc(100% - 24px));
    box-sizing: border-box;
    border: 1px solid #bfe0ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(3, 20, 35, .28);
    overflow: hidden;
}

.cepm-diagram-popup header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    background: linear-gradient(180deg, #0d84b6, var(--cepm-dark));
    color: #fff;
}

.cepm-diagram-popup header strong {
    overflow: hidden;
    font-size: .85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cepm-diagram-popup header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font: 900 .95rem/1 Inter, "Segoe UI", Arial, sans-serif;
    cursor: pointer;
}

.cepm-diagram-popup header button:hover {
    background: rgba(255, 255, 255, .32);
}

.cepm-diagram-body {
    box-sizing: border-box;
    padding: 10px 12px 12px;
}

.cepm-diagram-status {
    margin: 6px 0;
    color: #466978;
    font-size: .8rem;
    font-weight: 700;
}

.cepm-diagram-svg {
    display: block;
    width: 100%;
    height: auto;
}

.cepm-diagram-temp {
    fill: none;
    stroke: #d64545;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2.4;
}

.cepm-diagram-rain {
    fill: #1d9be0;
    opacity: .55;
}

.cepm-diagram-axis {
    fill: #57798a;
    font: 700 8px Inter, "Segoe UI", Arial, sans-serif;
}

.cepm-diagram-caption {
    margin: 6px 0 0;
    color: #57798a;
    font-size: .68rem;
    line-height: 1.35;
}

.cepm-loading,
.cepm-error {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: min(82%, 470px);
    box-sizing: border-box;
    padding: 13px 17px;
    border: 1px solid rgba(100, 139, 158, .55);
    border-radius: 9px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(10, 49, 70, .22);
    color: #204d63;
    text-align: center;
    font-size: .86rem;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

.cepm-error {
    border-color: #dda3a3;
    background: rgba(255, 242, 242, .97);
    color: #8e2424;
}

.cepm-timeline {
    padding: 16px 20px 9px;
    border-top: 1px solid #cfe0e9;
    background: #f7fafc;
}

.cepm-card .cepm-timeline input[type="range"] {
    width: 100%;
    height: 7px;
    margin: 0;
    accent-color: #0874aa;
    cursor: pointer;
}

.cepm-timeline-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #647d88;
    font-size: .66rem;
}

.cepm-period-selector {
    --cepm-period-start: 0%;
    --cepm-period-end: 35%;
    padding: 12px 20px 10px;
    border-top: 1px solid #b9d7e3;
    border-bottom: 1px solid #9ec5d6;
    background: linear-gradient(180deg, #f2fbfe, #e6f5fa);
    box-shadow: inset 0 1px 0 #fff;
}

.cepm-period-head,
.cepm-period-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cepm-period-head {
    margin-bottom: 8px;
    color: #123f60;
}

.cepm-period-head > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.cepm-period-head strong {
    font-size: .86rem;
}

.cepm-period-head small {
    color: #587483;
    font-size: .68rem;
    font-weight: 700;
}

.cepm-period-head span {
    padding: 4px 9px;
    border-radius: 999px;
    background: #e1f1f8;
    color: #0874aa;
    font-size: .72rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.cepm-dual-range {
    position: relative;
    height: 30px;
}

.cepm-dual-range-track {
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        #c8d9e1 0 var(--cepm-period-start),
        #08a0c6 var(--cepm-period-start) var(--cepm-period-end),
        #c8d9e1 var(--cepm-period-end) 100%
    );
    box-shadow: inset 0 1px 2px rgba(8, 49, 70, .2);
}

.cepm-card .cepm-dual-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    pointer-events: none;
}

.cepm-card .cepm-dual-range input[type="range"]::-webkit-slider-runnable-track {
    height: 7px;
    background: transparent;
}

.cepm-card .cepm-dual-range input[type="range"]::-webkit-slider-thumb {
    width: 21px;
    height: 21px;
    margin-top: -7px;
    appearance: none;
    border: 3px solid #087ca8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(4, 51, 75, .34);
    cursor: ew-resize;
    pointer-events: auto;
}

.cepm-card .cepm-dual-range input[type="range"]::-moz-range-track {
    height: 7px;
    background: transparent;
}

.cepm-card .cepm-dual-range input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 3px solid #087ca8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(4, 51, 75, .34);
    cursor: ew-resize;
    pointer-events: auto;
}

.cepm-period-values span {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #385f72;
}

.cepm-period-values small {
    color: #6a8490;
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cepm-period-values strong {
    font-size: .75rem;
    font-variant-numeric: tabular-nums;
}

.cepm-legend {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    box-sizing: border-box;
    padding: 7px 12px 6px;
    background: rgba(13, 14, 23, .97);
}

.cepm-legend-strip {
    display: flex;
    width: 100%;
    height: 30px;
}

.cepm-legend-stop {
    position: relative;
    flex: 1 1 0;
    height: 15px;
    min-width: 0;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.cepm-legend-stop:first-child {
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.cepm-legend-stop span {
    position: absolute;
    top: 18px;
    left: 50%;
    color: #fff;
    font-size: clamp(.48rem, .85vw, .66rem);
    font-variant-numeric: tabular-nums;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cepm-legend.is-dense .cepm-legend-stop span {
    font-size: clamp(.42rem, .7vw, .58rem);
}

.cepm-map-brand {
    position: absolute;
    bottom: 49px;
    left: 50%;
    z-index: 8;
    padding: 2px 6px;
    border-radius: 3px;
    background: rgba(7, 8, 12, .88);
    color: #fff !important;
    font-size: clamp(.52rem, 1vw, .72rem);
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cepm-card:fullscreen {
    overflow: auto;
    border-radius: 0;
    background: #fff;
}

.cepm-card:fullscreen .cepm-viewport {
    --cepm-height: calc(100vh - 265px);
}

@media (max-width: 760px) {
    .cepm-toolbar {
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 11px;
        padding: 13px;
    }

    .cepm-field,
    .cepm-tools {
        grid-column: 1 / -1;
    }

    .cepm-tools {
        flex-wrap: wrap;
    }

    .cepm-advanced-tools {
        top: auto;
        right: 8px;
        bottom: 56px;
    }

    .cepm-layer-menu {
        padding: 11px;
    }

    .cepm-layer-menu-head > div {
        display: block;
    }

    .cepm-layer-menu-head small {
        display: block;
        margin-top: 3px;
    }

    .cepm-layer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 9px;
        max-height: 56vh;
        overflow-y: auto;
    }

    .cepm-validity {
        align-items: flex-end;
    }

    .cepm-validity-actions {
        gap: 7px;
    }

    .cepm-card .cepm-menu-close {
        min-width: 78px;
        padding-right: 7px;
        padding-left: 10px;
    }

    .cepm-viewport {
        width: 100%;
        max-height: none;
    }

    .cepm-map-buttons {
        top: 76px;
        right: 8px;
        grid-template-columns: 38px 38px;
    }

    .cepm-map-buttons button {
        min-width: 38px;
        min-height: 38px;
    }

    .cepm-timeline {
        padding-right: 13px;
        padding-left: 13px;
    }

    .cepm-period-selector {
        padding-right: 13px;
        padding-left: 13px;
    }

    .cepm-period-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .cepm-period-values {
        gap: 8px;
    }

    .cepm-period-values strong {
        font-size: .67rem;
    }

    .cepm-map-titlebar {
        min-height: 38px;
        padding: 5px 8px;
    }

    .cepm-map-titlebar span {
        display: none;
    }

    .cepm-map-date {
        top: 44px;
        left: 7px;
        max-width: calc(100% - 92px);
    }

    .cepm-legend {
        padding-right: 5px;
        padding-left: 5px;
    }

    .cepm-legend.is-dense .cepm-legend-stop:nth-child(even) span {
        visibility: hidden;
    }
}

@media (min-width: 761px) and (max-width: 1080px) {
    .cepm-layer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .cepm-scene {
        transition: none;
    }
}

@media print {
    .cepm-toolbar,
    .cepm-timeline,
    .cepm-map-buttons {
        display: none !important;
    }

    .cepm-viewport {
        width: 100%;
        aspect-ratio: 55 / 41;
    }
}
