#PgSejour .checkin-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

#PgSejour .grid {
  gap: 18px;
}

#PgSejour .sejour-title-time {
  display: inline-block;
  margin-left: 0.35rem;
  color: inherit;
  font-family: inherit;
  font-size: 0.92em;
  font-weight: 600;
  line-height: 1.15;
}

#PgSejour .card li {
  position: relative;
  margin-bottom: 5px;
  padding: 4px 0 4px 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
  line-height: 1.32;
}

#PgSejour .card li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(200,164,93,0.45);
}

#PgSejour .card.full li {
  padding-left: 24px;
}

#PgSejour .conciergerie-block {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(200,164,93,0.22);
}

#PgSejour .conciergerie-block h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

#PgSejour .conciergerie-block li {
  color: rgba(245,242,235,0.84);
}

#PgSejour .card a {
  color: inherit;
  text-decoration: none;
}

#PgSejour .card a:hover {
  color: inherit;
  text-decoration: none;
}

#PgSejour .card a.checkout-action-link {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

#PgSejour .card a.checkout-action-link span {
  color: var(--gold-soft);
  font-size: 0.9em;
  font-weight: 600;
}

#PgSejour .card a.checkout-action-link:hover {
  color: inherit;
  text-decoration: none;
}

#PgSejour .card a.checkout-action-link:hover span {
  color: #fff4d6;
}
