:root {
  --jmr-brand: #0076bd;
  --brand: 203 100% 37%;
}

body {
  margin: 0;
}

.jmr-enetech-logo {
  display: inline-flex !important;
  width: auto !important;
  min-width: 190px;
  height: auto !important;
  aspect-ratio: auto !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #003262;
  line-height: 1;
}

.jmr-enetech-logo-main {
  display: block;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
}

.jmr-enetech-logo-sub {
  display: block;
  margin-top: 4px;
  color: #0076bd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.jmr-entry-card {
  min-height: 140px;
}

.jmr-prose p + p {
  margin-top: 0.4em;
}

.jmr-table td:first-child {
  width: 30%;
}

.jmr-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.jmr-mobile-menu[hidden] {
  display: none;
}

.jmr-mobile-menu {
  position: fixed;
  inset: 70px 0 auto 0;
  z-index: 40;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.jmr-mobile-menu a {
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}

@media (max-width: 767px) {
  .jmr-enetech-logo {
    min-width: 152px;
  }

  .jmr-enetech-logo-main {
    font-size: 18px;
  }

  .jmr-enetech-logo-sub {
    font-size: 10px;
  }

  .jmr-table td:first-child {
    width: 100%;
  }
}
