.board-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin: 30px 0;
}

.board-card {
    text-align: center;
}

.board-photo {
    width: 250px;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
    display: block;
    margin: 0 auto 15px;
}

.board-role {
    font-weight: bold;
    margin-bottom: 8px;
}

.board-name {
    font-size: 1.1em;
    font-weight: 600;
}

.board-school {
    font-style: italic;
    margin-top: 5px;
}

/* Tablet */
@media (max-width: 900px) {
    .board-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .board-grid {
        grid-template-columns: 1fr;
    }
}

#SFctr table{word-break:normal}
#asac-countdown ul li a div div.inn {
  background: #62c1e5; /* ASAC sky blue */
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

#asac-countdown .flip-clock-label {
  color: #1c96c5; /* ASAC deep blue */
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 768px) {
  #asac-countdown {
    transform: scale(0.85);
  }
}
.page-id-22208 .wp-block-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.asac-accordion {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #ffffff;
    overflow: hidden;
}

/* Accordion header */
.asac-accordion summary {
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    background: #f7fbfd;
    transition: background 0.2s ease;
}

/* Remove default triangle */
.asac-accordion summary::-webkit-details-marker {
    display: none;
}

/* Hover effect */
.asac-accordion summary:hover {
    background: #eaf4f9;
}

/* Open state */
.asac-accordion[open] summary {
    background: #dff1f8;
    color: #1c6f91;
}

/* Content area */
.asac-accordion ul {
    margin: 0;
    padding: 12px 22px 18px 28px;
}

.asac-accordion li {
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 15px;
}
.board-photo {
    width: 250px;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin-bottom: 10px;
}