.cd-mvs {
box-sizing: border-box;
margin: 1.25rem 0 1.75rem;
max-width: 100%;
}
.cd-mvs--selector-only {
margin-bottom: 1rem;
}
.cd-mvs__premium-notice {
margin: 0 0 1rem;
padding: 0.75rem 1rem;
font-size: 0.9rem;
line-height: 1.45;
color: var(--cd-navy, #0f172a);
background: var(--cd-surface-muted, #f1f5f9);
border: 1px solid var(--cd-border, #e2e8f0);
border-left: 3px solid var(--cd-blue, #1e3a5f);
border-radius: 12px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
.cd-mvs__premium-link {
margin-left: 0.35em;
font-weight: 600;
color: var(--cd-blue, #1e3a5f);
text-underline-offset: 2px;
}
.cd-mvs__premium-link:focus-visible {
outline: 2px solid var(--cd-blue, #1e3a5f);
outline-offset: 2px;
border-radius: 2px;
} .cd-mvs__period {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin: 0 0 0.75rem;
padding: 0;
max-width: 100%;
}
.cd-mvs__period-label {
margin: 0;
font-size: 0.75rem;
font-weight: 600;
color: var(--cd-text-muted, #64748b);
}
.cd-mvs__period-options {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
}
.cd-mvs__period-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.45rem 0.75rem;
font-size: 0.875rem;
font-weight: 600;
line-height: 1.3;
color: var(--cd-navy, #0f172a);
text-decoration: none;
background: #fff;
border: 1px solid #dbe4ee;
border-radius: 999px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
transition: border-color 0.15s ease, background-color 0.15s ease;
}
.cd-mvs__period-btn:hover {
border-color: #c5d4e3;
background: #f8fafc;
}
.cd-mvs__period-btn.is-active {
color: #fff;
background: var(--cd-blue, #1e3a5f);
border-color: var(--cd-blue, #1e3a5f);
}
.cd-mvs__period-btn:focus-visible {
outline: 2px solid var(--cd-blue, #1e3a5f);
outline-offset: 2px;
} .cd-mvs__selector {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.5rem;
margin: 1rem 0;
padding: 14px 16px;
max-width: 100%;
min-width: 0;
background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
border: 1px solid rgba(226, 232, 240, 0.95);
border-radius: 14px;
box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.cd-mvs__selector-label {
order: 0;
margin: 0;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: none;
color: var(--cd-text-muted, #64748b);
line-height: 1.3;
}
.cd-mvs__select {
order: 1;
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-width: 0;
margin: 0;
padding: 0.65rem 0.85rem;
font-size: 1.05rem;
line-height: 1.4;
color: var(--cd-navy, #0f172a);
background: #fff;
border: 1px solid #dbe4ee;
border-radius: 10px;
cursor: pointer;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
transition: border-color 0.15s ease, box-shadow 0.15s ease;
-webkit-appearance: none;
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
linear-gradient(135deg, #64748b 50%, transparent 50%);
background-position: calc(100% - 1.15rem) calc(50% + 0.15rem), calc(100% - 0.75rem) calc(50% + 0.15rem);
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
padding-right: 2.5rem;
min-height: 2.75rem;
}
.cd-mvs__select:hover {
border-color: #c5d4e3;
}
.cd-mvs__select:focus {
outline: none;
}
.cd-mvs__select:focus-visible {
border-color: var(--cd-blue, #1e3a5f);
box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.18), 0 1px 2px rgba(15, 23, 42, 0.06);
} .cd-mvs__selector-hint {
order: 2;
margin: 0.15rem 0 0;
padding: 0;
font-size: 0.8125rem;
line-height: 1.45;
color: var(--cd-text-muted, #64748b);
max-width: 100%;
} .cd-mvs__selector--prefs .cd-mvs__prefs-status--inline {
order: 3;
}
@media (min-width: 600px) {
.cd-mvs__select {
width: 100%;
max-width: min(340px, 100%);
align-self: flex-start;
}
}
.cd-mvs__prefs-status--inline {
margin: 0.35rem 0 0;
font-size: 0.85rem;
line-height: 1.4;
color: var(--cd-blue, #1e3a5f);
}
.cd-mvs__calendar + .cd-mvs__selector {
margin-top: 1.25rem;
}
.cd-mvs__calendar {
clear: both;
}
@media (max-width: 767px) {
.cd-mvs__selector {
position: sticky;
top: var(--cdsn-header-h, 54px);
z-index: 40;
margin: 0 0 12px;
}
body.cd-mvs-view-map .cd-mvs__selector,
body.cd-mvs-view-calendar .cd-mvs__selector {
position: relative;
top: auto;
z-index: 5;
}
.cd-mvs__select {
min-height: 44px;
font-size: 16px;
}
.cd-mvs__period-btn {
min-height: 44px;
padding: 0.65rem 0.9rem;
}
}
.cd-mvs--error {
padding: 0.85rem 1.1rem;
background: #fef2f2;
border: 1px solid #fecaca;
border-radius: 12px;
color: var(--cd-navy, #0f172a);
box-shadow: 0 1px 2px rgba(185, 28, 28, 0.06);
}
.cd-mvs__view-title {
margin: 0 0 0.85rem;
font-size: 1.45rem;
line-height: 1.25;
color: var(--cd-navy, #0f172a);
}
body.cd-mvs-agenda-page .entry-header .entry-title,
body.cd-mvs-agenda-page .ast-single-entry-banner .ast-container > h1 {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.cd-mvs .leaflet-container img.leaflet-tile,
.cd-mvs .gm-style img {
max-width: none !important;
max-height: none !important;
}
@media (max-width: 921px) {
.cd-mvs .mec-googlemap-skin,
.cd-mvs .mec-skin-map-container .mec-googlemap-skin,
.cd-mvs .leaflet-container.mec-googlemap-skin {
width: 100% !important;
min-height: 320px !important;
height: min(60vh, 560px) !important;
max-height: 560px;
margin-bottom: calc(12px + var(--csn-bottom-h, 68px) + env(safe-area-inset-bottom, 0px));
}
}
@media (orientation: landscape) and (max-height: 500px) {
.cd-mvs .mec-googlemap-skin,
.cd-mvs .mec-skin-map-container .mec-googlemap-skin {
min-height: 280px !important;
height: min(70vh, 420px) !important;
max-height: 420px;
}
} body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ .mec-wrap,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ * > .mec-wrap,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ .wp-block-shortcode .mec-wrap,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ * form[id^="mec_search_form_"] {
display: none !important;
} body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ .wp-block-quote,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ blockquote,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ .wp-block-group.has-background,
body.cd-mvs-agenda-page .cd-mvs:not(.cd-mvs--selector-only) ~ .n2-ss-slider,
body.cd-mvs-agenda-page .post-navigation,
body.cd-mvs-agenda-page .navigation.post-navigation,
body.cd-mvs-agenda-page .ast-single-navigation {
display: none !important;
} body.cd-mvs-view-calendar .cd-mvs #mec-gCalendar-wrap,
body.cd-mvs-view-calendar .cd-mvs .mec-gCalendar,
body.cd-mvs-view-calendar .cd-mvs .fc {
min-height: 480px;
width: 100%;
max-width: 100%;
overflow: visible;
}
body.cd-mvs-view-calendar .cd-mvs .fc .fc-view-harness,
body.cd-mvs-view-calendar .cd-mvs .fc .fc-daygrid-body,
body.cd-mvs-view-calendar .cd-mvs .fc .fc-scrollgrid,
body.cd-mvs-view-calendar .cd-mvs .fc .fc-scrollgrid table,
body.cd-mvs-view-calendar .cd-mvs .fc .fc-scrollgrid-sync-table,
body.cd-mvs-view-calendar .cd-mvs .fc .fc-col-header {
min-height: 0;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
table-layout: fixed !important;
}
body.cd-mvs-view-calendar .cd-mvs .fc table {
display: table !important;
}
body.cd-mvs-view-calendar .cd-mvs .fc-daygrid-day-number,
body.cd-mvs-view-calendar .cd-mvs .fc-col-header-cell-cushion {
color: #0f172a !important;
visibility: visible !important;
opacity: 1 !important;
}
body.cd-mvs-view-calendar .cd-mvs .fc-scrollgrid {
border: 1px solid #cbd5e1;
}
@media (max-width: 767px) {
body.cd-mvs-view-calendar .cd-mvs .fc-view-harness {
min-height: 420px;
}
body.cd-mvs-view-map .cd-mvs .mec-googlemap-skin,
body.cd-mvs-view-map .mec-skin-map-container .mec-googlemap-skin,
.cd-mvs--public-map .mec-googlemap-skin {
width: 100% !important;
min-height: 420px !important;
height: min(62vh, 560px) !important;
max-height: 560px;
touch-action: pan-x pan-y;
margin-bottom: calc(16px + var(--csn-bottom-h, 68px) + env(safe-area-inset-bottom, 0px));
}
}
@media (max-width: 767px) {
.cd-mvs {
padding-bottom: calc(28px + var(--csn-bottom-h, 68px) + env(safe-area-inset-bottom, 0px));
} body.cd-mvs-view-map {
--cd-map-safe-top: var(--cdsn-header-h, 54px);
--cd-map-safe-bottom: calc(var(--csn-bottom-h, 68px) + env(safe-area-inset-bottom, 0px));
--cd-map-safe-fab-left: 92px;
--cd-map-safe-fab-right: 72px;
}
body.cd-mvs-view-map .cd-mvs {
position: relative;
z-index: 1;
isolation: isolate;
}
body.cd-mvs-view-map .cd-mvs__selector,
body.cd-mvs-view-calendar .cd-mvs__selector {
position: relative !important;
top: auto !important;
z-index: 2 !important;
}
body.cd-mvs-view-map .mec-googlemap-skin,
body.cd-mvs-view-map .mec-skin-map-container .mec-googlemap-skin,
.cd-mvs--public-map .mec-googlemap-skin {
position: relative;
z-index: 1;
isolation: isolate;
touch-action: pan-x pan-y pinch-zoom;
}
body.cd-mvs-view-map .gm-style,
body.cd-mvs-view-map .mec-googlemap-skin .gm-style {
position: relative;
z-index: 1;
} body.cd-mvs-view-map .cd-compare-bar--hidden,
body.cd-mvs-view-map .cd-compare-bar[aria-hidden="true"] {
pointer-events: none !important;
} body.cd-mvs-view-map .cdl-global-live {
pointer-events: none !important;
}
body.cd-mvs-view-map .cdl-global-live__fab,
body.cd-mvs-view-map .cdl-global-live__panel,
body.cd-mvs-view-map .cdl-global-live--is-open .cdl-global-live__panel {
pointer-events: auto !important;
}
body.cd-mvs-view-map .cda-assistant__toggle {
pointer-events: auto;
}
body.cd-mvs-view-map .gm-svpc,
body.cd-mvs-view-map .gm-fullscreen-control {
display: none !important;
}
.cd-mvs-iw-events {
margin-top: 0.45rem;
padding-top: 0.35rem;
border-top: 1px solid #e2e8f0;
}
.cd-mvs-iw-link {
display: inline-block;
margin: 0.15rem 0;
font-weight: 600;
color: #1e3a5f;
text-decoration: underline;
}
}
.cd-mvs__period {
position: relative;
z-index: 5;
}
.cd-mvs .mec-load-more-button,
.cd-mvs .mec-month-navigator,
.cd-mvs .fc-toolbar,
.cd-mvs .fc-header-toolbar {
position: relative;
z-index: 3;
margin-bottom: 8px;
}
.cd-mvs__period-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
}
.cd-mvs__period-btn {
width: 100%;
}
} @media (min-width: 768px) {
body.cd-mvs-view-map .mec-googlemap-skin,
body.cd-mvs-view-map .mec-skin-map-container .mec-googlemap-skin,
.cd-mvs--public-map .mec-googlemap-skin,
body.cd-mvs-view-map .gm-style,
.cd-mvs--public-map .gm-style {
pointer-events: auto !important;
touch-action: none;
cursor: grab;
}
body.cd-mvs-view-map .gm-style:active,
.cd-mvs--public-map .gm-style:active {
cursor: grabbing;
}
body.cd-mvs-view-map .cd-compare-bar--hidden,
body.cd-mvs-view-map .cd-compare-bar[aria-hidden="true"],
.cd-mvs--public-map .cd-compare-bar--hidden {
pointer-events: none !important;
}
}