@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

html, body { margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; }
html.admin-bar, body.admin-bar { margin-top: 0 !important; }
body.ehden365-wall-page {
  background: radial-gradient(1200px 700px at 20% -10%, #28455f 0%, #0a1925 45%, #050b12 100%) !important;
  color: #e9eff4;
  font-family: 'IBM Plex Sans', sans-serif;
}
body.ehden365-wall-page #wpadminbar,
body.ehden365-wall-page #masthead,
body.ehden365-wall-page .site-header,
body.ehden365-wall-page .storefront-primary-navigation,
body.ehden365-wall-page .primary-navigation,
body.ehden365-wall-page .main-navigation,
body.ehden365-wall-page .handheld-navigation,
body.ehden365-wall-page .entry-header,
body.ehden365-wall-page .storefront-breadcrumb,
body.ehden365-wall-page #secondary,
body.ehden365-wall-page #colophon,
body.ehden365-wall-page .site-footer { display: none !important; }
body.ehden365-wall-page,
body.ehden365-wall-page .site,
body.ehden365-wall-page .site-content,
body.ehden365-wall-page .col-full,
body.ehden365-wall-page .content-area,
body.ehden365-wall-page .site-main,
body.ehden365-wall-page .hentry,
body.ehden365-wall-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh !important;
}

.ehden365-wall-app {
  --tile-width: 132;
  --tile-height: 88;
  --seen-icon-size: 120px;
  position: relative;
  min-height: 100vh;
}
body.ehden365-wall-page.ehden365-splash-open {
  overflow: hidden !important;
}
.ehden365-wall-app.is-splash-open .ehden365-wall-scroll {
  overflow: hidden;
}
.ehden365-entry-splash {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 20px);
  background: #000;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
}
.ehden365-entry-splash[hidden] {
  display: none !important;
}
.ehden365-entry-splash.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.ehden365-entry-splash-shell {
  width: min(1320px, 96vw);
  max-height: min(96vh, 980px);
  border-radius: 16px;
  border: 1px solid rgba(180, 224, 251, .28);
  background: linear-gradient(165deg, rgba(8, 21, 32, .8), rgba(5, 12, 19, .74));
  box-shadow: 0 30px 82px rgba(0,0,0,.54), 0 0 0 1px rgba(255,255,255,.1) inset;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr;
}
.ehden365-entry-splash-title {
  margin: 0;
  padding: 10px 12px 8px;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234, 245, 252, .88);
}
.ehden365-entry-splash-media {
  min-height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.ehden365-entry-splash-media .ehden365-animation-studio {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  min-height: 0 !important;
  --ehden365-crop-top-pct: 15 !important;
  --ehden365-crop-bottom-pct: 15 !important;
}
.ehden365-entry-splash-media .ehden365-animation-stage {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
}
.ehden365-entry-splash-media .ehden365-animation-viewport {
  width: 100% !important;
  max-width: 100% !important;
}
.ehden365-entry-splash-media .ehden365-animation-studio > h2,
.ehden365-entry-splash-media .ehden365-animation-studio > p,
.ehden365-entry-splash-media .ehden365-animation-controls,
.ehden365-entry-splash-media .ehden365-transition-picker,
.ehden365-entry-splash-media .ehden365-animation-scrub,
.ehden365-entry-splash-media .ehden365-animation-caption,
.ehden365-entry-splash-media .ehden365-animation-nav-slot {
  display: none !important;
}
.ehden365-entry-splash-fallback {
  min-height: 40vh;
  display: grid;
  place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(24px, 4vw, 44px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f2f8fc;
}
.ehden365-entry-splash-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, rgba(4, 10, 16, 0), rgba(4, 10, 16, .52));
}
.ehden365-entry-splash-btn {
  border-radius: 999px;
  border: 1px solid rgba(167, 213, 239, .55);
  padding: 9px 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: lowercase;
  cursor: pointer;
}
.ehden365-entry-splash-btn.primary {
  background: linear-gradient(130deg, #2f79da, #5fa7ff);
  color: #03111b;
  border-color: rgba(180, 232, 255, .9);
}
.ehden365-entry-splash-btn.ghost {
  background: rgba(7, 22, 34, .74);
  color: #e8f4fc;
}
.ehden365-wall-scroll {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(202, 213, 224, .4) transparent;
}
.ehden365-wall-grid {
  display: grid;
  gap: 0;
  padding: 0;
  align-content: start;
}
.ehden365-tile {
  position: relative;
  aspect-ratio: 3 / 2;
  border: 2px solid #000;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: #000;
  isolation: isolate;
  box-sizing: border-box;
}
.ehden365-tile-link {
  width: 100%;
  height: 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.ehden365-hover-indicator {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.9);
  opacity: 0;
  transition: opacity .12s ease;
  z-index: 1;
  pointer-events: none;
}
.ehden365-tile.is-hover-cue .ehden365-hover-indicator {
  opacity: 1;
}
.ehden365-tile.is-shortlisted::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 3px #22c55e;
  z-index: 2;
  pointer-events: none;
}
.ehden365-tile.is-seen::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 3px #9f111d;
  z-index: 2;
  pointer-events: none;
}
.ehden365-seen-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .74);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .14s ease;
  pointer-events: none;
}
.ehden365-seen-overlay svg {
  width: var(--seen-icon-size);
  height: var(--seen-icon-size);
  stroke: #4a4a4a;
  stroke-width: 2.2;
  fill: none;
  opacity: .95;
}
.ehden365-tile.is-seen .ehden365-seen-overlay {
  opacity: 1;
}
.ehden365-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: none;
}

