/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.countdown-overlay {
  position: absolute;
  top: 40px;   /* resmin altına yerleştir */
  right: 10px;    /* sağ köşeye yerleştir */
  color: #fff;
  background: rgba(0,0,0,0.7); /* yarı saydam siyah arka plan */
  color: #fff;         
  padding: 6px 12px;
  border-radius: 6px;
  font-family: 'Exo', sans-serif;
  text-align: center;          /* yazıları ortala */
  font-size: 0.9rem;
  z-index: 10;
}
.countdown-overlay span {
 
  margin: 0 3px;
  color: #ffffff; /* iç span’lar da beyaz */
}
