/**
 * Free Space Section Block Styles (Frontend)
 *
 * This file contains the frontend styles for the free-space-section block.
 * Most styling is handled via Tailwind utility classes in the PHP output.
 */
.wp-block-ttk-website-free-space-section[style*="--free-space-bg-color"] {
  background-color: var(--free-space-bg-color);
}
.wp-block-ttk-website-free-space-section .carousel-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.wp-block-ttk-website-free-space-section .carousel-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