.ehden365-top-tabs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9800;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 0;
  pointer-events: none;
}
.ehden365-top-tab {
  pointer-events: auto;
  margin-top: 0;
  border: none;
  border-radius: 0 0 14px 14px;
  padding: 10px 18px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
  cursor: pointer;
  color: #f7fbff;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.ehden365-top-tab.is-active {
  box-shadow: 0 0 0 2px #fff, 0 10px 24px rgba(0,0,0,.4);
  transform: translateY(2px);
  filter: brightness(1.1);
}
.ehden365-top-tab.tab-enjoy { background: linear-gradient(140deg, #9b1d2f, #d83a4a); }
.ehden365-top-tab.tab-decide { background: linear-gradient(140deg, #12724e, #2bad6f); }
.ehden365-top-tab.tab-have { background: linear-gradient(140deg, #214f9a, #2f79da); }
.ehden365-top-tab.tab-decide { position: relative; }
.ehden365-top-tab.tab-decide.genie-hint {
  animation: ehden365-decide-pulse .5s ease-in-out 6;
}
.ehden365-top-tab.tab-decide.genie-hint::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #eafff0 0%, #75ff9f 35%, #28c96d 100%);
  box-shadow: 0 0 0 3px rgba(255,255,255,.28), 0 0 30px rgba(67, 255, 152, .72);
  animation: ehden365-genie-dot .5s ease-in-out 6;
  pointer-events: none;
}
@keyframes ehden365-decide-pulse {
  0% {
    transform: translateY(0) scale(1, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-4px) scale(1.22, 1.22);
    box-shadow: 0 18px 36px rgba(0,0,0,.46), 0 0 36px rgba(74, 240, 140, .74), 0 0 0 3px rgba(117,255,159,.52);
    filter: brightness(1.22);
  }
  100% {
    transform: translateY(0) scale(1, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    filter: brightness(1);
  }
}
@keyframes ehden365-genie-dot {
  0% { opacity: .25; transform: translate(-50%, -8px) scale(.55); }
  50% { opacity: 1; transform: translate(-50%, 0) scale(1.4); }
  100% { opacity: .25; transform: translate(-50%, 9px) scale(.65); }
}
.ehden365-zoom-dock {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9801;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(9, 21, 30, .9), rgba(11, 33, 46, .85));
  border: 1px solid rgba(158, 222, 255, .36);
  box-shadow: 0 12px 26px rgba(0,0,0,.38), 0 0 22px rgba(91, 191, 255, .22);
  transition: box-shadow .3s ease;
}
.ehden365-zoom-dock.onboarding-pulse {
  animation: ehden365-zoom-pulse 2s ease-in-out infinite;
}
@keyframes ehden365-zoom-pulse {
  0% { box-shadow: 0 12px 26px rgba(0,0,0,.38), 0 0 22px rgba(91, 191, 255, .22), 0 0 0 0px rgba(91, 191, 255, 0); }
  50% { box-shadow: 0 12px 26px rgba(0,0,0,.38), 0 0 22px rgba(91, 191, 255, .22), 0 0 0 8px rgba(91, 191, 255, 0.4); }
  100% { box-shadow: 0 12px 26px rgba(0,0,0,.38), 0 0 22px rgba(91, 191, 255, .22), 0 0 0 16px rgba(91, 191, 255, 0); }
}
.ehden365-photo-count {
  display: block;
  font-size: 10px;
  color: rgba(218, 238, 250, .95);
  line-height: 1.15;
  letter-spacing: .01em;
}
.ehden365-zoom-sorts {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.ehden365-zoom-sort {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(183, 223, 246, .35);
  background: rgba(7, 23, 34, .72);
  color: rgba(214, 236, 250, .92);
  border-radius: 8px;
  font-size: 9px;
  line-height: 1;
  padding: 3px 5px;
  letter-spacing: .01em;
  cursor: pointer;
}
.ehden365-zoom-sort.is-active {
  border-color: rgba(79, 208, 255, .9);
  color: #f6fcff;
  background: rgba(18, 71, 101, .9);
}

.ehden365-side-handle {
  position: fixed;
  z-index: 9800;
  border: none;
  color: #eaf2f8;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: lowercase;
  letter-spacing: .08em;
  font-size: 12px;
  padding: 11px 12px;
  background: rgba(6, 14, 22, .94);
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s ease;
}
.ehden365-side-handle.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, #6f2bda 0%, #4a1997 100%);
}
.ehden365-side-handle.onboarding-nudge-left {
  animation: ehden365-nudge-left 3s ease-in-out infinite;
}
.ehden365-side-handle.onboarding-nudge-right {
  animation: ehden365-nudge-right 3s ease-in-out infinite;
}
@keyframes ehden365-nudge-left {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(10px); }
}
@keyframes ehden365-nudge-right {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-10px); }
}
.ehden365-side-handle.right {
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 12px 0 0 12px;
}
.ehden365-side-handle.formulas { top: 24%; }
.ehden365-side-handle.contact { top: 58%; }

.ehden365-bottom-handle {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9800;
  border: none;
  border-radius: 14px 14px 0 0;
  padding: 10px 18px;
  background: linear-gradient(140deg, #6c2fbd, #9b57f2);
  color: #f7fbff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 -10px 30px rgba(0,0,0,.35);
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s ease;
}
.ehden365-bottom-handle:hover {
  transform: translateX(-50%) translateY(-2px);
  filter: brightness(1.08);
}
.ehden365-bottom-handle[aria-expanded="true"] {
  transform: translateX(-50%) translateY(100%);
}

.ehden365-side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(340px, 78vw);
  z-index: 67;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(7,17,28,.96) 0%, rgba(7,16,26,.88) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 46px rgba(0,0,0,.45);
  overflow-y: auto;
  transition: transform .24s ease;
}
.ehden365-bottom-panel {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: min(1200px, 98vw);
  z-index: 67;
  padding: 10px;
  background: linear-gradient(180deg, rgba(7,17,28,.96) 0%, rgba(7,16,26,.88) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 -18px 46px rgba(0,0,0,.45);
  border-radius: 14px 14px 0 0;
  border: 1px solid rgba(255,255,255,.16);
  border-bottom: none;
  transition: transform .28s cubic-bezier(0.33, 1, 0.68, 1);
}
.ehden365-bottom-panel.open {
  transform: translateX(-50%) translateY(0);
}
.ehden365-months-media-wrap {
  width: 100%;
  max-height: min(75vh, 720px);
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  cursor: pointer;
}
.ehden365-months-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#ehden365-panel-cherrypick {
  top: 50%;
  bottom: auto;
  max-height: min(70vh, 620px);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-left: 66px;
}
.ehden365-side-panel.left { left: 0; transform: translateX(-100%); border-right: 1px solid rgba(255,255,255,.16); }
.ehden365-side-panel.right { right: 0; transform: translateX(100%); border-left: 1px solid rgba(255,255,255,.16); }
.ehden365-side-panel.open.left,
.ehden365-side-panel.open.right { transform: translateX(0); }
#ehden365-panel-cherrypick.ehden365-side-panel.left {
  transform: translateX(calc(-100% - 16px)) translateY(-50%);
}
#ehden365-panel-cherrypick.ehden365-side-panel.open.left {
  transform: translateX(0) translateY(-50%);
}
.ehden365-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.ehden365-panel-head strong { font-family: 'Space Grotesk', sans-serif; letter-spacing: .06em; text-transform: lowercase; }
.ehden365-panel-head button { border: 1px solid rgba(255,255,255,.35); background: transparent; color: #f0f4f7; border-radius: 7px; padding: 4px 8px; cursor: pointer; }
.ehden365-panel-note { margin: 0 0 8px; font-size: 12px; color: #bbcad7; }

.ehden365-cherry-controls {
  display: grid;
  gap: 8px;
  margin: 0 0 10px;
}
.ehden365-filter-group {
  display: grid;
  gap: 4px;
}
.ehden365-filter-label {
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: lowercase;
  color: rgba(195, 219, 236, .9);
}
.ehden365-filter-chips {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.ehden365-filter-chip {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(183, 223, 246, .35);
  background: rgba(7, 23, 34, .72);
  color: rgba(214, 236, 250, .92);
  border-radius: 8px;
  font-size: 9px;
  line-height: 1;
  padding: 3px 5px;
  letter-spacing: .01em;
  cursor: pointer;
}
.ehden365-filter-chip.is-active {
  border-color: rgba(79, 208, 255, .9);
  color: #f6fcff;
  background: rgba(18, 71, 101, .9);
}

.ehden365-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.ehden365-tag {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(12,24,37,.72);
  color: #edf4fa;
  border-radius: 999px;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 1;
}
.ehden365-tag.active { background: #f4c147; color: #27180a; border-color: #f4c147; }

.ehden365-control { display: grid; gap: 6px; margin-bottom: 11px; font-size: 12px; }
.ehden365-control select,
.ehden365-control input[type='range'] {
  width: 100%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  background: rgba(6, 14, 22, .7);
  color: #eef4f9;
  padding: 7px 8px;
}
#ehden365-panel-formulas {
  background: #fff;
  color: #000;
  border-left: 1px solid #000;
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
}
#ehden365-panel-formulas .ehden365-panel-note { color: #000; }
.ehden365-zoom-icon {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 32px;
  height: 32px;
  color: #04111a;
  flex: 0 0 auto;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #d5f4ff 0%, #8edfff 58%, #56b9ec 100%);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 6px 14px rgba(0,0,0,.28);
  cursor: pointer;
  padding: 0;
}
.ehden365-zoom-icon svg {
  width: 72%;
  height: 72%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ehden365-pricing-table-wrap {
  display: grid;
  gap: 10px;
  color: #000;
}
.ehden365-pricing-table-wrap h4 {
  margin: 0 0 5px;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #000;
}
.ehden365-pricing-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  background: #fff;
}
.ehden365-pricing-table-wrap th,
.ehden365-pricing-table-wrap td {
  border: 1px solid #000;
  padding: 4px 5px;
  text-align: center;
  color: #000;
}
.ehden365-pricing-table-wrap th {
  background: #f4f4f4;
}

.ehden365-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: rgba(2,7,13,.62);
  backdrop-filter: blur(3px);
  opacity: 1;
  transition: opacity .2s ease;
}
/* Override legacy moments styles that set .ehden365-modal display:none */
#ehden365-wall-app .ehden365-modal-backdrop,
#ehden365-wall-app .ehden365-modal {
  display: block;
}
#ehden365-wall-app .ehden365-modal-backdrop[hidden],
#ehden365-wall-app .ehden365-modal[hidden] {
  display: none !important;
}
.ehden365-modal {
  position: fixed;
  z-index: 76;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, calc(100vw - 28px));
  max-height: calc(100vh - 34px);
  overflow: auto;
  background: linear-gradient(160deg, #102130 0%, #0b1824 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
  opacity: 1;
  transition: opacity .2s ease, transform .2s ease;
}
.ehden365-modal.is-fading-out {
  opacity: 0;
  transform: translate(-50%, -46%) scale(.97);
  pointer-events: none;
}
.ehden365-modal-backdrop.is-fading-out {
  opacity: 0;
}
#ehden365-modal-decide {
  background: rgba(8,16,25,.58);
  backdrop-filter: blur(4px);
  border: 4px solid #22c55e;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.16) inset;
  width: fit-content;
  max-width: min(1920px, calc(100vw - 20px));
  height: auto;
  max-height: calc(100vh - 18px);
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(140, 255, 190, .7) rgba(8,16,25,.45);
}
#ehden365-modal-decide::-webkit-scrollbar { width: 8px; }
#ehden365-modal-decide::-webkit-scrollbar-track { background: rgba(8,16,25,.45); border-radius: 999px; }
#ehden365-modal-decide::-webkit-scrollbar-thumb { background: linear-gradient(180deg, rgba(154,255,202,.85), rgba(59,185,116,.95)); border-radius: 999px; }
.ehden365-modal header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ehden365-modal h3 { margin: 0; font-family: 'Space Grotesk', sans-serif; letter-spacing: .06em; text-transform: uppercase; font-size: 14px; }
.ehden365-modal header button { border: none; background: transparent; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.ehden365-modal-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.ehden365-modal-card {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(8,16,25,.75);
  width: auto;
  max-width: 320px;
}
.ehden365-modal-thumb {
  margin: 0;
  display: block;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ehden365-modal-card img {
  width: auto;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  display: block;
}
.ehden365-modal-thumb-label {
  position: absolute;
  left: 7px;
  bottom: 7px;
  z-index: 2;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .03em;
  color: #f4f9ff;
  background: rgba(2, 8, 14, .62);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 7px;
  padding: 4px 6px;
}
#ehden365-modal-decide .ehden365-modal-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#ehden365-modal-decide .ehden365-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  align-items: start;
  gap: 0;
  margin-bottom: 10px;
}
#ehden365-modal-decide .ehden365-modal-card {
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  position: relative;
  border: 2px solid #000;
  border-radius: 0;
}
#ehden365-modal-decide .ehden365-modal-thumb {
  width: 100%;
}
.ehden365-modal-card-actions {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
}
.ehden365-modal-card-action {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: rgba(0, 0, 0, .65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  backdrop-filter: blur(2px);
}
.ehden365-modal-card-action:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, .85);
  border-color: rgba(255,255,255,.3);
}
.ehden365-modal-card-action svg {
  width: 15px;
  height: 15px;
  display: block;
}
.ehden365-modal-card-action.replace {
  color: #22c55e;
}
.ehden365-modal-card-action.replace svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ehden365-modal-card-action.drop {
  color: #ef4444;
}
.ehden365-modal-card-action.drop svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ehden365-modal header .ehden365-clear-selection {
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(8,16,25,.7);
  color: #eaf4ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: lowercase;
  border-radius: 8px;
  padding: 4px 7px;
  cursor: pointer;
}
.ehden365-modal header .ehden365-clear-selection:hover {
  background: rgba(12,22,34,.9);
}
.ehden365-modal-card .meta { padding: 6px 8px; display: grid; gap: 6px; font-size: 11px; }
.ehden365-modal-card .meta button {
  border: 1px solid rgba(255,255,255,.25);
  background: transparent;
  color: #f0f4f8;
  border-radius: 7px;
  padding: 4px 7px;
  cursor: pointer;
}
.ehden365-modal-row-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.ehden365-pill {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 2px 6px;
  border-radius: 999px;
}
.ehden365-pill.shortlist { background: rgba(34,197,94,.2); border: 1px solid rgba(34,197,94,.55); color: #bdf9d0; }
.ehden365-pill.seen { background: rgba(245,158,11,.2); border: 1px solid rgba(245,158,11,.55); color: #fde5b3; }
.ehden365-modal-card.is-shortlisted { border-color: rgba(34,197,94,.6); box-shadow: 0 0 0 1px rgba(34,197,94,.45) inset; }
.ehden365-modal-card.is-seen { border-color: rgba(245,158,11,.4); }
.ehden365-modal-preview {
  width: min(760px, calc(100vw - 28px));
}
.ehden365-preview-body {
  display: grid;
  gap: 10px;
}
.ehden365-preview-body img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255,255,255,.18);
}
.ehden365-preview-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ehden365-preview-actions button,
.ehden365-preview-actions a {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(6,14,22,.6);
  color: #eff5f9;
  border-radius: 8px;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.ehden365-preview-actions #ehden365-preview-drop {
  border-color: rgba(245,158,11,.55);
  color: #fde5b3;
}
.ehden365-preview-actions #ehden365-preview-have {
  border-color: rgba(96,165,250,.6);
  color: #cfe6ff;
}
.ehden365-modal-have {
  width: min(1200px, calc(100vw - 20px));
}
.ehden365-have-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 16px;
  padding: 10px 4px;
}
.ehden365-have-size-group {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  border: 1px solid rgba(255,255,255,.05);
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.02);
}
.ehden365-have-group-header {
  grid-column: span 2;
}
.ehden365-have-bundle-box {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 16px 12px 12px;
  background: rgba(34, 197, 94, 0.08);
  border: 2px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
  margin-bottom: 8px;
  position: relative;
}
.ehden365-have-bundle-box::before {
  content: 'Bundle of 4 (Special Rate)';
  position: absolute;
  top: -10px;
  left: 12px;
  background: #22c55e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.ehden365-have-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.03);
}
.ehden365-have-nudge {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  animation: nudge-pulse 2s infinite;
}
@keyframes nudge-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
@media (max-width: 900px) {
  .ehden365-have-list,
  .ehden365-have-size-group,
  .ehden365-have-bundle-box {
    grid-template-columns: 1fr;
  }
  .ehden365-have-size-group > *,
  .ehden365-have-bundle-box > *,
  .ehden365-have-group-header {
    grid-column: span 1;
  }
}
.ehden365-modal-monthsprints {
  width: min(1500px, calc(100vw - 10px));
  max-height: calc(100vh - 16px);
  padding: 0 4px 4px;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}
