/**
 * Card Section Block Styles (Frontend)
 *
 * This file contains the frontend styles for the card-section block.
 * Most styling is handled via Tailwind utility classes in the PHP output.
 */

.wp-block-ttk-website-card-section[style*="--news-bg-color"] {
  background-color: var(--news-bg-color);
}
