/*

 Theme Name: Astra Child

 Template: astra

 Version: 1.0.0

*/

/* Zrušení text-transform na VŠECH prvcích */
* {
  text-transform: none !important;
}

.wp-block-cover__image-background {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

button,
.wp-block-button__link,
.ast-button {
  text-transform: none !important;
}

/* 1) rodič ať nic necentruje */
.timer-left {
  text-align: left !important;
}

/* 2) typické vycentrování wrapperu přes margin auto */
.timer-left .ycd-countdown,
.timer-left [class*="ycd"],
.timer-left .countdown,
.timer-left .countdown-timer {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* 3) pokud plugin uvnitř používá flex a centruje obsah */
.timer-left .ycd-countdown,
.timer-left [class*="ycd"] {
  justify-content: flex-start !important;
}





