</> CSS

/*
Theme Name: Astra Child
Template: astra
*/

/* =========================
   MAIN WRAPPER
========================= */
.condo-wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

/* =========================
   HERO IMAGE
========================= */
.hero img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* =========================
   QUICK FACTS (HORIZONTAL)
========================= */
.facts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 25px 0;
}

.fact {
  flex: 1;
  text-align: center;
}

.fact h4,
.fact h3 {
  margin: 0;
}

.fact h4 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fact h3 {
  font-size: 28px;
  margin-top: 5px;
}

/* MOBILE STACK FACTS */
@media (max-width: 768px) {
  .facts {
    flex-direction: column;
    gap: 20px;
  }
}

/* =========================
   SHORT DESCRIPTION
========================= */
.short-desc h3 {
  font-size: 20px;
  margin: 15px 0;
}

/* =========================
   LONG DESCRIPTION
========================= */
/* =========================
   LONG DESCRIPTION
========================= */
.long-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/* =========================
   4-LINE PREVIEW
========================= */
.desc-preview {
    margin-bottom: 10px;
    color: #333;
}

/* =========================
   LONG DESCRIPTION WRAPPER
========================= */
.long-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/* =========================
   ACCORDION CONTAINER
========================= */
.description-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 18px;
    background: #fff;
    margin-top: 15px;
}

/* =========================
   "READ MORE" BUTTON (SUMMARY)
   SPACE BELOW WHEN CLOSED
========================= */
.description-accordion summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    padding-bottom: 18px;   /* space under Read more when closed */
    margin-bottom: 0;
    outline: none;
}

/* remove default arrow */
.description-accordion summary::-webkit-details-marker {
    display: none;
}

/* =========================
   OPEN STATE SPACING
========================= */
.description-accordion[open] summary {
    margin-bottom: 20px;   /* space between title and content when open */
}

/* =========================
   CONTENT INSIDE ACCORDION
========================= */
.accordion-content {
    padding-top: 10px;
    padding-bottom: 20px;  /* space after text when open */
    line-height: 1.6;
}

/* optional polish */
.description-accordion:hover {
    border-color: #bbb;
}
/* =========================
   IMAGE GALLERY (image_2 → image_9)
========================= */
.condo-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.condo-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* SAFETY */
.condo-gallery,
.facts {
  box-sizing: border-box;
}




.long-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/* visible preview */
.desc-preview {
    margin-bottom: 10px;
    color: #333;
}

/* accordion */
.description-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    background: #fff;
}

.description-accordion summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
}

.description-accordion summary::-webkit-details-marker {
    display: none;
}

.accordion-content {
    margin-top: 10px;
}

.ocean-view-label {
    font-size: 0.6em !important;
    font-weight: 400 !important;
    color: #777 !important;
    margin-left: 10px;
    vertical-align: middle;
}

.availability-calendar {
    margin-top: 20px;
}

.calendar-link a {
    display: inline-block;
    padding: 10px 15px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.calendar-link a:hover {
    background: #005177;
}

.no-calendar {
    color: #999;
    font-style: italic;
}




