/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/wyfi-stats/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * WYFI Stats Block Styles
 * 
 * These styles are applied to both the editor and frontend.
 */
.wyfi-stats-block {
  container-type: inline-size;
  container-name: wyfi-stats;
}
.wyfi-stats-block .wyfi-stats-container {
  background-color: #f8f9fa;
  border-radius: 35px;
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-header {
  background-color: var(--wp--preset--color--dark-green);
  text-align: center;
  padding: 20px;
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-header h2 {
  color: var(--wp--preset--color--accent) !important;
  margin: 0;
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px;
  background-color: var(--wp--preset--color--light-cream);
  gap: 20px;
}
@media (max-width: 768px) {
  .wyfi-stats-block .wyfi-stats-container .wyfi-stats-content {
    flex-direction: column;
    gap: 30px;
  }
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item {
  text-align: center;
  flex: 1;
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item .wyfi-stat-number {
  font-size: var(--wp--preset--font-size--h-2);
  font-weight: bold;
  color: var(--wp--preset--color--dark-green);
  margin-bottom: 8px;
  font-family: var(--wp--preset--font-family--effra-cc), sans-serif;
}
@media (max-width: 768px) {
  .wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item .wyfi-stat-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item .wyfi-stat-number {
    font-size: 2rem;
  }
}
.wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item .wyfi-stat-label {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wyfi-stats-block .wyfi-stats-container .wyfi-stats-content .wyfi-stat-item .wyfi-stat-label {
    font-size: 1rem;
  }
}
@container wyfi-stats (max-width: 500px) {
  .wyfi-stats-block .wyfi-stats-content {
    flex-direction: column;
    gap: 25px;
    padding: 30px 15px;
  }
  .wyfi-stats-block .wyfi-stats-content .wyfi-stat-item .wyfi-stat-number {
    font-size: 2.2rem;
    margin-bottom: 6px;
  }
  .wyfi-stats-block .wyfi-stats-content .wyfi-stat-item .wyfi-stat-label {
    font-size: 0.9rem;
  }
  .wyfi-stats-block .wyfi-stats-header {
    padding: 15px;
  }
  .wyfi-stats-block .wyfi-stats-header h2 {
    font-size: 1.8rem;
  }
}
@container wyfi-stats (max-width: 300px) {
  .wyfi-stats-block .wyfi-stats-content {
    padding: 20px 10px;
    gap: 20px;
  }
  .wyfi-stats-block .wyfi-stats-content .wyfi-stat-item .wyfi-stat-number {
    font-size: 1.8rem;
  }
  .wyfi-stats-block .wyfi-stats-content .wyfi-stat-item .wyfi-stat-label {
    font-size: 0.8rem;
  }
  .wyfi-stats-block .wyfi-stats-header {
    padding: 12px;
  }
  .wyfi-stats-block .wyfi-stats-header h2 {
    font-size: 1.5rem;
  }
}

.wyfi-stats-block .wyfi-stat-number.counting {
  animation: pulse 0.3s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  .wp-block-column .wyfi-stats-block .wyfi-stats-content {
    flex-direction: column;
    gap: 25px;
    padding: 30px 15px;
  }
}
@media (min-width: 769px) {
  .wp-block-column .wyfi-stats-block .wyfi-stats-header {
    padding: 15px;
  }
  .wp-block-column .wyfi-stats-block .wyfi-stats-header h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .wp-block-column .wyfi-stats-block .wyfi-stat-item .wyfi-stat-number {
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  .wp-block-column .wyfi-stats-block .wyfi-stat-item .wyfi-stat-label {
    font-size: 0.9rem;
  }
}

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