.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(18px, 2.5vw, 26px);
  border-radius: 24px;
  background: #080808;
  color: #fff8f0;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 240, 0.14), 0 22px 58px rgba(0, 0, 0, 0.32);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__content-column,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__visual-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: clamp(14px, 2vw, 18px);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__content-column {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: 100%;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__visual-column {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: 100%;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__intro {
  gap: clamp(10px, 1.5vw, 14px);
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 248, 240, 0.14);
  border-radius: 16px;
  background: #151515;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 240, 0.14);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__lead {
  max-width: 620px;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__media {
  min-height: clamp(230px, 24vw, 318px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #101010;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid article,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid article,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__note {
  border-radius: 16px;
  background: #151515;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 240, 0.14);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid article {
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid article {
  min-height: 0;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid article.is-featured {
  border-color: #cb2c2c;
  background: #101010;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card {
  padding: clamp(18px, 2vw, 24px);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card--primary {
  align-content: center;
  background: #101010;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card--primary .steam-blueprint-kicker {
  color: #f4c04f;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card--primary h3 {
  color: #fff8f0;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card--primary p {
  color: rgba(255, 248, 240, 0.74);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button {
  width: 100% !important;
  max-width: none !important;
  min-height: 52px;
  padding-inline: 20px;
  border-radius: 12px;
  background: #cb2c2c;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button--ghost {
  background: #151515;
  color: #fff8f0;
  box-shadow: inset 0 0 0 1px rgba(255, 248, 240, 0.14);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-card {
  display: grid;
  align-content: start;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-list {
  gap: 0;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-list div {
  grid-template-columns: minmax(66px, 0.24fr) minmax(0, 1fr);
  padding: 12px 0;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__note {
  margin: 0;
  border: 1px solid rgba(255, 248, 240, 0.14);
  background: #101010;
}

html,
body.steam-blueprint-page.steam-photo-page.steam-template-family.steam-home-v2.steam-home-v3.steam-home-v4.steam-home-v5 {
  background: #080808;
}

.steam-blueprint-page.steam-home-v5 #steam-page-family {
  background: #080808;
}

body.steam-blueprint-page.steam-photo-page.steam-template-family.steam-home-v2.steam-home-v3.steam-home-v4.steam-home-v5 main {
  background: #080808;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-blueprint-kicker,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid span,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid span {
  color: #f4c04f;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 h2,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 h3,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid strong,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid strong,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-list dt {
  color: #fff8f0;
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__lead,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid p,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid p,
.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-list dd {
  color: rgba(255, 248, 240, 0.74);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-list div {
  border-color: rgba(255, 248, 240, 0.14);
}

.steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button:focus-visible {
  outline: 3px solid #f4c04f;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__content-column,
  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__visual-column {
    display: contents;
    height: auto;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__intro {
    order: 1;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__media {
    order: 2;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__fact-grid {
    order: 3;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__card--primary {
    order: 4;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid {
    order: 5;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__route-card {
    order: 6;
    grid-template-columns: minmax(0, 1fr);
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__note {
    order: 7;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__media {
    min-height: clamp(220px, 48vw, 360px);
  }
}

@media (max-width: 560px) {
  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 {
    gap: 12px;
    padding: 14px;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__intro {
    padding: 16px;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__media {
    min-height: 210px;
    border-radius: 14px;
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__mini-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .steam-blueprint-page.steam-home-v5 .steam-address-directions-panel--design-v4 .steam-address-directions-panel__button {
    white-space: normal;
  }
}
