/* vendor font locations */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.grayscale {
  filter: grayscale(100%) brightness(1.1); }

.maplibregl-map, .maplibregl-canvas, .mapboxgl-canvas {
  filter: grayscale(100%) brightness(1); }

.ocstreetcar-map-wrap .container {
  max-width: none; }

.ocstreetcar-map {
  max-width: 1600px;
  margin: 0 auto; }
  .ocstreetcar-map__heading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .ocstreetcar-map__heading h2 {
      margin-bottom: 20px; }
    .ocstreetcar-map__heading p {
      max-width: 800px;
      margin: 0 auto; }

.ocstreetcar-open-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .ocstreetcar-open-map-wrap {
      aspect-ratio: 16/9; } }
  @media (max-width: 767px) {
    .ocstreetcar-open-map-wrap {
      aspect-ratio: 4/3; } }

.ocstreetcar-open-map {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 10px; }

.ocstreetcar-map-legend {
  display: flex;
  gap: 30px;
  row-gap: 15px;
  padding: 30px 0;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 767px) {
    .ocstreetcar-map-legend {
      justify-content: flex-start; } }
  .ocstreetcar-map-legend__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .ocstreetcar-map-legend__item {
        width: 100%; } }
    .ocstreetcar-map-legend__item-img {
      flex-shrink: 0; }
      .ocstreetcar-map-legend__item-img--route img {
        width: 40px;
        height: 40px;
        margin-top: 9px; }
      .ocstreetcar-map-legend__item-img img {
        width: 30px;
        height: 30px;
        margin-top: -3px; }
    .ocstreetcar-map-legend__item-label {
      font-size: 16px;
      text-align: left; }

.ocstreetcar-map-numbers {
  padding: 20px 0; }
  .ocstreetcar-map-numbers__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .ocstreetcar-map-numbers__item {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    transition: box-shadow .18s ease, transform .12s ease;
    /* make four across, shrink when needed */
    flex: 1 1 calc(25% - 15px);
    min-width: 200px; }
  .ocstreetcar-map-numbers__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px; }
    .ocstreetcar-map-numbers__icon img {
      border: 1px solid red;
      width: 70px;
      height: 70px;
      display: block; }
  .ocstreetcar-map-numbers__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; }
  .ocstreetcar-map-numbers__value {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0; }
  .ocstreetcar-map-numbers__desc {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    margin: 0;
    max-width: 260px; }
  @media (max-width: 991px) {
    .ocstreetcar-map-numbers__item {
      flex: 1 1 calc(50% - 15px); } }
  @media (max-width: 575px) {
    .ocstreetcar-map-numbers__list {
      gap: 12px; }
    .ocstreetcar-map-numbers__item {
      flex: 1 1 100%;
      min-width: 0;
      flex-direction: row;
      text-align: left;
      align-items: flex-start;
      padding: 16px; }
    .ocstreetcar-map-numbers__icon {
      margin-bottom: 0; }
      .ocstreetcar-map-numbers__icon img {
        width: 48px;
        height: 48px; }
    .ocstreetcar-map-numbers__content {
      align-items: flex-start;
      gap: 10px; }
    .ocstreetcar-map-numbers__desc {
      max-width: none; } }

/*# sourceMappingURL=streetcar-map.css.map */
