.ath-room-info {
  width: 100%;
}

.ath-room-info__section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: clamp(3rem, 5vw, 6rem) 0;
  border-top: 1px solid color-mix(in srgb, currentColor 15%, transparent);
}

@media (min-width: 1025px) {
  .ath-room-info__section:has(.ath-room-info__amenities) {
    display: grid;
    grid-template-columns: 3.5fr 6.5fr;
    gap: 5rem;
    align-items: start;
  }
}

.ath-room-info__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1025px) {
  .ath-room-info__header--sticky {
    position: sticky;
    top: 3rem;
    align-self: start;
  }
}

.ath-room-info__title {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: currentColor;
}

.ath-room-info__desc {
  font-size: clamp(0.85rem, 0.9vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0;
  color: currentColor;
}

.ath-room-info__content {
  width: 100%;
}

.ath-room-info__amenities {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(1rem, 0.8rem + 1vw, 1.5rem);
  column-gap: clamp(1rem, 0.8rem + 1vw, 1.5rem);
  align-items: stretch;
  justify-items: stretch;
}

.ath-room-info__amenity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 48px 24px;
  width: 100%;
  min-height: 288px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #e5edec 100%);
  box-shadow: 8px 8px 24px 0px rgba(18, 43, 40, 0.06);
  transition: background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease, transform 0.3s ease;
}

.ath-room-info__amenity-iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ath-room-info__amenity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: currentColor;
  line-height: 1;
}

.ath-room-info__amenity-label {
  font-size: clamp(0.85rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ath-room-info__neighbourhood {
  display: flex;
  flex-direction: column;
}

.ath-room-info__nb-row {
  display: grid;
  grid-template-columns: minmax(140px, 1.4fr) 1.5rem minmax(90px, 1fr) 1.5rem 1fr;
  align-items: center;
  column-gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  width: 100%;
}

/* --- Η ΜΑΓΙΚΗ ΛΥΣΗ ΓΙΑ ΤΑ ΠΡΟΒΛΗΜΑΤΑ TOY WORDPRESS WPAUTOP --- */
.ath-room-info__nb-row > * {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* Κρύβουμε τα άδεια/έξτρα tags που βάζει ο editor του WordPress μετά τα 5 βασικά στοιχεία */
.ath-room-info__nb-row > *:nth-child(n+6) {
  display: none !important;
}

.ath-room-info__nb-row br {
  display: none !important;
}
/* ----------------------------------------------------------- */

.ath-room-info__nb-row:last-child {
  border-bottom: none;
}

.ath-room-info__nb-name {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ath-room-info__nb-name-icon {
  opacity: 0.7;
  flex-shrink: 0;
  font-size: 1.2em;
}

.ath-room-info__nb-arrow {
  opacity: 0.4;
  font-size: 0.85rem;
  flex-shrink: 0;
  text-align: center;
}

.ath-room-info__nb-distance,
.ath-room-info__nb-walk {
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 1rem);
  opacity: 0.8;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .ath-room-info__nb-row {
    grid-template-columns: minmax(120px, 1.3fr) 1.5rem minmax(80px, 1fr) 1.5rem 1fr;
    column-gap: 0.75rem;
  }
}

@media (max-width: 767px) {
  .ath-room-info__amenities {
    grid-template-columns: 1fr !important;
  }
  .ath-room-info__nb-row {
    grid-template-columns: minmax(100px, 1.2fr) 1rem minmax(70px, 0.8fr) 1rem 1fr;
    column-gap: 0.5rem;
    padding: 1rem 0;
  }
  .ath-room-info__nb-distance,
  .ath-room-info__nb-walk {
    font-size: clamp(0.72rem, 0.66rem + 0.3vw, 0.85rem);
    white-space: nowrap;
  }
  .ath-room-info__nb-name {
    font-size: clamp(0.74rem, 0.68rem + 0.3vw, 0.9rem);
    gap: 0.5rem;
  }
}

body.elementor-editor-active .ath-room-info { min-height: 100px; }