#custom-woocommerce-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Allows the dismiss button to move under the message */
  height: auto !important; /* Default to auto for flexible height */
}

#custom-notice-dismiss {
  flex-shrink: 0;
  display: flex; /* Ensure the dismiss block is displayed */
  align-items: center;
  justify-content: center;
  /*background-color: #000; /* Add a background color to make it visible */
  /*color: #fff; /* Adjust text color */
  padding: 10px; /* Padding for better visibility */
}
.woo-sne-countdown {
    /*display: flex;
    align-items: center;*/
    text-align: center;
    margin: 0;
}
}

.woo-sne-countdown-text {
    font-weight: bold;
    margin-right: 10px;
}

.woo-sne-countdown-timer {
    font-size: 16px;
    color: #ff0000; /* Change to desired color */
}
.woo-sne-countdown-ended {
    font-size: 18px;
    color: #ff0000;
    text-align: center;
    text-align: center;
    margin: 0 !important;
    display: block;
}



@media (max-width: 768px) {
  #custom-notice-dismiss {
    width: 100%; /* Ensure it's full width on mobile */
    text-align: center;
	height: auto; /* Allow dynamic height for mobile */
    padding: 15px; /* Adjust padding for better appearance */
  }
   .woo-sne-countdown {
    }

    .woo-sne-countdown-ended {
    }
}
