.footer .oramat-location {
  box-sizing: border-box;
  margin-top: 48px;
  padding: 48px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.footer .oramat-location *,
.footer .oramat-location *::before,
.footer .oramat-location *::after {
  box-sizing: border-box;
}

.footer .oramat-location__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
}

.footer .oramat-location__eyebrow {
  margin: 0 0 8px;
  color: #ff4a34 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer .oramat-location__title {
  margin: 0;
  color: #fff !important;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.15;
}

.footer .oramat-location__address {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 16px;
  line-height: 1.5;
}

.footer .oramat-location__cta {
  min-height: 48px;
  padding: 12px 20px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e50101;
  border-radius: 6px;
  background: #e50101;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 180ms ease-out, border-color 180ms ease-out,
    transform 180ms ease-out;
}

.footer .oramat-location__cta svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer .oramat-location__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.footer .oramat-location__cta:active {
  transform: scale(0.97);
}

.footer .oramat-location__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.footer .oramat-location__card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #202020;
}

.footer .oramat-location__visual,
.footer .oramat-location__visual iframe,
.footer .oramat-location__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.footer .oramat-location__visual {
  overflow: hidden;
  background: #181818;
}

.footer .oramat-location__visual iframe,
.footer .oramat-location__visual img {
  display: block;
  border: 0;
}

.footer .oramat-location__visual iframe {
  height: 100%;
}

.footer .oramat-location__visual img {
  height: 100%;
  object-fit: cover;
}

.footer .oramat-location__caption {
  min-height: 54px;
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.footer .oramat-location__caption svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #ff4a34;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (hover: hover) and (pointer: fine) {
  .footer .oramat-location__cta:hover {
    border-color: #ff4a34;
    background: #cc0000;
    transform: translateY(-1px);
  }
}

@media (max-width: 767px) {
  .footer .oramat-location {
    margin-top: 32px;
    padding: 32px 16px 28px;
  }

  .footer .oramat-location__header {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .footer .oramat-location__cta {
    width: 100%;
  }

  .footer .oramat-location__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer .oramat-location__cta {
    transition: none;
  }
}
