/* LogWork Countdown Widget Styling */

.countdown-container {
  text-align: center;
  margin: 50px 0;
}

.countdown-timer {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-weight: bold;
}

/* Override widget default styles to match wedding theme */
.countdown-timer .countdown-widget {
  background: transparent !important;
  border: none !important;
  color: white !important;
}

.countdown-timer .countdown-widget .countdown-number {
  color: white !important;
  font-family: 'Sofia Sans Condensed', sans-serif !important;
  font-weight: bold !important;
}

.countdown-timer .countdown-widget .countdown-label {
  color: white !important;
  font-family: 'Sofia Sans Condensed', sans-serif !important;
  font-weight: bold !important;
}