/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/opening-hours/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * Frontend styles for the Opening Hours block
 * Clean, minimal design
 */
.wp-block-twork-opening-hours {
  margin: 1rem 0;
  font-family: var(--wp--preset--font-family--base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}
.wp-block-twork-opening-hours .twork-opening-hours-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
  color: var(--wp--preset--color--foreground, #333);
}
.wp-block-twork-opening-hours .twork-opening-hours-title .twork-hours-icon {
  font-size: 1.2em;
  opacity: 0.8;
}
.wp-block-twork-opening-hours .twork-opening-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wp-block-twork-opening-hours .twork-opening-hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--wp--preset--color--border, #e0e0e0);
}
.wp-block-twork-opening-hours .twork-opening-hours-item:last-child {
  border-bottom: none;
}
.wp-block-twork-opening-hours .twork-current-day {
  font-weight: 600;
  color: var(--wp--preset--color--primary, #007cba);
}
.wp-block-twork-opening-hours .twork-hours-day {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  min-width: 120px;
  flex-shrink: 0;
}
.wp-block-twork-opening-hours .twork-hours-time {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wp-block-twork-opening-hours .twork-hours-full {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.wp-block-twork-opening-hours .twork-current-indicator {
  color: var(--wp--preset--color--accent, #00d084);
  font-size: 0.8em;
  animation: pulse 2s infinite;
}
.wp-block-twork-opening-hours .twork-status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-block-twork-opening-hours .twork-status-open .twork-status-badge {
  background: var(--wp--preset--color--accent, #00d084);
  color: white;
}
.wp-block-twork-opening-hours .twork-status-closed .twork-status-badge {
  background: var(--wp--preset--color--secondary, #dc267f);
  color: white;
}
.wp-block-twork-opening-hours.twork-compact-mode .twork-opening-hours-list {
  gap: 0.25rem;
}
.wp-block-twork-opening-hours.twork-compact-mode .twork-opening-hours-item {
  padding: 0.25rem 0;
}
.wp-block-twork-opening-hours.twork-compact-mode .twork-hours-text {
  font-size: 0.9rem;
}
.wp-block-twork-opening-hours.twork-compact-mode .twork-status-badge {
  margin-left: auto;
}
.wp-block-twork-opening-hours .twork-no-hours {
  color: var(--wp--preset--color--secondary, #666);
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-twork-opening-hours .twork-opening-hours-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .wp-block-twork-opening-hours .twork-hours-day {
    flex-shrink: 0;
    min-width: auto;
  }
  .wp-block-twork-opening-hours .twork-hours-time {
    font-weight: 500;
    text-align: right;
  }
  .wp-block-twork-opening-hours.twork-compact-mode .twork-opening-hours-item {
    gap: 0.25rem;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-twork-opening-hours .twork-current-indicator {
    animation: none;
  }
}

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