/** Shopify CDN: Minification failed

Line 12:21 Unexpected "{"
Line 12:30 Expected ":"
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"

**/
/* Target the announcement bar carousel text on mobile */
@media only screen and (max-width: 768px) {
  /* This targets the text inside the carousel items */
  #announcement-bar-{{ section.id }} .carousel-item .rte {
    font-size: 0.7rem !important; /* Adjust this value as needed */
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    line-height: 1.2 !important; /* Tighter line height for mobile */
  }

  /* Optional: Reduce the icon size to match the smaller text */
  #announcement-bar-{{ section.id }} .carousel-item .rte img {
    width: 16px !important;
    height: auto !important;
  }
}