/* ============================================================
   meeting Browse — Presentation
   XJS Soft Tops Club
   ============================================================ */

/* ------------------------------------------------------------
   Frame + grid
------------------------------------------------------------ */

.meeting-browse-frame {
  margin-top: 24px;
}

.meeting-browse-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 32px;
  padding-top: 4px;
  padding-left:28px;
  padding-right: 28px;
}

@media (max-width: 900px) {
  .meeting-browse-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ------------------------------------------------------------
   Hero
------------------------------------------------------------ */

.meeting-browse-hero .softtops-hero-view {
  border-radius: 10px;
  overflow: hidden;
}

.meeting-browse-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.meeting-hero-missing {
  background: #f2efe6;
  border: 2px dashed #c7c0ad;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  color: #6b6b6b;
  font-style: italic;
}

/* ------------------------------------------------------------
   Right column
------------------------------------------------------------ */

.meeting-browse-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ------------------------------------------------------------
   Approval note
------------------------------------------------------------ */

.meeting-approval-note {
  margin-bottom: 6px;
}

/* ------------------------------------------------------------
   Description (primary narrative)
------------------------------------------------------------ */

.meeting-description {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #1f2f27;
}

.meeting-description p {
  font-size: inherit !important;
  line-height: inherit;
}

.meeting-venue {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  color: #1f2f27;
}

.meeting-venue p {
  font-size: inherit !important;
  line-height: inherit;
}

.meeting-description p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   Details panel
------------------------------------------------------------ */

.meeting-details-panel {
      padding-right: 32px;
  margin-top: 8px;
  padding-top: 0;

  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.meeting-section h4 {
  margin: 0 0 0.5px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a3b2e;
}


/* Compact metadata paragraphs */
.meeting-section:not(.meeting-description) p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #243a30;
}


/* ------------------------------------------------------------
   Where / map
------------------------------------------------------------ */

.meeting-where p {
  margin-bottom: 6px;
}

.meeting-map-link {
  margin-top: 4px;
}

.meeting-map-link .softlink {
  font-size: 0.9rem;
}

/* ------------------------------------------------------------
   Cost emphasis
------------------------------------------------------------ */

.meeting-cost p {
  font-weight: 600;
}

/* ------------------------------------------------------------
   Future slots (attendance / contact)
------------------------------------------------------------ */

.meeting-attendance,
.meeting-contact {
  padding-top: 10px;
  border-top: 1px dashed rgba(26, 59, 46, 0.15);
}

.soft-muted {
  color: #6b6b6b;
  font-size: 0.9rem;
  font-style: italic;
}

/* ------------------------------------------------------------
   Mobile tweaks
------------------------------------------------------------ */

@media (max-width: 600px) {

  .meeting-description {
    font-size: 1rem;
  }



  .meeting-section p {
    font-size: 0.9rem;
  }

}

/* ------------------------------------------------------------
   Constrain meeting browse width (SoftTops canonical)
------------------------------------------------------------ */

.meeting-browse-frame {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------------------------------------
   Cost box (visual emphasis)
------------------------------------------------------------ */

.meeting-cost-box {
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(26, 59, 46, 0.06);
  border: 1px solid rgba(26, 59, 46, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 260px;
}

.meeting-cost-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a3b2e;
  letter-spacing: 0.02em;
}

.meeting-cost-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a3b2e;
}
/* ------------------------------------------------------------
   Venue row with cost badge
------------------------------------------------------------ */

.meeting-venue-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 18px;
  margin-bottom: 10px;
}

.meeting-venue-row .meeting-venue p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2f27;
  line-height: 1.4;
}

/* Slight intentional drop for the cost box */
.meeting-venue-row .meeting-cost-box {
  position: relative;
  width:150px;

}
.meeting-cost-label {
  font-size: 0.8rem;
  opacity: 0.7;
  letter-spacing: 0.02em;
}

.meeting-cost-value {
  font-size: 1.1rem;
  font-weight: 600;
}


.meeting-cost-box {
  justify-self: end;
}
.meeting-meta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 18px 0 0;
  padding: 14px 18px;
  padding-right: 32px; /* instead of hugging the edge */
  background: #ece9df;
  border: 1px solid rgba(26, 59, 46, 0.18);
  border-radius: 10px;
}
.meeting-meta-banner {
  margin-top: 0;
}



.meeting-meta-venue {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2f27;
}

.meeting-meta-cost {
  display: flex;
  align-items: baseline;
  gap: 8px;

  font-size: 0.95rem;
  color: #1a3b2e;
}

.meeting-meta-cost .label {
  font-weight: 500;
  opacity: 0.85;
}

.meeting-meta-cost .value {
  font-size: 1.1rem;
  font-weight: 700;
}


/* =========================================================
   meeting Browse — Centre Diagonal Status Ribbon
   ========================================================= */

.meeting-browse-content {
  position: relative; /* anchor for the ribbon */
  overflow: hidden;   /* keeps ribbon tidy */
}

.meeting-status-ribbon-centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);

  padding: 12px 120px;
  text-align: center;

  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;

  z-index: 5;
  pointer-meetings: none; /* non-interactive */
  opacity: 0.9;
}

/* Colour variants — reuse your existing palette logic */
.meeting-status-ribbon-centre.status-red {
  background: #c0392b;
  color: #fff;
}

.meeting-status-ribbon-centre.status-grey {
  background: #7f8c8d;
  color: #fff;
}

.meeting-status-ribbon-centre.status-amber {
  background: #d68910;
  color: #fff;
}

.meeting-status-ribbon-centre.status-green {
  background: #1e8449;
  color: #fff;
}
