.ph-content{
  display:grid;
  gap:18px;
  max-width:var(--ph-text-max);
  color:var(--ph-muted);
}

.ph-content--wide{
  max-width:none;
}

.ph-content--center{
  margin-inline:auto;
  text-align:center;
}

.ph-content > *{
  margin:0;
}

.ph-content > h2,
.ph-content > h3{
  color:var(--ph-text);
  text-wrap:balance;
}

.ph-content > h2 + p,
.ph-content > h3 + p{
  color:var(--ph-text);
}

.ph-content p{
  max-width:var(--ph-text-max);
}

.ph-content p + p{
  margin-top:-4px;
}

.ph-content a:not(.ph-btn){
  font-weight:700;
}

.ph-content ul,
.ph-content ol{
  display:grid;
  gap:12px;
  padding:0;
  list-style:none;
}

.ph-content ul li,
.ph-content ol li{
  position:relative;
  padding-left:22px;
}

.ph-content ul li::before,
.ph-content ol li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--ph-accent), var(--ph-brand));
  transform:translateY(-50%);
}

.ph-content blockquote{
  padding:24px 26px;
  border-left:4px solid rgba(170,103,65,.42);
  border-radius:0 var(--ph-radius-1) var(--ph-radius-1) 0;
  background:rgba(255,250,243,.7);
  color:var(--ph-text);
  font-family:var(--ph-font-display);
  font-size:clamp(1.2rem,2vw,1.45rem);
  line-height:1.4;
}

.ph-content hr{
  width:100%;
  margin-block:8px;
}

.ph-content > .ph-booking-form,
.ph-content > .ph-price-box,
.ph-content > .ph-rooms-grid{
  max-width:none;
}

.ph-content .wp-block-image,
.ph-content figure{
  margin:8px 0;
}

.ph-content img{
  width:100%;
  border-radius:var(--ph-radius-2);
  box-shadow:var(--ph-shadow-sm);
}

.ph-list-cards{
  display:grid;
  gap:12px;
  margin:4px 0 0;
  padding:0;
  list-style:none;
}

.ph-list-cards li{
  padding:18px 18px 18px 22px;
  border:1px solid rgba(29,41,31,.1);
  border-radius:20px;
  background:rgba(255,250,243,.88);
  box-shadow:var(--ph-shadow-sm);
}

.ph-list-cards li::before{
  left:14px;
}

.ph-timeline{
  display:grid;
  gap:14px;
  margin-top:6px;
  padding:0;
  list-style:none;
}

.ph-timeline li{
  position:relative;
  padding:18px 18px 18px 56px;
  border:1px solid rgba(29,41,31,.1);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,250,243,.95), rgba(244,237,227,.9));
}

.ph-timeline li::before{
  content:"";
  position:absolute;
  left:22px;
  top:20px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--ph-card);
  border:6px solid var(--ph-brand);
}

.ph-timeline li::after{
  content:"";
  position:absolute;
  left:30px;
  top:44px;
  bottom:-22px;
  width:2px;
  background:linear-gradient(180deg, rgba(49,87,70,.34), rgba(49,87,70,0));
}

.ph-timeline li:last-child::after{
  display:none;
}

.ph-rich-text{
  display:grid;
  gap:18px;
}

@media (min-width: 720px){
  .ph-list-cards{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
