/* ===== BADGE PILL ===== */
.badge-pill {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 20px;
  border-radius: 30px;
}

/* ===== GOLD DIVIDER ===== */
hr.wp-block-separator.gold-divider {
  width: 60px !important;
  border-bottom: 3px solid #C6920A !important;
  border-top: none !important;
  margin-top: 12px !important;
  margin-bottom: 28px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  background: none !important;
  opacity: 1 !important;
}

.wp-block-group .gold-divider {
  width: 60px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* ===== ROUNDED MEDIA IMAGES ===== */
.rounded-media .wp-block-media-text__media img {
  border-radius: 12px;
}

/* ===== HIGHLIGHT BOXES ===== */
.highlight-green {
  background: #E8F5E9;
  border-left: 4px solid #1B5E20;
  padding: 24px 28px;
  border-radius: 0 8px 8px 0;
  flex-grow: 1 !important;
  height: auto !important;
}

.highlight-gold {
  background: #FFF8E1;
  border-left: 4px solid #C6920A;
  padding: 24px 28px;
  border-radius: 0 8px 8px 0;
  flex-grow: 1 !important;
  height: auto !important;
}

/* ===== COLUMNS EQUAL HEIGHT ===== */
.wp-block-columns {
  align-items: stretch !important;
}

.wp-block-column {
  display: flex !important;
  flex-direction: column !important;
}

/* ===== LIST STYLING ===== */
.wp-block-list li::marker {
  color: #C6920A;
}

.left-list {
  margin-left: 0 !important;
  padding-left: 24px !important;
  text-align: left !important;
}

/* ===== HEADER ===== */
.site-header,
header.wp-block-template-part,
.wp-block-template-part header,
header {
  border-bottom: 3px solid 
#C6920A !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  background: 
#FFFFFF !important;
}

.site-tagline {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

/* ===== NAVIGATION ===== */
.wp-block-navigation .current-menu-item a {
  background: #E8F5E9 !important;
  color: #1B5E20 !important;
  border-radius: 6px;
  padding: 6px 14px !important;
}

.wp-block-navigation a:hover {
  background: #E8F5E9 !important;
  color: #1B5E20 !important;
  border-radius: 6px;
}

/* ===== PAGE TITLE HIDDEN ===== */
.wp-block-post-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== REMOVE GAP BELOW HEADER ===== */
main,
.wp-block-post-content,
.entry-content,
.wp-site-blocks > main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ===== ABC CARDS ===== */
.abc-card {
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #1B5E20;
  border-radius: 8px;
  padding: 24px !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.abc-card .wp-block-image img {
  width: 225px !important;
  height: 225px !important;
  object-fit: contain;
}

/* ===== GALLERY ===== */
.wp-block-gallery .wp-block-image img {
  border-radius: 8px !important;
}

/* ===== BOARD TABLE ===== */
.board-table table {
  max-width: 500px !important;
}

.board-table thead th {
  background: #1B5E20 !important;
  color: #FFFFFF !important;
  padding: 14px 20px !important;
  font-weight: 600;
}

.board-table td {
  padding: 14px 20px !important;
  border-bottom: 1px solid #eeeeee !important;
}

.board-table tr:nth-child(even) td {
  background: #E8F5E9 !important;
}

/* ===== CONTACT BOXES ===== */
.contact-box {
  background: #FFFFFF;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px !important;
  flex-grow: 1 !important;
}