/**
 * Essential Information — live world clocks (replaces mx-time-zone-clocks plugin).
 */

.elementor-element-5518d4f > .elementor-container {
  display: flex;
  align-items: stretch;
}

.elementor-element-5518d4f > .elementor-container > .elementor-column {
  display: flex;
}

.elementor-element-5518d4f .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  align-items: center;
  text-align: center;
}

.elementor-element-5518d4f .elementor-widget-text-editor {
  width: 100%;
}

.elementor-element-5518d4f .elementor-widget-spacer {
  display: none;
}

.elementor-element-5518d4f .elementor-widget-shortcode {
  width: 100%;
  margin-top: auto;
  padding-top: 0.75rem;
}

.elementor-element-5518d4f .mx-localize-time {
  display: flex;
  justify-content: center;
  width: 100%;
}

.meru-world-clock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  padding: 0.85rem 0.65rem 1rem;
  background: #fff;
  border: 1px solid #e3e4e8;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(34, 34, 34, 0.08);
}

.meru-clock-face {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.meru-clock-face .meru-clock-tick {
  stroke: #d5d9de;
  stroke-width: 1;
  stroke-linecap: round;
}

.meru-clock-face .meru-clock-tick--major {
  stroke: #8a9199;
  stroke-width: 2;
}

.meru-clock-face .meru-clock-ring {
  fill: #ffffff;
  stroke: #c8cdd2;
  stroke-width: 2;
}

.meru-clock-face .meru-clock-numeral {
  fill: #444;
  font-family: 'Nunito Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.meru-clock-digital {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
  line-height: 1.2;
}

.meru-clock-date {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #565959;
  text-align: center;
  line-height: 1.3;
}

/* London column — keep DST note compact so clock aligns with others */
.elementor-element-6a7d5b5 .elementor-element-61725a8 p {
  font-size: 0.8rem !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .elementor-element-5518d4f .elementor-column {
    width: 50% !important;
    margin-bottom: 1.5rem;
  }

  .elementor-element-5518d4f > .elementor-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .elementor-element-5518d4f .elementor-column {
    width: 100% !important;
  }

  .elementor-element-5518d4f .elementor-widget-shortcode {
    margin-top: 0.5rem;
    padding-top: 0;
  }

  .meru-world-clock {
    max-width: 220px;
  }
}

/* Travel advice logos */
.elementor-element-f5e2814 .elementor-widget-image img {
  width: 150px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Live weather cards */
.page-id-912 .splw-main-wrapper .lw-preloader,
.page-id-912 .splw-main-wrapper .splw-lite-wrapper {
  display: none !important;
}

.splw-main-wrapper.meru-weather-host,
.meru-weather-host {
  max-width: 100% !important;
  margin: 0 auto 1.25rem !important;
}

.meru-weather-host .lw-preloader,
.meru-weather-host .splw-lite-wrapper {
  display: none !important;
}

.page-id-912 .splw-main-wrapper:not(.meru-weather-host) {
  min-height: 260px;
}

.meru-weather-card {
  background: linear-gradient(160deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid #e3e4e8;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(34, 34, 34, 0.08);
  padding: 1.1rem 1.15rem 1rem;
  font-family: 'Nunito Sans', sans-serif;
  color: #222;
}

.meru-weather-card__header {
  margin-bottom: 0.75rem;
}

.meru-weather-card__city {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #f25e1f;
  line-height: 1.2;
}

.meru-weather-card__updated {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #565959;
}

.meru-weather-card__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.meru-weather-card__icon {
  font-size: 2.4rem;
  line-height: 1;
}

.meru-weather-card__temp {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}

.meru-weather-card__temp-value {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #0069af;
}

.meru-weather-card__temp-unit {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0069af;
  margin-top: 0.35rem;
}

.meru-weather-card__desc {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
}

.meru-weather-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
}

.meru-weather-stat {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  font-size: 0.78rem;
}

.meru-weather-stat__label {
  color: #565959;
  font-weight: 600;
}

.meru-weather-stat__value {
  color: #222;
  font-weight: 800;
  text-align: right;
}

.meru-weather-card__credit {
  margin: 0.75rem 0 0;
  font-size: 0.68rem;
  color: #8a9199;
  text-align: right;
}

.meru-weather-card--loading .meru-weather-card__desc,
.meru-weather-card--error .meru-weather-card__desc {
  color: #565959;
  font-style: italic;
}

@media (min-width: 768px) {
  .elementor-element-4093335 .meru-weather-host,
  .elementor-element-f5377ae .elementor-column .meru-weather-host {
    max-width: 360px;
  }
}

/* ── Travel advice & useful links ── */
.elementor-element-f5578cb .elementor-inner-section .elementor-widget-image a {
  display: block;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid #e3e4e8;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(34, 34, 34, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elementor-element-f5578cb .elementor-inner-section .elementor-widget-image a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(242, 94, 31, 0.15);
}

.elementor-element-f5578cb .elementor-inner-section .elementor-widget-text-editor p {
  margin-top: 0.65rem;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #222 !important;
}

.elementor-element-f5578cb .elementor-element-843122f {
  display: flex;
  align-items: center;
}

.elementor-element-f5578cb .elementor-element-843122f .elementor-heading-title {
  text-align: left;
}

/* ── Reference section: local time, holidays, calendar ── */
.elementor-element-1ae347c {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.elementor-element-1ae347c > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2rem 2.5rem;
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}

.elementor-element-1ae347c > .elementor-container > .elementor-column {
  width: 100% !important;
  max-width: none;
}

.elementor-element-1ae347c .elementor-element-d5432e1 {
  display: none;
}

.elementor-element-1ae347c .elementor-heading-title {
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #f25e1f !important;
  margin-bottom: 0.75rem;
  line-height: 1.2 !important;
}

.elementor-element-1ae347c .elementor-widget-divider {
  margin: 1.25rem 0 1rem;
}

/* Ethiopian local time table */
.meru-time-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e3e4e8;
  box-shadow: 0 6px 20px rgba(34, 34, 34, 0.07);
  background: #fff;
}

.meru-time-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.88rem;
  line-height: 1.35;
}

