@charset "UTF-8";
/*********** Home-only navigation **********/
.home-page-nav {
  border-bottom: 1px solid rgba(196, 202, 216, 0.8);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(7, 25, 77, 0.06);
}
.home-page-nav .navbar-light .navbar-toggler,
.home-page-nav .search-form-trigger,
.home-page-nav .navbar-light .navbar-nav .nav-link {
  color: #07194d;
}
.home-page-nav .navbar-toggler,
.home-page-nav .search-form-trigger {
  opacity: 1;
}
.home-page-nav .search-form-menu {
  flex: 0 1 180px;
  max-width: 190px;
  opacity: 0.82;
  transition: opacity 0.16s ease, max-width 0.16s ease;
}
.home-page-nav .search-form-menu:focus-within,
.home-page-nav .search-form-menu:hover {
  max-width: 230px;
  opacity: 1;
}
.home-page-nav .search-form-menu .input-group {
  min-height: 2.25rem;
  border: 1px solid rgba(44, 123, 229, 0.1);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.82);
  box-shadow: none;
  overflow: hidden;
}
.home-page-nav .search-form-menu .input-group-text,
.home-page-nav .search-form-menu input.search-input {
  height: 2.25rem;
  border: 0;
  background: transparent;
}
.home-page-nav .search-form-menu .input-group-text {
  color: #6f809d;
  font-size: 0.95rem;
}
.home-page-nav .search-form-menu input.search-input {
  color: #52627d;
  font-size: 0.88rem;
}
.home-page-nav .search-form-menu input.search-input::-moz-placeholder {
  color: #8190a8;
}
.home-page-nav .search-form-menu input.search-input::placeholder {
  color: #8190a8;
}
/*********** Home-only personalized weather **********/
.my-weather {
  margin: 0 auto 1.5rem;
  padding: 0.65rem 0 0;
}
.my-weather-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  margin: 0.6rem 0 1.1rem;
}
.my-weather-title {
  color: #232432;
  font-family: "Neutra2DispGr-Titling";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.my-weather-heading-star {
  flex: 0 0 auto;
  font-size: 1.45rem;
}
.my-weather-loading,
.my-weather-empty,
.my-weather-error {
  padding: 0.7rem 0;
  color: #67758e;
  font-size: 0.92rem;
  line-height: 1.3;
}
.my-weather-error {
  color: #a44739;
}
.my-weather-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 0;
  gap: 0;
  border-top: 5px solid #fb705b;
}
.my-weather-card {
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  background: #fff;
}
.my-weather-card-main {
  display: block;
  padding: 0.9rem 0.75rem 0.7rem;
  color: #1c263d;
  text-decoration: none;
}
.my-weather-card-main:hover,
.my-weather-card-main:focus {
  color: #1c263d;
  text-decoration: none;
  background: rgba(40, 44, 42, 0.05);
}
.my-weather-card-top,
.my-weather-card-body,
.my-weather-actions {
  display: flex;
  align-items: center;
}
.my-weather-card-top {
  justify-content: space-between;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.my-weather-place {
  min-width: 0;
  overflow: hidden;
  color: #232432;
  font-family: "Neutra2DispGr-Titling";
  font-size: 1.25rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.my-weather-temperature {
  flex: 0 0 auto;
  color: #fb705b;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.my-weather-card-body {
  grid-gap: 0.6rem;
  gap: 0.6rem;
  margin-top: 0.35rem;
}
.my-weather-icon {
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.my-weather-summary {
  min-width: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 0.08rem;
  gap: 0.08rem;
}
.my-weather-description {
  overflow: hidden;
  color: #435166;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-weather-range {
  color: #67758e;
  font-size: 0.86rem;
}
.my-weather-actions {
  min-height: 2.15rem;
  padding: 0.2rem 0.35rem 0.2rem 0.7rem;
  border-top: 1px solid rgba(222, 226, 230, 0.75);
  grid-gap: 0.7rem;
  gap: 0.7rem;
}
.my-weather-actions a {
  color: #03789b;
  font-size: 0.82rem;
  font-weight: 600;
}
.my-weather-remove {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
}
.my-weather-remove .favorite-star {
  font-size: 0.95rem;
}
@media (min-width: 576px) {
  .my-weather-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .my-weather-card {
    border-right: 1px solid #dee2e6;
  }
}
@media (min-width: 992px) {
  .my-weather-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .my-weather-list[data-count="1"] {
    grid-template-columns: minmax(0, 30rem);
    justify-content: center;
  }
  .my-weather-list[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 22rem));
    justify-content: center;
  }
  .my-weather-list[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .my-weather-card-main:hover,
  .my-weather-card-main:focus {
    transform: translateY(-2px);
  }
}
/*********** Home landing page **********/
.home-landing-page {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 4.8rem !important;
}
.home-landing-hero {
  position: relative;
  overflow: visible;
  margin: 0 0 1rem;
  padding: 1.15rem 0.95rem 1.08rem;
  border: 1px solid rgba(44, 123, 229, 0.14);
  border-radius: 24px;
  background: radial-gradient(circle at 82% 13%, rgba(255, 183, 43, 0.25), transparent 19%), radial-gradient(circle at 6% 102%, rgba(44, 123, 229, 0.12), transparent 32%), linear-gradient(145deg, #f6fbff 0%, #ffffff 48%, #fff4e6 100%);
  box-shadow: 0 18px 42px rgba(7, 25, 77, 0.09);
}
.home-landing-hero::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(242, 248, 255, 0.18)), repeating-linear-gradient(120deg, rgba(44, 123, 229, 0.026) 0, rgba(44, 123, 229, 0.026) 1px, transparent 1px, transparent 20px);
  opacity: 0.62;
  content: "";
  pointer-events: none;
}
.home-landing-hero::after {
  position: absolute;
  right: -4.5rem;
  bottom: -4.25rem;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(44, 123, 229, 0.09), rgba(44, 123, 229, 0));
  content: "";
  pointer-events: none;
}
.home-hero-copy {
  position: relative;
  z-index: 2;
}
.home-landing-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  margin: 0 0 0.35rem;
  color: #f58213;
  font-size: 0.78rem;
  font-weight: 800;
}
.home-landing-eyebrow::before,
.home-section-heading span {
  display: inline-block;
  width: 1.8rem;
  height: 0.16rem;
  border-radius: 999px;
  background: #ff7e00;
  content: "";
}
.home-landing-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: #07194d;
  font-size: clamp(2rem, 9.1vw, 3.85rem);
  font-weight: 820;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: none;
}
.home-landing-intro {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0.58rem 0 0;
  color: #52627d;
  font-size: 1rem;
  line-height: 1.45;
}
.home-weather-mark {
  position: absolute;
  top: 0.9rem;
  right: 1.05rem;
  width: 8.9rem;
  height: 6.15rem;
  opacity: 0.82;
  pointer-events: none;
}
.home-weather-sun {
  position: absolute;
  top: 0.35rem;
  left: 0.45rem;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffb72b, #ff7e00);
  box-shadow: 0 0 0 0.45rem rgba(255, 183, 43, 0.12), 0 12px 24px rgba(255, 126, 0, 0.2);
}
.home-weather-sun::before {
  position: absolute;
  inset: -0.72rem;
  border: 0.2rem dashed rgba(255, 126, 0, 0.46);
  border-radius: 999px;
  content: "";
}
.home-weather-cloud {
  position: absolute;
  right: 0.12rem;
  bottom: 0.42rem;
  width: 5.45rem;
  height: 2.08rem;
  border: 2px solid rgba(44, 123, 229, 0.48);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(7, 25, 77, 0.12), inset 0 -0.22rem 0 rgba(44, 123, 229, 0.08);
}
.home-weather-cloud::before,
.home-weather-cloud::after {
  position: absolute;
  bottom: 0.68rem;
  border: 2px solid rgba(44, 123, 229, 0.3);
  border-bottom: 0;
  border-radius: 999px;
  background: #fff;
  content: "";
}
.home-weather-cloud::before {
  left: 0.62rem;
  width: 1.85rem;
  height: 1.85rem;
}
.home-weather-cloud::after {
  right: 0.78rem;
  width: 2.58rem;
  height: 2.58rem;
}
.home-weather-rain {
  position: absolute;
  right: 1.35rem;
  bottom: 0.08rem;
  width: 0.3rem;
  height: 0.68rem;
  border-radius: 999px;
  background: #2c7be5;
  box-shadow: -1.05rem -0.12rem 0 -0.02rem #2c7be5, 1.08rem -0.1rem 0 -0.02rem #2c7be5;
  transform: rotate(16deg);
}
.home-landing-search-card {
  position: relative;
  z-index: 4;
  margin-top: 0.95rem;
  max-width: 760px;
  padding: 0.7rem;
  border: 1px solid rgba(44, 123, 229, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(7, 25, 77, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(12px);
}
.home-landing-search {
  width: 100%;
  padding: 0 !important;
}
.home-landing-search .input-group {
  overflow: hidden;
  width: 100%;
  min-height: 3.45rem;
  border: 1px solid rgba(44, 123, 229, 0.22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(44, 123, 229, 0.08);
}
.home-landing-search .input-group-text {
  border: 0;
  background: #fff;
  color: #2c7be5;
  font-size: 1.2rem;
}
.home-landing-search .input-group-append {
  flex: 0 0 2.35rem;
}
.home-landing-search .input-group-append .input-group-text {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.home-landing-search input.search-input {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  height: 3.45rem;
  padding-left: 0.15rem !important;
  background: #fff;
  color: #07194d;
  font-size: 1.1rem;
}
.home-landing-search #submit_button {
  position: absolute;
  width: 0 !important;
  min-width: 0;
  padding: 0;
  border: 0;
}
.home-landing-weather-note {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.42rem;
  gap: 0.42rem;
  margin-top: 0.56rem;
}
.home-landing-weather-note span {
  display: inline-flex;
  align-items: center;
  grid-gap: 0.34rem;
  gap: 0.34rem;
  padding: 0.32rem 0.48rem;
  border: 1px solid rgba(44, 123, 229, 0.1);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.92);
  color: #52627d;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.1;
}
.home-landing-weather-note span::before {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #f58213;
  content: "";
}
.home-trust-strip {
  display: none;
}
.home-trust-strip span {
  display: inline-flex;
  align-items: center;
  grid-gap: 0.34rem;
  gap: 0.34rem;
  color: #52627d;
  font-size: 0.78rem;
  font-weight: 650;
}
.home-trust-strip span::before {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #2c7be5;
  content: "";
}
.home-landing-section {
  margin-top: 1rem;
  padding: 0.86rem;
  border: 1px solid rgba(44, 123, 229, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 25, 77, 0.06);
}
.home-section-heading {
  display: flex;
  align-items: center;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  margin-bottom: 0.68rem;
}
.home-section-heading h2,
.home-landing-copy h2 {
  margin: 0;
  color: #07194d;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.15;
}
.home-place-chip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.55rem;
  gap: 0.55rem;
}
.home-place-chip,
.home-shortcut-card {
  display: flex;
  min-width: 0;
  border: 1px solid rgba(44, 123, 229, 0.12);
  border-radius: 15px;
  background: linear-gradient(180deg, #fff 0%, #f9fcff 100%);
  color: #07194d;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(7, 25, 77, 0.05);
}
.home-place-chip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-gap: 0.48rem;
  gap: 0.48rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.44rem 0.55rem 0.44rem 0.68rem;
}
.home-place-chip-copy {
  display: block;
  width: 100%;
  min-width: 0;
}
.home-place-chip-arrow {
  display: none;
}
.home-place-chip:hover,
.home-place-chip:focus,
.home-shortcut-card:hover,
.home-shortcut-card:focus {
  border-color: rgba(255, 126, 0, 0.32);
  color: #2c7be5;
  transform: translateY(-1px);
}
.home-place-chip-name {
  overflow: hidden;
  color: #07194d;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-place-chip-weather {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.34rem;
  gap: 0.34rem;
  min-width: 4.9rem;
  padding: 0.18rem 0.46rem;
  border: 1px solid rgba(44, 123, 229, 0.18);
  border-radius: 999px;
  background: rgba(239, 247, 255, 0.96);
  color: #07194d;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 5px 14px rgba(7, 25, 77, 0.06);
  white-space: nowrap;
}
.home-place-chip-weather img,
.home-place-chip-weather svg {
  flex: 0 0 auto;
  width: 1.72rem;
  height: 1.72rem;
  padding: 0.06rem;
  border-radius: 999px;
  background: rgba(203, 228, 255, 0.82);
  -o-object-fit: contain;
     object-fit: contain;
}
.home-place-chip-weather strong {
  font-weight: 850;
}
.home-shortcut-grid {
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.home-shortcut-card {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 0.72rem;
  gap: 0.72rem;
  min-height: 3.6rem;
  padding: 0.72rem 2.35rem 0.72rem 0.78rem;
  font-weight: 750;
}
.home-shortcut-icon {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px rgba(44, 123, 229, 0.1);
}
.home-shortcut-icon::before,
.home-shortcut-icon::after {
  position: absolute;
  content: "";
}
.home-shortcut-icon-sun::before {
  inset: 0.58rem;
  border-radius: 999px;
  background: #ffb72b;
  box-shadow: 0 0 0 0.26rem rgba(255, 126, 0, 0.15);
}
.home-shortcut-icon-calendar::before,
.home-shortcut-icon-hourly::before,
.home-shortcut-icon-trend::before,
.home-shortcut-icon-weekend::before {
  inset: 0.52rem 0.48rem 0.44rem;
  border: 2px solid #07194d;
  border-radius: 0.28rem;
}
.home-shortcut-icon-calendar::after {
  top: 1.06rem;
  left: 0.82rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.12rem;
  background: #ff7e00;
}
.home-shortcut-icon-hourly::before {
  inset: 0.48rem;
  border-color: #2c7be5;
  border-radius: 999px;
}
.home-shortcut-icon-hourly::after {
  top: 0.72rem;
  left: 1.02rem;
  width: 0.48rem;
  height: 0.66rem;
  border-bottom: 2px solid #ff7e00;
  border-left: 2px solid #ff7e00;
  border-radius: 0 0 0 0.16rem;
}
.home-shortcut-icon-trend::after {
  right: 0.62rem;
  bottom: 0.6rem;
  width: 1rem;
  height: 0.65rem;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  transform: skew(-18deg);
}
.home-shortcut-icon-weekend::before {
  border-color: #2c7be5;
}
.home-shortcut-icon-weekend::after {
  top: 0.62rem;
  right: 0.48rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #ffb72b;
}
.home-shortcut-icon-tomorrow::before {
  inset: 0.68rem;
  border-radius: 999px;
  background: #ffb72b;
  box-shadow: 0 0 0 0.28rem rgba(255, 183, 43, 0.24), 0 0 0 0.62rem rgba(44, 123, 229, 0.08);
}
.home-shortcut-icon-seven::before,
.home-shortcut-icon-fifteen::before,
.home-shortcut-icon-weekend::before {
  position: static;
  display: grid;
  place-items: center;
  width: 1.62rem;
  height: 1.62rem;
  border: 2px solid #2c7be5;
  border-radius: 0.4rem;
  background: #fff;
  color: #07194d;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}
.home-shortcut-icon-seven::before {
  content: "7";
}
.home-shortcut-icon-fifteen::before {
  content: "15";
  border-color: #ff7e00;
}
.home-shortcut-icon-weekend::before {
  content: "ΣΚ";
}
.home-shortcut-icon-seven::after,
.home-shortcut-icon-fifteen::after,
.home-shortcut-icon-weekend::after {
  display: none;
}
.home-shortcut-copy {
  min-width: 0;
}
.home-shortcut-arrow {
  position: absolute;
  top: 50%;
  right: 0.82rem;
  color: #ff7e00;
  font-size: 1rem;
  transform: translateY(-50%);
}
.home-island-glance {
  overflow: hidden;
  background: radial-gradient(circle at 92% 0%, rgba(255, 126, 0, 0.12), transparent 28%), linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
}
.home-island-glance .home-section-heading h2 {
  color: #07194d;
}
.home-island-glance .home-section-heading span {
  background: #ff7e00;
}
.home-island-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.55rem;
  gap: 0.55rem;
}
.home-island-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 8.2rem;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.home-island-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.24s ease;
}
.home-island-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 77, 0.05), rgba(7, 25, 77, 0.78)), radial-gradient(circle at 18% 18%, rgba(255, 183, 43, 0.26), transparent 34%);
}
.home-island-weather {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.38rem;
  gap: 0.38rem;
  min-width: 6.15rem;
  padding: 0.3rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(244, 250, 255, 0.94);
  color: #07194d;
  font-size: 0.92rem;
  line-height: 1;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px rgba(7, 25, 77, 0.12);
  white-space: nowrap;
}
.home-island-weather img,
.home-island-weather svg {
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0.06rem;
  border-radius: 999px;
  background: rgba(203, 228, 255, 0.86);
  -o-object-fit: contain;
     object-fit: contain;
}
.home-island-weather strong {
  display: inline-flex;
  grid-gap: 0.18rem;
  gap: 0.18rem;
  align-items: center;
  font-weight: 850;
  white-space: nowrap;
}
.home-island-name {
  position: absolute;
  right: 0.7rem;
  bottom: 0.65rem;
  left: 0.7rem;
  font-size: 1.15rem;
  font-weight: 850;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}
