.hotel-content,
.hotel-content * {
  direction: rtl !important;
}

.hotel-content h1,
.hotel-content h2,
.hotel-content h3,
.hotel-content h4,
.hotel-content h5,
.hotel-content h6 {
  font-family: IRANSans, sans-serif;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.hotel-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  direction: rtl;
  text-align: right;
  box-sizing: border-box;
}

.hotel-content a {
  font-family: IRANSans;
  color: var(--primary-50);
}

.hotel-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.hotel-content {
  height: 220px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.45s ease;
}

.hotel-content ul li::before {
  content: "✓";
  position: absolute;
  right: 0;
  font-weight: bold;
}

.hotel-content ul li {
  padding-right: 20px;
}

.hotel-content ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 28px;
}

.hotel-content.expanded {
  max-height: 2000px; /* وقتی باز میشه */
}

.hotel-container p {
  line-height: 1.8;
  margin-bottom: 14px;
}