.meru-time-table thead th {
  background: linear-gradient(180deg, #f25e1f 0%, #e04e12 100%);
  color: #fff;
  font-weight: 800;
  text-align: left;
  padding: 0.7rem 0.85rem;
  letter-spacing: 0.02em;
  border: none;
}

.meru-time-table thead th:first-child {
  border-radius: 11px 0 0 0;
}

.meru-time-table thead th:last-child {
  border-radius: 0 11px 0 0;
}

.meru-time-table tbody td {
  padding: 0.5rem 0.85rem;
  border-bottom: 1px solid #edf2f7;
  color: #222;
  vertical-align: middle;
}

.meru-time-table tbody tr:nth-child(even):not(.meru-time-table__phase) {
  background: #fafbfc;
}

.meru-time-table tbody tr:last-child td {
  border-bottom: none;
}

.meru-time-table tbody tr:hover:not(.meru-time-table__phase) {
  background: #fff8f4;
}

.meru-time-table__phase td {
  font-weight: 700;
}

.meru-time-table__phase--day td {
  background: #fff4ec !important;
  border-top: 2px solid #f25e1f;
  border-bottom: 1px solid #ffd8c2;
}

.meru-time-table__phase--night td {
  background: #eef3f8 !important;
  border-top: 2px solid #0069af;
  border-bottom: 1px solid #c8d9ea;
}

.meru-eth-hour {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.meru-time-table__phase--day .meru-eth-hour {
  background: #f25e1f;
}

.meru-time-table__phase--night .meru-eth-hour {
  background: #0069af;
}

.meru-time-table__note {
  margin: 0.85rem 0 0 !important;
  padding: 0.75rem 0.9rem;
  background: #f7fafc;
  border-left: 3px solid #f25e1f;
  border-radius: 0 8px 8px 0;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
  color: #565959 !important;
}

/* Public holidays list */
.meru-holiday-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e3e4e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 20px rgba(34, 34, 34, 0.07);
}

.meru-holiday-list li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-bottom: 1px solid #edf2f7;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #222;
}

.meru-holiday-list li:last-child {
  border-bottom: none;
}

.meru-holiday-list li:nth-child(even) {
  background: #fafbfc;
}

.meru-holiday-list__date {
  font-weight: 800;
  color: #f25e1f;
  white-space: nowrap;
}

.meru-holiday-list__name em {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  color: #565959;
}

/* Ethiopian calendar info card */
.meru-info-card--calendar {
  padding: 1rem 1.1rem;
  background: linear-gradient(160deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid #e3e4e8;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(34, 34, 34, 0.07);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #333;
}

.meru-info-card--calendar p {
  margin: 0 0 0.75rem;
}

.meru-info-card--calendar p:last-child {
  margin-bottom: 0;
}

.meru-info-card--calendar ul {
  margin: 0;
  padding-left: 1.15rem;
}

.meru-info-card--calendar li {
  margin-bottom: 0.5rem;
}

.meru-info-card--calendar li:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .elementor-element-1ae347c > .elementor-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .meru-holiday-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .meru-holiday-list__date {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .meru-time-table {
    font-size: 0.8rem;
  }

  .meru-time-table thead th,
  .meru-time-table tbody td {
    padding: 0.45rem 0.55rem;
  }
}
