/* Layout CSS - Automatically enqueued with cache busting */

/* =================================================================
   CUSTOM GRID CONTAINER OVERRIDES
   ================================================================== */

.site-content {
  display: flex;
  flex-direction: column;
}

/* Override default grid-container styles */
.grid-container {
  max-width: 1400px !important; /* Increase max width */
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.content-area {
  width: unset !important;
}

/* Custom grid modifications for different screen sizes */
@media (max-width: 1200px) {
  .grid-container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 768px) {
  .grid-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* =================================================================
   OTHER LAYOUT CUSTOMIZATIONS
   ================================================================== */

/* Custom ACF section styling */
.custom-acf-section {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #eee;
}

.custom-acf-section h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.custom-acf-section .section-text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-acf-section .section-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive utilities */
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }

  .custom-acf-section h2 {
    font-size: 24px;
  }
}