.ehden365-monthsprints-page {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: linear-gradient(165deg, rgba(10, 24, 36, .92), rgba(8, 18, 28, .9));
  padding: 0 8px 8px;
  min-height: min(90vh, 940px);
  display: grid;
  gap: 8px;
  align-content: start;
  overflow: auto;
}
.ehden365-monthsprints-tabs {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 0 2px;
  overflow-x: auto;
}
.ehden365-monthsprints-tab {
  flex: 1 1 0;
  min-width: 280px;
  border: 1px solid rgba(255,255,255,.14);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  color: #f7fbff;
  padding: 14px 18px 13px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .01em;
  cursor: pointer;
  text-align: center;
  transition: background .14s ease, color .14s ease, transform .14s ease, border-color .14s ease, filter .14s ease, box-shadow .14s ease;
}
.ehden365-monthsprints-tab[data-months-edition="edition12"] {
  background: linear-gradient(180deg, rgba(26, 116, 64, .98), rgba(14, 63, 35, .88));
  border-color: rgba(106, 214, 149, .42);
  color: #f3fff7;
}
.ehden365-monthsprints-tab[data-months-edition="edition24"] {
  background: linear-gradient(180deg, rgba(173, 38, 129, .98), rgba(98, 19, 72, .9));
  border-color: rgba(255, 131, 214, .44);
  color: #fff4fb;
}
.ehden365-monthsprints-tab:hover {
  filter: brightness(1.08) saturate(1.06);
  transform: translateY(-1px);
}
.ehden365-monthsprints-tab.is-active {
  filter: brightness(1.12) saturate(1.08);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .14), 0 0 0 1px rgba(255,255,255,.08) inset;
}
.ehden365-monthsprints-block {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(8, 16, 25, .54);
  padding: 10px 12px;
  grid-area: owners;
}
.ehden365-monthsprints-copy {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}
.ehden365-monthsprints-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(225, 236, 246, .9);
}
.ehden365-monthsprints-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  grid-template-areas: "asset owners";
  gap: 8px;
  align-items: start;
}
.ehden365-monthsprints-block h4 {
  margin: 0 0 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  letter-spacing: .04em;
  color: #7ec3ff;
}
.ehden365-monthsprints-owner-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 5px;
}
.ehden365-monthsprints-owner-list li {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(206, 223, 236, .92);
}
.ehden365-monthsprints-owner-empty {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(180, 200, 216, .76);
}
.ehden365-monthsprints-asset-slot {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(5, 10, 15, .58);
  padding: 4px;
  grid-area: asset;
  display: grid;
  align-content: start;
  justify-items: stretch;
  align-self: start;
  gap: 10px;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.ehden365-monthsprints-asset-media {
  position: relative;
  align-self: start;
  display: grid;
  align-content: start;
}
.ehden365-monthsprints-asset-slot:hover {
  transform: translateY(-1px);
  border-color: rgba(219, 184, 255, .32);
  background: rgba(12, 18, 26, .72);
}
.ehden365-monthsprints-asset-slot img {
  width: 100%;
  height: auto;
  max-height: min(78vh, 860px);
  object-fit: contain;
  object-position: top center;
  background: #000;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 6px;
  display: block;
  align-self: start;
  justify-self: stretch;
}
.ehden365-monthsprints-asset-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 0 4px 2px;
}
.ehden365-monthsprints-price-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(118, 196, 255, .28);
  background: rgba(8, 17, 25, .58);
  color: #dff2ff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
}
.ehden365-monthsprints-asset-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.ehden365-monthsprints-action {
  min-width: 92px;
}
.ehden365-monthsprints-action.inquire {
  border-color: rgba(96,165,250,.55);
  color: #d6ebff;
}
.ehden365-monthsprints-action.buy {
  border-color: rgba(34,197,94,.55);
  color: #d3ffe2;
}
.ehden365-monthsprints-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(4, 12, 18, .72);
  color: #eef6fb;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.ehden365-monthsprints-zoom:hover {
  transform: translateY(-1px);
  border-color: rgba(143, 216, 255, .48);
  background: rgba(7, 19, 29, .82);
}
.ehden365-monthsprints-zoom svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ehden365-thumb-viewer {
  position: fixed;
  inset: 0;
  z-index: 12050;
  background: rgba(2,7,13,.62);
  backdrop-filter: blur(3px);
  display: grid;
  place-items: center;
  padding: 18px;
}
.ehden365-thumb-viewer[hidden] { display: none !important; }
.ehden365-thumb-viewer.quick-only {
  background: transparent;
  backdrop-filter: none;
  padding: 10px;
  pointer-events: none;
}
.ehden365-thumb-viewer-panel {
  transform: scale(1.03);
  border: 4px solid #22c55e;
  border-radius: 18px;
  background: rgba(8,16,25,.58);
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.16) inset;
  padding: 8px 8px 10px;
  max-width: 98vw;
  max-height: 94vh;
  display: grid;
  justify-items: center;
}
.ehden365-thumb-viewer.quick-only .ehden365-thumb-viewer-panel {
  transform: none;
  border: 4px solid #22c55e;
  border-radius: 18px;
  background: rgba(8,16,25,.58);
  box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.16) inset;
  padding: 8px;
  max-width: min(1920px, calc(100vw - 20px));
  max-height: calc(100vh - 18px);
}
.ehden365-thumb-viewer-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.ehden365-thumb-viewer.quick-only .ehden365-thumb-viewer-media {
  border-radius: 12px;
}
.ehden365-thumb-viewer img {
  max-width: min(98vw, 1920px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: #000;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
.ehden365-thumb-viewer.quick-only img {
  max-width: min(96vw, 1820px);
  max-height: 88vh;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  box-shadow: none;
}
.ehden365-thumb-viewer-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(4, 11, 18, .66);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.2);
  pointer-events: auto;
}
.ehden365-thumb-viewer.quick-only .ehden365-thumb-viewer-overlay {
  display: none !important;
}
.ehden365-thumb-viewer-info {
  pointer-events: none;
  display: grid;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}
