/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/programs-index/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * Frontend styles for the Programs Index Block
 */
.wp-block-shelter-inc-blocks-programs-index {
  margin: 1em auto !important;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section {
  background-color: #F6F6F6;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 5em;
  margin-bottom: -7em;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section h3 {
  margin: 0;
  padding: 2rem;
  font-size: 2em;
  color: #0488EE;
  background-color: #D7EAF4;
  margin-bottom: 2rem;
  font-family: "Francois One", sans-serif;
  text-align: center;
  font-weight: normal;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form {
  padding: 1em 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form input[type=text], .wp-block-shelter-inc-blocks-programs-index .programs-filters-section form select {
  font-family: "Montserrat", sans-serif;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-actions {
  flex-basis: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-actions .clear-filters {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #E47930;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-actions .clear-filters:hover {
  background-color: #b5632c;
  color: white;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-actions .auto-filter-feedback {
  display: none;
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5rem;
  font-style: italic;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-actions .auto-filter-feedback.show {
  display: block;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section h4 {
  flex-basis: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: #3E4E50;
  font-family: "Francois One", sans-serif;
  font-weight: normal;
  margin-top: 0;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(1) {
  flex-basis: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(1) h4 {
  flex-basis: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(1) .status-checkboxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(2) {
  flex-basis: 35%;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(2) .age_range_select {
  width: 100%;
  padding: 0.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.2s ease;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(2) .age_range_select:focus {
  outline: none;
  border-color: #0488EE;
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section .checkbox-label {
  display: flex;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-basis: calc(32% - 0.5em);
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section .checkbox-label input[type=checkbox] {
  margin-right: 0.5rem;
  transform: scale(1.1);
}
.wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section .checkbox-label span {
  font-size: 0.9rem;
  color: #333;
}
.wp-block-shelter-inc-blocks-programs-index .programs-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
  text-align: center;
}
.wp-block-shelter-inc-blocks-programs-index .programs-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007cba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-loading p {
  margin: 0;
  color: #666;
  font-style: italic;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-block-shelter-inc-blocks-programs-index #programs-index-results {
  padding: 0 2em;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30.5%, 1fr));
  gap: 3.4em;
  margin: 2rem 0 6rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+1) .program-index-image {
  background-color: #4F345A;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+2) .program-index-image {
  background-color: #E47930;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+3) .program-index-image {
  background-color: #0488EE;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+4) .program-index-image {
  background-color: #3E4E50;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+5) .program-index-image {
  background-color: #E0CA3C;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:nth-child(6n+6) .program-index-image {
  background-color: #647C80;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding: 1.5rem;
  text-align: center;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-image a {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0) invert(1);
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-image:hover img {
  transform: scale(1.05);
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content {
  padding: 1.5rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-title {
  margin: 0 0 2rem 0;
  font-size: 1.4em;
  line-height: 1.3;
  font-family: "nf-onelittlefont-regular", sans-serif;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-title a {
  color: #3E4E50;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-title a:hover {
  color: #007cba;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-excerpt {
  margin-bottom: 1rem;
  color: #666;
  line-height: 1.5;
  font-size: 0.95rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-status {
  margin-bottom: 1rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-status .status-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-status .status-tag.status-active {
  background-color: #d4edda;
  color: #155724;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-status .status-tag.status-upcoming {
  background-color: #fff3cd;
  color: #856404;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-status .status-tag.status-full {
  background-color: #f8d7da;
  color: #721c24;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-age-range {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #555;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-age-range strong {
  color: #3E4E50;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-actions {
  margin-top: auto;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-actions .program-index-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #E47930;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8em;
  transition: background-color 0.2s ease;
  margin-top: 1em;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-grid .program-index-card .program-index-content .program-index-actions .program-index-button:hover {
  background-color: #b5632c;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-no-results {
  text-align: center;
  padding: 3rem 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 2rem 0 10rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-no-results h3 {
  margin: 0 0 1rem 0;
  color: #495057;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-no-results p {
  margin: 0 0 1.5rem 0;
  color: #6c757d;
  font-size: 1.1rem;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-no-results .clear-filters-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007cba;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.wp-block-shelter-inc-blocks-programs-index .programs-index-no-results .clear-filters-button:hover {
  background-color: #005a87;
  color: white;
}

/* Wide and full alignment support */
.wp-block-shelter-inc-blocks-programs-index.alignwide .programs-index-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.wp-block-shelter-inc-blocks-programs-index.alignfull .programs-index-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 0 2rem;
}

/* Responsive design */
@media (max-width: 768px) {
  .wp-block-shelter-inc-blocks-programs-index .programs-filters-section form {
    flex-direction: column;
  }
  .wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(1), .wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section:nth-child(2) {
    flex-basis: 100% !important;
    margin-bottom: 1.5rem;
  }
  .wp-block-shelter-inc-blocks-programs-index .programs-filters-section form .filter-section .checkbox-label {
    flex-basis: 100% !important;
    margin-bottom: 0.5rem;
  }
  .wp-block-shelter-inc-blocks-programs-index .programs-index-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .wp-block-shelter-inc-blocks-programs-index .program-index-card .program-index-content {
    padding: 1rem;
  }
  .wp-block-shelter-inc-blocks-programs-index .program-index-card .program-index-image img {
    height: 160px;
  }
  .wp-block-shelter-inc-blocks-programs-index.alignfull .programs-index-grid {
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .wp-block-shelter-inc-blocks-programs-index .programs-index-grid {
    gap: 1rem;
  }
  .wp-block-shelter-inc-blocks-programs-index .programs-index-no-results {
    padding: 2rem 1rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/