/* Debonda Hvar Station v1.0.0 — Nuclear WP/Elementor Reset */

#dhs-hvar-station {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal !important;
}

@keyframes dhsSpin { to { transform: rotate(360deg); } }

#dhs-hvar-station *,
#dhs-hvar-station *::before,
#dhs-hvar-station *::after {
  box-sizing: border-box !important;
}

/* BUTTONS — every WP/Elementor specificity combinator */
#dhs-hvar-station button,
#dhs-hvar-station button:hover,
#dhs-hvar-station button:focus,
#dhs-hvar-station button:active,
#dhs-hvar-station button:visited,
.entry-content #dhs-hvar-station button,
.elementor-widget-container #dhs-hvar-station button,
.elementor #dhs-hvar-station button,
.elementor-element #dhs-hvar-station button,
article #dhs-hvar-station button,
.page-content #dhs-hvar-station button,
.site-content #dhs-hvar-station button,
body #dhs-hvar-station button,
body .entry-content #dhs-hvar-station button,
body .elementor-widget-container #dhs-hvar-station button {
  all: unset !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* CLOSE BUTTON — the most problematic element */
#dhs-hvar-station .dhs-close-btn,
body #dhs-hvar-station .dhs-close-btn,
body .entry-content #dhs-hvar-station .dhs-close-btn,
body .elementor #dhs-hvar-station .dhs-close-btn,
body .elementor-widget-container #dhs-hvar-station .dhs-close-btn,
body .elementor-element #dhs-hvar-station .dhs-close-btn {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 12px !important;
  background: rgba(235, 232, 226, 0.7) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #8B7D66 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-indent: 0 !important;
  letter-spacing: normal !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  flex: 0 0 36px !important;
  overflow: visible !important;
  position: relative !important;
  cursor: pointer !important;
  transition: background 0.15s ease !important;
}

#dhs-hvar-station .dhs-close-btn:hover,
body #dhs-hvar-station .dhs-close-btn:hover {
  background: rgba(220, 216, 208, 0.9) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#dhs-hvar-station .dhs-close-btn:focus,
#dhs-hvar-station .dhs-close-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#dhs-hvar-station .dhs-close-btn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  pointer-events: none !important;
}

/* Links */
#dhs-hvar-station a,
#dhs-hvar-station a:hover,
#dhs-hvar-station a:focus,
#dhs-hvar-station a:visited,
#dhs-hvar-station a:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Headings */
#dhs-hvar-station h1,
#dhs-hvar-station h2,
#dhs-hvar-station h3,
#dhs-hvar-station h4 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

/* Paragraphs */
#dhs-hvar-station p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Details / Summary — FAQ */
#dhs-hvar-station details { margin: 0 !important; padding: 0 !important; border: none !important; }
#dhs-hvar-station details summary { list-style: none !important; cursor: pointer !important; outline: none !important; }
#dhs-hvar-station details summary::-webkit-details-marker { display: none !important; }
#dhs-hvar-station details summary::marker { display: none !important; content: "" !important; }

/* Images */
#dhs-hvar-station img { max-width: 100% !important; height: auto !important; border: none !important; box-shadow: none !important; }

/* SVGs */
#dhs-hvar-station svg { overflow: visible; vertical-align: middle; }

/* Sections — block theme interference */
#dhs-hvar-station .dhs-section { border: none !important; background: transparent !important; float: none !important; clear: both !important; }

/* Elementor container fix */
.elementor-widget-container #dhs-hvar-station { width: 100% !important; max-width: 100% !important; }
