/* RSV — Perfil público (single), canvas */
body.rsv-single {
  background: #f4f6f5;
  margin: 0;
}

.rsv-hero {
  position: relative;
  min-height: 360px;
  background-color: #284239;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.rsv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .15));
}

.rsv-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rsv-hero-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}

.rsv-hero-loc {
  opacity: .9;
}

.rsv-content {
  line-height: 1.7;
}

.rsv-item-img {
  height: 160px;
  object-fit: cover;
}

.rsv-offering-unavailable {
  opacity: .6;
}

.rsv-gallery-thumb img {
  height: 160px;
  object-fit: cover;
  transition: transform .2s ease;
}

.rsv-gallery-thumb:hover img {
  transform: scale(1.03);
}

#rsv-map {
  height: 240px;
  border-radius: 8px;
}

.rsv-sidebar {
  position: sticky;
  top: 1rem;
}

.rsv-footer {
  background: #284239;
  color: #fff;
}

.rsv-footer a {
  color: #fff;
  text-decoration: none;
}

.rsv-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .rsv-sidebar { position: static; }
  .rsv-hero-title { font-size: 1.8rem; }
}
