.elementor-6608 .elementor-element.elementor-element-4707bf56{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6608 .elementor-element.elementor-element-4707bf56:not(.elementor-motion-effects-element-type-background), .elementor-6608 .elementor-element.elementor-element-4707bf56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-6608 .elementor-element.elementor-element-621b6956{width:100%;max-width:100%;}.elementor-6608 .elementor-element.elementor-element-621b6956 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-6608{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6608 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-6608 .dialog-close-button{display:flex;}#elementor-popup-modal-6608 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-6608 .elementor-element.elementor-element-4707bf56{--min-height:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6608 .elementor-element.elementor-element-621b6956{width:var( --container-widget-width, 340px );max-width:340px;--container-widget-width:340px;--container-widget-flex-grow:0;}.elementor-6608 .elementor-element.elementor-element-621b6956 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-621b6956 *//* === Countdown Circle Optimization === */
#wecon-popup-content-wrapper #countdown-timer > div {
  /* Increase overall circle size */
  width: 5rem !important;   /* slightly larger for mobile */
  height: 5rem !important;
}

@media (min-width: 640px) {
  #wecon-popup-content-wrapper #countdown-timer > div {
    width: 5.25rem !important;  /* larger for tablets */
    height: 5.25rem !important;
  }
}

@media (min-width: 1024px) {
  #wecon-popup-content-wrapper #countdown-timer > div {
    width: 5.75rem !important;  /* perfect for desktops */
    height: 5.75rem !important;
  }
}

/* Center the content properly within larger circles */
#wecon-popup-content-wrapper #countdown-timer > div > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

/* Adjust the number font size to stay elegant */
#wecon-popup-content-wrapper #countdown-timer > div > div > span:first-child {
  font-size: 1rem !important;  /* base mobile */
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media (min-width: 640px) {
  #wecon-popup-content-wrapper #countdown-timer > div > div > span:first-child {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  #wecon-popup-content-wrapper #countdown-timer > div > div > span:first-child {
    font-size: 1.35rem !important;
  }
}

/* Label font tweaks */
#wecon-popup-content-wrapper #countdown-timer > div > div > span:last-child {
  font-size: 10px !important;
  text-transform: uppercase !important;
  color: #bfbfbf !important;
  margin-top: 2px !important;
}

@media (min-width: 640px) {
  #wecon-popup-content-wrapper #countdown-timer > div > div > span:last-child {
    font-size: 11px !important;
  }
}/* End custom CSS */