.glh-motor-reservas .restaurant-selector {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.glh-motor-reservas .restaurant-selector[data-restaurant-state="ready"] {
  opacity: 1;
  transform: translateY(0);
}

.glh-motor-reservas .restaurant-selector__label {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #454545;
  font-family: "Lato", sans-serif;
}

.glh-motor-reservas .restaurant-selector__select {
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
  height: 42px;
  padding: 0 50px 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.glh-motor-reservas .restaurant-selector__select option{
  color: #000;
}

.glh-motor-reservas .restaurant-selector .wbc-select-wrap {
  width: 100%;
  max-width: 340px;
}

.glh-motor-reservas .restaurant-selector .wbc-select-wrap .wbc-select-arrow {
  color: #000000;
  border-left-color: #cccccc;
  font-size: 0;
}

.glh-motor-reservas .restaurant-selector .wbc-select-wrap .wbc-select-arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000000;
  vertical-align: middle;
}

.glh-motor-reservas .restaurant-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  color: #202020;
  font-family: "Lato", sans-serif;
  opacity: 1;
  transition: opacity 0.26s ease;
  text-align: left;
}

.glh-motor-reservas .restaurant-info[data-restaurant-state="switching"] {
  opacity: 0;
}

.glh-motor-reservas .restaurant-info .restaurant-info__card {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 24px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra,
.glh-motor-reservas .restaurant-info .restaurant-info__extra * {
  color: #000000 !important;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra a {
  text-decoration: underline;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra p {
  margin: 0 0 16px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra > :last-child {
  margin-bottom: 0;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra li {
  margin-bottom: 8px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra li:last-child {
  margin-bottom: 0;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra a {
  color: #000000;
  text-decoration: underline;
}

.glh-motor-reservas .restaurant-info .restaurant-info__extra a:hover {
  text-decoration: none;
}

.glh-motor-reservas .restaurant-info .restaurant-info__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #a5a5a5;
  flex-shrink: 0;
  margin-top: 1px;
  overflow: visible;
}

.glh-motor-reservas .restaurant-info .restaurant-info__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.glh-motor-reservas .restaurant-info .restaurant-info__icon path {
  stroke: #686868;
  stroke-width: 0.45px;
  stroke-linejoin: round;
  paint-order: stroke fill;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.97);
}

.glh-motor-reservas .restaurant-info .restaurant-info__label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #454545;
  font-weight: 600;
}

.glh-motor-reservas .restaurant-info .restaurant-info__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.glh-motor-reservas .restaurant-info .restaurant-info__text,
.glh-motor-reservas .restaurant-info .restaurant-info__text * {
  color: #000000 !important;
}

.glh-motor-reservas .restaurant-info .restaurant-info__text strong,
.glh-motor-reservas .restaurant-info .restaurant-info__text b {
  font-weight: 700;
}

.glh-motor-reservas .restaurant-info .restaurant-info__text a {
  color: inherit;
  text-decoration: underline;
}

.glh-motor-reservas .restaurant-info .restaurant-info__text a:hover {
  text-decoration: none;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  color: #333;
  font-size: 16px;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social[hidden] {
  display: none !important;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social,
.glh-motor-reservas .restaurant-info .restaurant-info__social * {
  color: #333 !important;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-links {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3f3f3f;
  transition: opacity 0.2s ease;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-link,
.glh-motor-reservas .restaurant-info .restaurant-info__social-link * {
  color: #3f3f3f !important;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-link:hover {
  opacity: 0.75;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-link svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.glh-motor-reservas .restaurant-info .restaurant-info__social-link svg {
  fill: currentColor !important;
}

.glh-motor-reservas .restaurant-booking {
  margin: 0 auto 40px auto;
  padding: 0 15px;
  max-height: 700px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.35s ease;
}

.glh-motor-reservas .restaurant-booking[data-restaurant-state="empty"] {
  max-height: 0;
  opacity: 0;
  margin: 0 auto;
  pointer-events: none;
}

.glh-motor-reservas .restaurant-booking__inner {
  position: relative;
  max-width: 992px;
  margin: 0 auto;
  min-height: 650px;
}

.glh-motor-reservas .restaurant-booking__loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  animation: restaurant-booking-shimmer 1.4s ease-in-out infinite;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.glh-motor-reservas .restaurant-booking[data-restaurant-state="loaded"] .restaurant-booking__loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.glh-motor-reservas .restaurant-booking__loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #d8d8d8;
  border-top-color: #686868;
  border-radius: 50%;
  animation: restaurant-booking-spin 0.8s linear infinite;
}

.glh-motor-reservas .restaurant-booking__loader-text {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #454545;
  text-align: center;
}

@keyframes restaurant-booking-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes restaurant-booking-spin {
  to {
    transform: rotate(360deg);
  }
}

.glh-motor-reservas .restaurant-booking__iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 650px;
  display: block;
  border: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.glh-motor-reservas .restaurant-booking[data-restaurant-state="loaded"] .restaurant-booking__iframe {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .glh-motor-reservas .restaurant-booking {
    transition: none;
  }

  .glh-motor-reservas .restaurant-booking__loader {
    animation: none;
    background: #f0f0f0;
  }

  .glh-motor-reservas .restaurant-booking__loader-spinner {
    animation: none;
  }
}

@media (max-width: 1200px) {
  .glh-motor-reservas .restaurant-info .restaurant-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .glh-motor-reservas .restaurant-info .restaurant-info__card {
    padding: 24px 16px;
  }

  .glh-motor-reservas .restaurant-selector__select {
    font-size: 20px;
  }

  .glh-motor-reservas .restaurant-selector__label {
    font-size: 18px;
  }

  .glh-motor-reservas .restaurant-info .restaurant-info__label {
    font-size: 16px;
  }

  .glh-motor-reservas .restaurant-info .restaurant-info__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .glh-motor-reservas .restaurant-info .restaurant-info__text,
  .glh-motor-reservas .restaurant-info .restaurant-info__extra {
    font-size: 14px;
  }

  .glh-motor-reservas .restaurant-info .restaurant-info__social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

