/* Custom CSS generated on Wed Jul 22 2026 22:15:47 GMT+0000 (Coordinated Universal Time) */



.sidx-container .sidx-main-app-body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-family: 'Helvetica Neue', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.sidx-container a {
  color: rgba(180, 1, 1, 1);
}

.sidx-container .sidx-listing-details .sidx-columns .sidx-heading {
  color: rgba(0, 33, 71, 1);
  font-family: 'Helvetica Neue', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.sidx-container .sidx-searchform .sidx-basic .sidx-field {
  background-color: rgba(0, 33, 71, 1);
  color: rgba(255, 255, 255, 1);
}

.sidx-container .sidx-listing-details .sidx-columns .sidx-call-to-actions button {
  background-color: rgba(180, 1, 1, 1);
  color: rgba(255, 255, 255, 1);
}

.sidx-container .sidx-search-results .sidx-search-result-grid-item:not(.sidx-search-result-grid-list-item) .sidx-actions {
  background-color: rgba(180, 1, 1, 1);
  border-color: rgba(180, 1, 1, 1) !important;
  color: rgb(249, 250, 251);
}

/* Make buttons modern and rounded */
.showcase-idx-button, 
.showcase-idx-search-button {
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

/* Add a slight shadow to make buttons 'pop' */
.showcase-idx-button:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}
