.creative-active-tab-button-alt {
    border-bottom: 1px solid rgb(0, 0, 0)!important;
    background-color: rgb(0, 0, 0)!important;
    color: white !important; /* Makes the text white */
}

.content-carousel-container looping {
    background-color: rgb(255, 255, 255)!important;
}  

.flickity-button {
transition: all 0.3s ease-in-out !important;
background: rgb(0, 0, 0) !important;
border-radius: 7px !important;
width: 20px !important; /* Adjust width */
  height: 20px !important; /* Adjust height */
  
    padding: 1rem !important;
}

.flickity-button:hover {
  background: rgb(254, 44, 85) !important; /* Adjust to desired color */
  color: white !important; /* Change element color if needed */
}