.ehden365-thumb-viewer-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #f9fcff;
  line-height: 1;
  font-size: clamp(16px, 2.2vw, 24px);
}
.ehden365-thumb-viewer-meta {
  color: rgba(233,242,250,.92);
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.2;
}
.ehden365-thumb-viewer-side-actions {
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  flex: 0 0 auto;
}
.ehden365-thumb-viewer-action {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  min-width: 78px;
  padding: 7px 12px;
  color: #fff;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: .02em;
  cursor: pointer;
}
.ehden365-thumb-viewer-action.keep {
  background: linear-gradient(130deg, #22c55e 0%, #16a34a 100%);
  border-color: rgba(20,116,56,.85);
}
.ehden365-thumb-viewer-action.drop {
  background: linear-gradient(130deg, #ef4444 0%, #dc2626 100%);
  border-color: rgba(127,29,29,.85);
}
.ehden365-toast {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-50%) scale(.94);
  z-index: 9900;
  background: linear-gradient(135deg, #ff2f8b 0%, #ff7a18 100%);
  color: #fff;
  border: 2px solid rgba(255,255,255,.66);
  border-radius: 999px 999px 999px 4px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 10px 28px rgba(255, 54, 130, .46), 0 6px 18px rgba(0,0,0,.34);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
  white-space: nowrap;
}
.ehden365-toast.show {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.ehden365-hover-balloon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9898;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: min(380px, calc(100vw - 18px));
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 13px 13px 13px 4px;
  background: linear-gradient(145deg, rgba(20, 92, 146, .5), rgba(13, 54, 92, .42));
  color: #f4fbff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  box-shadow: 0 12px 26px rgba(0,0,0,.34), 0 0 18px rgba(126, 215, 255, .22);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(.96);
  transition: opacity .12s ease, transform .12s ease;
  pointer-events: none;
  backdrop-filter: blur(2px);
}
.ehden365-hover-balloon.show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.ehden365-hover-balloon-thumb {
  width: 72px;
  height: 48px;
  object-fit: cover;
  display: block;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,.36);
  flex: 0 0 auto;
  background: #08141e;
}
.ehden365-hover-balloon-lines {
  display: grid;
  gap: 3px;
}
.ehden365-hover-line {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.1;
}
.ehden365-hover-line-icon {
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}
.ehden365-hover-line-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ehden365-hover-line.add .ehden365-hover-line-icon {
  color: #22c55e;
}
.ehden365-hover-line.preview .ehden365-hover-line-icon {
  color: #e8f6ff;
}
.ehden365-hover-line.seen .ehden365-hover-line-icon {
  color: #ef4444;
}

.ehden365-buy-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 8px 0 14px; }
.ehden365-buy-controls label { display: grid; gap: 6px; font-size: 12px; }
.ehden365-buy-controls select { border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(6,14,22,.65); color: #eff5f9; padding: 7px 8px; }
.ehden365-buy-submit {
  border: none;
  border-radius: 10px;
  background: linear-gradient(130deg, #2a75da, #5fa7ff);
  color: #051423;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
}
.ehden365-buy-submit:disabled { opacity: .45; cursor: not-allowed; }

  @media (max-width: 860px) {
  #ehden365-modal-decide .ehden365-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 320px));
  }
  .ehden365-buy-controls { grid-template-columns: 1fr; }
  .ehden365-side-panel { width: min(300px, 88vw); }
  .ehden365-bottom-handle {
    width: min(96vw, 620px);
    padding: 9px 12px;
    font-size: 15px;
  }
  .ehden365-bottom-panel {
    width: min(98vw, 760px);
    padding: 8px;
  }
  .ehden365-months-media-wrap {
    max-height: min(58vh, 460px);
  }
  #ehden365-panel-cherrypick {
    max-height: min(68vh, 540px);
    padding-left: 58px;
  }
  .ehden365-top-tab { padding: 9px 13px; font-size: 16px; }
  .ehden365-zoom-dock {
    bottom: 8px;
    left: 8px;
    padding: 5px 7px;
    gap: 6px;
  }
  .ehden365-photo-count { font-size: 9px; }
  .ehden365-thumb-viewer-overlay {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ehden365-thumb-viewer-info {
    width: 100%;
  }
  .ehden365-thumb-viewer-side-actions {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  #ehden365-modal-decide .ehden365-modal-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  #ehden365-modal-decide .ehden365-modal-card {
    width: min(320px, calc(100vw - 40px));
  }
  .ehden365-modal-monthsprints {
    width: min(98vw, 900px);
    padding: 0 4px 4px;
  }
  .ehden365-have-item {
    grid-template-columns: 100px 1fr !important;
  }
  .ehden365-have-item-thumb img {
    width: 100px !important;
  }
  #ehden365-modal-decide .ehden365-modal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ehden365-monthsprints-page {
    min-height: min(82vh, 760px);
    padding: 0 6px 6px;
    align-content: start;
  }
  .ehden365-monthsprints-tabs {
    gap: 6px;
    padding: 0 0 2px;
  }
  .ehden365-monthsprints-tab {
    min-width: 220px;
    padding: 12px 12px 11px;
    font-size: 16px;
  }
  .ehden365-monthsprints-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "asset"
      "owners";
  }
  .ehden365-monthsprints-asset-slot img {
    height: auto;
    max-height: min(62vh, 520px);
  }
  .ehden365-monthsprints-owner-list li {
    font-size: 14px;
  }
  .ehden365-monthsprints-copy p {
    font-size: 13px;
  }
  .ehden365-monthsprints-price-tag {
    font-size: 14px;
  }
  .ehden365-monthsprints-action {
    font-size: 13px;
  }
}
