/* Odessa mobile service shell — scoped to body.odessa-service-shell */
.app-service-bar { display: none; }

@media (max-width: 900px) {
  body.odessa-service-shell {
    --oh-bg: #eef7fc;
    --oh-bg-2: #f7fbfe;
    --oh-surface: #ffffff;
    --oh-text: #123a54;
    --oh-muted: #6b8494;
    --oh-border: #d7e8f1;
    --oh-shadow: 0 8px 22px rgba(18, 78, 112, .08);
    --oh-radius: 20px;
    --oh-radius-sm: 14px;
    --oh-nav-h: 72px;
    --oh-ad-dock-h: 0px;
    background: linear-gradient(180deg, var(--oh-bg-2), var(--oh-bg));
    padding-bottom: calc(var(--oh-nav-h) + var(--oh-ad-dock-h) + env(safe-area-inset-bottom, 0px) + 20px) !important;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }

  body.odessa-service-shell > main,
  body.odessa-service-shell > main.container {
    min-width: 0;
    max-width: 100%;
    width: calc(100% - 20px);
    overflow-x: hidden;
    padding-bottom: 28px;
  }

  body.odessa-service-weather .weather-current-card,
  body.odessa-service-weather .weather-hourly-section,
  body.odessa-service-weather .weather-days-section,
  body.odessa-service-weather .weather-empty-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.odessa-service-weather .weather-current-card {
    grid-template-columns: 1fr !important;
  }

  body.odessa-service-weather .weather-hourly-scroll,
  body.odessa-service-weather .weather-day-grid {
    max-width: 100%;
    overflow-x: auto;
  }

  /* Dock is fixed above bottom nav — see adsense.css */
  body.odessa-service-shell > .odessa-mobile-ad-dock { order: 4; }

  /* Keep a single visible H1 (not display:none) under the app bar */
  body.odessa-service-shell > .odessa-home-sprite { order: 0; }
  body.odessa-service-shell > .app-service-bar { order: 1; }
  body.odessa-service-shell > header:not(.app-service-bar),
  body.odessa-service-shell > header.portal-legacy-header { order: 2; }
  body.odessa-service-shell > main { order: 3; }
  body.odessa-service-shell > .odessa-mobile-ad-dock { order: 4; }
  body.odessa-service-shell > footer { order: 5; }
  body.odessa-service-shell > .city-overlay-root,
  body.odessa-service-shell > .city-picker-backdrop { order: 8; }
  body.odessa-service-shell > .mobile-quick-nav { order: 9; }

  body.odessa-service-shell > header:not(.app-service-bar),
  body.odessa-service-shell > header.portal-legacy-header {
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    min-height: 0 !important;
    padding: 0 10px 6px !important;
    margin: 0 !important;
    color: var(--oh-text) !important;
  }

  body.odessa-service-shell > header:not(.app-service-bar) .top-nav,
  body.odessa-service-shell > header:not(.app-service-bar) > p {
    display: none !important;
  }

  body.odessa-service-shell > header:not(.app-service-bar) > h1,
  body.odessa-service-shell > header.portal-legacy-header > h1 {
    margin: 0 auto !important;
    padding: 0 4px !important;
    width: calc(100% - 8px) !important;
    max-width: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
    color: var(--oh-muted) !important;
    text-align: center;
    letter-spacing: -.01em;
  }

  body.odessa-service-shell .app-service-bar {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 0 8px;
    background: linear-gradient(180deg, rgba(247,251,254,.96), rgba(247,251,254,.88));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
    border: 0;
    min-height: 56px;
    color: var(--oh-text);
  }

  body.odessa-service-shell .app-service-back {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(255,255,255,.95);
    color: #1d5f82;
    box-shadow: 0 4px 14px rgba(20,70,100,.10);
    text-decoration: none;
    font-size: 18px;
  }

  body.odessa-service-shell .app-service-title {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: var(--oh-text) !important;
    letter-spacing: -.02em;
  }

  body.odessa-service-shell .app-service-lang {
    min-width: 42px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #1f7aad !important;
    font-weight: 850;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(20,70,100,.08);
  }

  body.odessa-service-shell > main.container,
  body.odessa-service-shell > main {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 4px;
    display: grid;
    gap: 12px;
  }

  body.odessa-service-shell .breadcrumbs {
    display: none !important;
  }

  body.odessa-service-shell > footer {
    display: none !important;
  }

  body.odessa-service-shell .product-ad-section,
  body.odessa-service-shell .telegram-smart-cta,
  body.odessa-service-shell .telegram-auto-strip,
  body.odessa-service-shell .telegram-desktop-dock {
    display: none !important;
  }

  body.odessa-service-shell .content-card,
  body.odessa-service-shell .electricity-search-card,
  body.odessa-service-shell .electricity-result-card {
    border: 1px solid var(--oh-border);
    border-radius: var(--oh-radius);
    background: var(--oh-surface);
    box-shadow: var(--oh-shadow);
    padding: 14px;
  }

  body.odessa-service-shell .section-head-row h2,
  body.odessa-service-shell .content-card > h2 {
    margin: 0;
    font-size: 17px;
    color: var(--oh-text);
  }

  body.odessa-service-shell .eyebrow {
    color: #1f7aad;
    font-size: 11px;
    font-weight: 800;
  }

  body.odessa-service-shell .clean-status-pill {
    display: inline-flex;
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    background: #e8f8ee;
    color: #1f8a4c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  body.odessa-service-shell .section-head-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  /* Forms */
  body.odessa-service-shell .dtek-search-form,
  body.odessa-service-shell .dtek-autocomplete-form {
    display: grid;
    gap: 10px;
  }

  body.odessa-service-shell .dtek-field span {
    display: block;
    margin-bottom: 5px;
    color: var(--oh-muted);
    font-size: 12px;
    font-weight: 750;
  }

  body.odessa-service-shell .dtek-field input,
  body.odessa-service-shell input[type="text"],
  body.odessa-service-shell input[type="search"] {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid var(--oh-border);
    border-radius: 14px;
    background: #f7fbfe;
    color: var(--oh-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
  }

  body.odessa-service-shell .dtek-field input:focus {
    outline: none;
    border-color: #7eb7d6;
    box-shadow: 0 0 0 3px rgba(31,122,173,.15);
    background: #fff;
  }

  body.odessa-service-electricity .dtek-search-form > button,
  body.odessa-service-shell .dtek-search-form > button {
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffe56a, #f0c43a);
    color: #5b4700;
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(214, 170, 20, .25);
  }

  body.odessa-service-shell .source-note,
  body.odessa-service-shell .clean-source-note {
    margin: 8px 0 0;
    color: var(--oh-muted);
    font-size: 12px;
  }

  body.odessa-service-shell .btn {
    border-radius: 12px;
    min-height: 42px;
  }

  /* Overlay reuse from home */
  body.odessa-service-shell .city-overlay-root {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1400;
  }
  body.odessa-service-shell .city-overlay-root:not([hidden]) { display: block; }
  body.odessa-service-shell .city-overlay-backdrop {
    position: absolute; inset: 0; background: rgba(10,32,48,.46);
  }
  body.odessa-service-shell .city-sheet {
    position: absolute; left: 0; right: 0; bottom: 0;
    max-height: 78dvh; min-height: 48dvh;
    background: #fff; border-radius: 22px 22px 0 0;
    box-shadow: 0 -10px 36px rgba(8,40,62,.18);
    display: none; flex-direction: column;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    z-index: 2;
  }
  body.odessa-service-shell .city-sheet:not([hidden]) { display: flex; }
  body.odessa-service-shell .city-sheet__handle {
    width: 42px; height: 4px; border-radius: 999px; background: #c9d7df; margin: 10px auto 0;
  }
  body.odessa-service-shell .city-sheet__head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px 8px;
  }
  body.odessa-service-shell .city-sheet__head h2 { margin: 0; font-size: 18px; color: var(--oh-text); }
  body.odessa-service-shell .city-sheet__close {
    width: 36px; height: 36px; border: 0; border-radius: 999px; background: #eef4f7; color: #35586b; font-size: 22px;
  }
  body.odessa-service-shell .city-sheet__body {
    flex: 1 1 auto; min-height: 0; overflow: auto; padding: 4px 14px 18px;
  }
  body.odessa-service-shell .city-sheet__section { margin-top: 14px; }
  body.odessa-service-shell .city-sheet__section h3 {
    margin: 0 0 8px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: #7a8f9c;
  }
  body.odessa-service-shell .city-sheet__nav { display: grid; gap: 6px; }
  body.odessa-service-shell .city-sheet__nav a {
    display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 12px;
    border-radius: 12px; background: #f5f9fb; color: var(--oh-text); text-decoration: none; font-weight: 750; font-size: 15px;
  }
  body.odessa-service-shell .city-sheet__nav a .oh-icon {
    width: 18px; height: 18px; flex: 0 0 auto; color: #1f7aad;
  }
  body.odessa-service-shell .city-sheet__nav--muted a {
    background: transparent; box-shadow: inset 0 0 0 1px #e2ebf0; font-weight: 650; font-size: 14px;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3,
  body.odessa-service-shell .mobile-quick-nav {
    left: 10px; right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom, 0px));
    border-radius: 20px;
    border: 1px solid rgba(210, 226, 235, .95);
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 30px rgba(15, 45, 70, .16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1300 !important;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3 a,
  body.odessa-service-shell .mobile-quick-nav.is-v3 button[data-mobile-nav="more"] {
    gap: 2px;
    border-radius: 14px;
    color: #7a8d9c;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3 .mqn-icon {
    display: grid;
    place-items: center;
    font-size: 18px;
    line-height: 1;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3 .oh-icon {
    width: 1em;
    height: 1em;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3 a.is-active,
  body.odessa-service-shell .mobile-quick-nav.is-v3 button[data-mobile-nav="more"].is-active {
    background: #e7f4fb;
    color: #0f6f9c;
  }

  body.odessa-service-shell .mobile-quick-nav.is-v3 strong {
    font-size: 10px;
    font-weight: 800;
  }

  body.odessa-service-shell .mobile-quick-more-panel {
    display: none !important;
  }

  body.odessa-service-shell .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  body.odessa-service-shell .btn.btn-secondary {
    background: #eef5f9;
    color: #1d5f82;
    border: 1px solid var(--oh-border);
    box-shadow: none;
  }

  body.odessa-service-shell .schedule-meta,
  body.odessa-service-shell .heat-active-summary {
    color: var(--oh-muted);
    font-size: 13px;
  }

  body.odessa-service-shell #google-anno-sa,
  body.odessa-service-shell #google-anno-sa-glow,
  body.odessa-service-shell [id^="google-anno"]:not(.google-anno-skip),
  body.odessa-home-v2 #google-anno-sa,
  body.odessa-home-v2 #google-anno-sa-glow,
  body.odessa-home-v2 [id^="google-anno"]:not(.google-anno-skip),
  body.odessa-service-shell .google-anno-sa,
  body.odessa-home-v3 .google-anno-sa {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.odessa-service-shell .mobile-quick-more,
  body.odessa-service-shell .mobile-quick-more-panel,
  body.odessa-home-v2 .mobile-quick-more-panel {
    display: none !important;
  }

  body.odessa-service-shell .city-notify-empty {
    margin: 18px 4px;
    color: var(--oh-muted);
    font-size: 14px;
  }

  body.odessa-service-shell .city-notify-list { display: grid; gap: 8px; }
  body.odessa-service-shell .city-notify-item {
    display: flex; gap: 10px; align-items: flex-start; min-height: 52px;
    padding: 12px; border-radius: 14px; background: #f5fafc; color: var(--oh-text); text-decoration: none;
  }
  body.odessa-service-shell .city-notify-item__copy { display: grid; gap: 2px; min-width: 0; }
  body.odessa-service-shell .city-notify-item__copy strong { font-size: 14px; }
  body.odessa-service-shell .city-notify-item__copy span { color: var(--oh-muted); font-size: 12px; }
}

@media (min-width: 901px) {
  body.odessa-service-shell .app-service-bar,
  body.odessa-service-shell .city-overlay-root {
    display: none !important;
  }
}


/* electricity-hub-v1 */
@media (max-width: 900px) {
  body.odessa-service-electricity .electricity-hub-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: calc(var(--oh-nav-clearance, 86px) + 12px);
  }

  body.odessa-service-electricity .electricity-hub {
    display: grid;
    gap: 12px;
    margin: 0;
  }

  body.odessa-service-electricity .electricity-hub-card {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    min-height: 108px;
    padding: 16px 14px 16px 14px;
    border-radius: 22px;
    border: 1px solid rgba(30, 80, 120, .06);
    text-decoration: none;
    color: var(--oh-text);
    box-shadow: 0 8px 22px rgba(25, 88, 120, .07);
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.82) 55%, rgba(255,252,235,.88) 100%),
      url("/assets/img/cards/electricity.webp?v=1") 70% center / cover no-repeat;
  }

  body.odessa-service-electricity .electricity-hub-card.is-schedule {
    background:
      linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(247,251,255,.86) 60%, rgba(232,244,252,.9) 100%),
      url("/assets/img/cards/electricity.webp?v=1") 30% center / cover no-repeat;
  }

  body.odessa-service-electricity .electricity-hub-card.is-groups {
    background:
      linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(255,250,230,.88) 55%, rgba(255,241,196,.9) 100%),
      url("/assets/img/cards/electricity.webp?v=1") 85% center / cover no-repeat;
  }

  body.odessa-service-electricity .electricity-hub-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 247, 217, .95);
    color: #b88912;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  }

  body.odessa-service-electricity .electricity-hub-card.is-schedule .electricity-hub-card__icon {
    background: rgba(231, 243, 251, .95);
    color: #1f7aad;
  }

  body.odessa-service-electricity .electricity-hub-card.is-groups .electricity-hub-card__icon {
    background: rgba(255, 240, 196, .95);
    color: #9a6b10;
  }

  body.odessa-service-electricity .electricity-hub-card__icon .oh-icon {
    width: 24px;
    height: 24px;
  }

  body.odessa-service-electricity .electricity-hub-card__body {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  body.odessa-service-electricity .electricity-hub-card__body strong {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: var(--oh-text);
  }

  body.odessa-service-electricity .electricity-hub-card__body span {
    color: var(--oh-muted);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
  }

  body.odessa-service-electricity .electricity-hub-card__status {
    position: absolute;
    top: 12px;
    right: 40px;
    display: inline-flex;
    align-items: center;
    max-width: 42%;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
  }

  body.odessa-service-electricity .electricity-hub-card__status.is-off,
  body.odessa-service-electricity .clean-status-pill.is-off {
    background: #f1f4f7;
    color: #6b8494;
  }

  body.odessa-service-electricity .electricity-hub-card__status.is-on,
  body.odessa-service-electricity .clean-status-pill.is-on {
    background: var(--oh-chip-ok-bg, #e8f8ee);
    color: var(--oh-chip-ok, #1f8a4c);
  }

  body.odessa-service-electricity .electricity-hub-card__chev {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #7a97a8;
  }

  body.odessa-service-electricity .electricity-hub-card__chev .oh-icon {
    width: 18px;
    height: 18px;
  }

  body.odessa-service-electricity .electricity-hub-card.is-schedule {
    padding-top: 34px;
  }

  body.odessa-service-electricity .electricity-related-card {
    display: none !important;
  }

  body.odessa-service-electricity .electricity-groups-card .group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  body.odessa-service-electricity .electricity-groups-card .group-btn {
    display: grid;
    gap: 2px;
    place-items: center;
    min-height: 72px;
    padding: 12px 8px;
    border-radius: 16px;
    border: 1px solid rgba(30, 80, 120, .08);
    background: #fffdf6;
    color: var(--oh-text);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(25, 88, 120, .05);
  }

  body.odessa-service-electricity .electricity-groups-card .group-btn-label {
    font-size: 11px;
    color: var(--oh-muted);
    font-weight: 700;
  }

  body.odessa-service-electricity .electricity-groups-card .group-btn strong {
    font-size: 20px;
    letter-spacing: -.02em;
  }

  body.odessa-service-electricity .electricity-schedule-empty .hero-actions {
    margin-top: 14px;
    display: grid;
    gap: 8px;
  }

  body.odessa-service-electricity .electricity-schedule-empty .btn-secondary {
    background: #eef5fa;
    color: #1f7aad;
    box-shadow: none;
  }
}

@media (min-width: 901px) {
  .electricity-hub {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 24px;
  }

  .electricity-hub-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 140px;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #d8e8ef;
    background: #fff;
    text-decoration: none;
    color: #173e56;
    box-shadow: 0 7px 22px rgba(25,88,120,.05);
    position: relative;
  }

  .electricity-hub-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #fff7d9;
    color: #b88912;
  }

  .electricity-hub-card__icon .oh-icon { width: 26px; height: 26px; }
  .electricity-hub-card__body { display: grid; gap: 6px; }
  .electricity-hub-card__body strong { font-size: 18px; line-height: 1.2; }
  .electricity-hub-card__body span { color: #667f8d; font-size: 13px; }
  .electricity-hub-card__status {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
  }
  .electricity-hub-card__status.is-off { background: #f1f4f7; color: #6b8494; }
  .electricity-hub-card__status.is-on { background: #e8f8ee; color: #1f8a4c; }
  .electricity-hub-card__chev { display: none; }
}


/* electricity-now-card-v1 */
@media (max-width: 900px) {
  body.odessa-service-electricity .electricity-now-card {
    display: grid;
    gap: 12px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.odessa-service-electricity .electricity-result-card > h2 {
    margin-bottom: 12px;
  }

  body.odessa-service-electricity .electricity-now-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  body.odessa-service-electricity .electricity-now-card__head h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: var(--oh-text);
  }

  body.odessa-service-electricity .electricity-now-card__group {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff4cc;
    color: #8a6a10;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
  }

  body.odessa-service-electricity .electricity-now-card__status {
    display: grid;
    gap: 4px;
    padding: 16px 14px;
    border-radius: 18px;
    border: 1px solid rgba(30, 80, 120, .06);
  }

  body.odessa-service-electricity .electricity-now-card__status strong {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.02em;
  }

  body.odessa-service-electricity .electricity-now-card__status span {
    color: var(--oh-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
  }

  body.odessa-service-electricity .electricity-now-card__status em {
    margin-top: 4px;
    font-style: normal;
    font-size: 13px;
    font-weight: 750;
    color: #355f75;
  }

  body.odessa-service-electricity .electricity-now-card__status small {
    margin-top: 6px;
    color: var(--oh-muted);
    font-size: 11px;
    font-weight: 650;
  }

  body.odessa-service-electricity .electricity-now-card__status.is-on {
    background: linear-gradient(180deg, #eefbf2, #e7f7ec);
    color: #167a42;
  }

  body.odessa-service-electricity .electricity-now-card__status.is-off {
    background: linear-gradient(180deg, #ffefed, #ffe6e3);
    color: #b53d34;
  }

  body.odessa-service-electricity .electricity-now-card__status.is-maybe {
    background: linear-gradient(180deg, #fff8e6, #fff1d0);
    color: #9a6b10;
  }

  body.odessa-service-electricity .electricity-now-card__status.is-unknown {
    background: #f3f6f8;
    color: #5b7c90;
  }

  body.odessa-service-electricity .electricity-now-card__note {
    margin: 0;
    color: var(--oh-muted);
    font-size: 12px;
  }

  body.odessa-service-electricity .electricity-now-card__actions {
    display: grid !important;
    gap: 8px;
    margin: 0 !important;
  }

  body.odessa-service-electricity .electricity-now-card__actions .save-address-btn,
  body.odessa-service-electricity .electricity-now-card__actions .btn {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    font-weight: 850;
  }

  body.odessa-service-electricity .electricity-now-card__actions .btn-secondary {
    background: #eef5fa;
    color: #1f7aad;
    box-shadow: none;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  body.odessa-service-electricity .electricity-result-card .telegram-smart-cta {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .electricity-now-card__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
  }
  .electricity-now-card__group {
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff4cc;
    color: #8a6a10;
    font-weight: 800;
  }
  .electricity-now-card__status {
    display: grid;
    gap: 6px;
    padding: 18px 16px;
    border-radius: 16px;
    margin-bottom: 14px;
  }
  .electricity-now-card__status strong { font-size: 22px; }
  .electricity-now-card__status.is-on { background: #e8f8ee; color: #167a42; }
  .electricity-now-card__status.is-off { background: #ffecea; color: #b53d34; }
  .electricity-now-card__status.is-maybe { background: #fff5d9; color: #9a6b10; }
  .electricity-now-card__status.is-unknown { background: #f1f4f7; color: #5b7c90; }
  .electricity-now-card__status em { font-style: normal; font-weight: 700; }
  .electricity-now-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }
}


/* odessa-tg-promo-v1 */
@media (max-width: 900px) {
  /* Compact TG promo is the primary mobile CTA for light pages */
  body.odessa-service-electricity .electricity-now-card .odessa-tg-promo {
    margin: 0;
  }

  body.odessa-service-electricity .group-page-card .odessa-tg-promo {
    margin: 0 0 12px;
  }

  body.odessa-service-electricity .odessa-tg-promo {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    margin: 4px 0 12px;
    padding: 14px 14px 14px 12px;
    border-radius: 20px;
    border: 1px solid rgba(36, 129, 204, .18);
    background:
      linear-gradient(135deg, rgba(229, 244, 255, .98) 0%, rgba(255,255,255,.96) 55%, rgba(236, 248, 255, .98) 100%);
    box-shadow: 0 8px 22px rgba(25, 88, 120, .08);
    color: var(--oh-text);
    text-decoration: none;
  }

  body.odessa-service-electricity .odessa-tg-promo__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #2aabee;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 6px 14px rgba(42, 171, 238, .28);
  }

  body.odessa-service-electricity .odessa-tg-promo__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  body.odessa-service-electricity .odessa-tg-promo__copy strong {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: -.01em;
    color: #123a54;
  }

  body.odessa-service-electricity .odessa-tg-promo__copy span {
    color: #4f738a;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.3;
  }

  body.odessa-service-electricity .odessa-tg-promo__go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #2aabee;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
  }

  /* Classic bulky CTA stays hidden on mobile — compact .odessa-tg-promo replaces it */
}


@media (min-width: 901px) {
  .odessa-tg-promo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #cfe6f4;
    background: #f3f9fd;
    color: #173e56;
    text-decoration: none;
  }
  .odessa-tg-promo__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #2aabee;
    color: #fff;
    font-size: 22px;
  }
  .odessa-tg-promo__copy { display: grid; gap: 3px; flex: 1; }
  .odessa-tg-promo__copy strong { font-size: 16px; }
  .odessa-tg-promo__copy span { color: #667f8d; font-size: 13px; }
  .odessa-tg-promo__go {
    padding: 10px 16px;
    border-radius: 999px;
    background: #2aabee;
    color: #fff;
    font-weight: 800;
  }
}




/* electricity-hide-products-v1 */
@media (max-width: 900px) {
  body.odessa-service-electricity .product-ad-section {
    display: none !important;
  }

  body.odessa-service-electricity .site-adsense {
    display: block !important;
    margin: 8px 0 14px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid var(--oh-border);
    background: var(--oh-surface);
    box-shadow: var(--oh-shadow);
  }

  body.odessa-service-electricity .site-adsense__disclosure {
    margin-bottom: 8px;
    color: var(--oh-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  body.odessa-service-electricity .site-adsense__frame {
    min-height: 90px;
  }

  body.odessa-service-electricity .site-adsense[data-adsense-ready="0"] {
    display: none !important;
  }
}


/* electricity-hub-fresh-v1 */
body.odessa-service-electricity .electricity-hub-fresh {
  margin: 10px 0 0;
  font-size: 13px;
  color: #5d7183;
}
body.odessa-service-electricity .electricity-hub-fresh a {
  color: #1f7aad;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 900px) {
  body.odessa-service-electricity .electricity-seo-card h2 {
    margin: 0 0 8px;
    font-size: 16px;
  }
  body.odessa-service-electricity .electricity-seo-card p {
    margin: 0 0 10px;
    color: var(--oh-muted);
    font-size: 13px;
    line-height: 1.45;
  }
  body.odessa-service-electricity .electricity-seo-links {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: #1f7aad;
    font-size: 13px;
    font-weight: 700;
  }
  body.odessa-service-electricity .electricity-seo-links a {
    color: inherit;
    text-decoration: none;
  }
}


/* electricity-seo-faq-v1 */
@media (max-width: 900px) {
  body.odessa-service-electricity .electricity-seo-faq {
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
  }
  body.odessa-service-electricity .electricity-seo-faq details {
    border-radius: 14px;
    border: 1px solid rgba(30, 80, 120, .08);
    background: #f7fbfe;
    padding: 10px 12px;
  }
  body.odessa-service-electricity .electricity-seo-faq summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    color: var(--oh-text);
  }
  body.odessa-service-electricity .electricity-seo-faq p {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--oh-muted);
    line-height: 1.4;
  }
}
