/* /src/shared/luxthemes-blocks.css */

/* ========================================================
   Text Overflow Prevention
   ======================================================== */
.luxthemes-animated-headline-text,
.lux-header-inner,
.lux-advanced-header {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

/* Header Block Styles */
.lux-advanced-header {
  position: relative;
  /* additional header defaults */
}

.header-top-bar {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  /* Default: justify-content: flex-start; – can be overridden inline */
  justify-content: flex-start;
}

.lux-header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Animated Headline Block Styles */
.luxthemes-animated-headline-block {
  margin-bottom: 12px;
}
.luxthemes-animated-headline-text {
  display: inline-block;
}

/* Common Form Field Styles */
.form-field {
  margin-bottom: 12px;
}
.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Mega Menu Styles */
.mega-menu-dropdown {
  display: none; /* default state: hidden */
}
.mega-menu-level1 li:hover > .mega-menu-dropdown {
  display: block;
}
.header-area .luxthemes-mega-menu-block {
  width: auto !important;
  display: inline-block !important;
}
