/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2026 | 22:13:39 */
.qh-gas__loc_item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}

.qh-gas__locstack {
  width: calc(100% - 24px);
}

.qh-gas__locicon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.qh-gas__loctext {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  display: flex;
  color: #000;
}

.qh-gas__media {
  height: 231px;
  padding: 10px;
  display: flex;
  gap: 10px;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.qh-gas__logo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06));
  border: solid 2px white;
}

.qh-gas__pills {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;

  & span {
    border-radius: 100px;
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Neutral-neutral-1, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
}

.qh-gas__pill--restaurante {
  background: #f63;
}

.qh-gas__pill--bar {
  background: #080807;
}

.qh-gas__pill--parrilla {
  background: #ab442d;
}

.qh-gas__pill--cafeteria {
  background: #d49c19;
}