.home-island-card:hover img,
.home-island-card:focus img {
  transform: scale(1.05);
}
.home-landing-copy {
  background: linear-gradient(135deg, rgba(44, 123, 229, 0.06), rgba(255, 126, 0, 0.05));
}
.home-landing-copy p {
  margin: 0.48rem 0 0;
  color: #56657f;
  font-size: 0.95rem;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .home-landing-page {
    padding-top: 5.35rem !important;
  }
  .home-landing-hero {
    padding: 1.45rem 1.5rem;
  }
  .home-weather-mark {
    top: 1.25rem;
    right: 1.55rem;
    width: 7.9rem;
    height: 5.5rem;
  }
  .home-place-chip-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-shortcut-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-island-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-landing-hero h1 {
    max-width: calc(100% - 10.25rem);
    font-size: 2.8rem;
  }
  .home-weather-mark {
    top: 1.55rem;
    right: 1.25rem;
    width: 6.65rem;
    height: 4.75rem;
  }
}
@media (max-width: 575.98px) {
  .home-landing-page {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .home-landing-hero {
    border-radius: 18px;
    padding-top: 1rem;
  }
  .home-weather-mark {
    top: 0.65rem;
    right: 0.55rem;
    width: 4.95rem;
    height: 3.55rem;
    opacity: 0.95;
  }
  .home-landing-hero h1 {
    max-width: calc(100% - 3.85rem);
  }
  .home-landing-intro {
    max-width: 94%;
  }
  .home-weather-sun {
    width: 2.2rem;
    height: 2.2rem;
  }
  .home-weather-sun::before {
    inset: -0.55rem;
    border-width: 0.18rem;
  }
  .home-weather-cloud {
    width: 3.95rem;
    height: 1.58rem;
  }
  .home-place-chip-grid {
    grid-gap: 0.45rem;
    gap: 0.45rem;
  }
  .home-place-chip {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 2.45rem;
    grid-gap: 0.28rem;
    gap: 0.28rem;
    padding: 0.38rem 0.44rem 0.38rem 0.56rem;
  }
  .home-popular-places .home-place-chip-arrow {
    display: none !important;
  }
  .home-place-chip-name {
    font-size: 0.84rem;
  }
  .home-place-chip-weather {
    min-width: 3.72rem;
    padding: 0.14rem 0.3rem;
    font-size: 0.72rem;
  }
  .home-place-chip-weather img,
  .home-place-chip-weather svg {
    width: 1.42rem;
    height: 1.42rem;
  }
  .home-landing-search input.search-input {
    font-size: 0.98rem;
  }
}
/*********** Home search shortcut placement **********/
.home-landing-search.search-shortcuts-form > .ui-autocomplete {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none;
}
.home-landing-search.search-shortcuts-form .search-shortcuts-panel {
  top: calc(100% + 0.6rem);
  right: 0;
  width: 100%;
  max-width: none;
  padding: 0.78rem;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7, 25, 77, 0.18);
}

/*# sourceMappingURL=home-e1496a86.css.map*/