


<style>
 @media (max-width: 768px) {
  #mobile-header-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65) !important;
    z-index: 900 !important;
    backdrop-filter: blur(2px) !important;
  }

  .wl-search-input {
    width: 100% !important;
  }

  .wl-filter-dropdown {
    font-size: 0.85rem !important;
    padding: 8px !important;
    padding-right: calc(1em + 16px);
    white-space: nowrap;
  }

  .wl-dropdown-arrow {
    right: 8px !important;
  }

  .workout-library-filter-bar {
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 12px !important;
  }
}

#header-image-wrapper.program-header-floating {
  position: fixed !important;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 500px;
  height: 60vh;
  border-radius: 24px;
  z-index: 1000 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 0 !important;
}

.article-section-heading-container {
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  background-color: rgba(30, 30, 30, 0.7) !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.article-section-heading {
  margin-bottom: 16px !important;
  padding: 0 4px !important;
}

.article-main-headline {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
    text-transform: uppercase !important;

}

.article-sub-headline {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #e0e0e0 !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.1 !important;
  min-height: 1.2rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.workout-library-filter-bar {
  border-radius: 12px !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.wl-search-input {
  -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
  backdrop-filter: blur(8px) saturate(150%) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25) !important;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease !important;
  color: #e0e0e0 !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 14px !important;
  flex-grow: 3 !important;
  padding: 0 16px !important;
  height: 38px !important;
  outline: none !important;
  cursor: text !important;
}

.wl-filter-dropdown-wrapper {
  -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
  backdrop-filter: blur(8px) saturate(150%) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25) !important;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease !important;
  color: #e0e0e0 !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 14px !important;
  flex-grow: 1 !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  cursor: pointer !important;
}

.wl-view-toggle-btn {
  -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
  backdrop-filter: blur(8px) saturate(150%) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px !important;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25) !important;
  transition: background-color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease !important;
  color: #e0e0e0 !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 14px !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.wl-search-input:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.wl-filter-dropdown-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.wl-view-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.wl-search-input::placeholder {
  color: #a0a0a0 !important;
}

.wl-search-input:focus {
  border-color: rgba(0, 123, 255, 0.5) !important;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25),
    0 0 0 2px rgba(0, 123, 255, 0.4) !important;
}

.wl-filter-dropdown {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 0 40px 0 16px !important;
}

.wl-filter-dropdown option {
  background-color: #2c2c2e !important;
  color: #eaeaea !important;
}

.wl-dropdown-arrow {
  position: absolute !important;
  right: 16px !important;
  color: #a0a0a0 !important;
  pointer-events: none !important;
  stroke-width: 2px !important;
}

.wl-view-toggle-btn > i {
  stroke-width: 1px !important;
  color: #e0e0e0 !important;
}

@media (max-width: 576px) {
  .wl-search-input {
    flex-basis: 100% !important;
  }
  .wl-filter-dropdown-wrapper {
    flex-grow: 1 !important;
  }
  .wl-view-toggle-btn {
    flex-shrink: 0 !important;
  }
}

.wl-view-toggle-btn svg {
  stroke-width: 1 !important;
}



 .filter-active {
  border: 1px solid #0ea5e9 !important; /* A brighter blue border */
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
      border-radius: 7px !important;
}

</style>