/**
 * Goodwill Location Finder - Isolated Styles
 * Protected against Elementor and other page builders
 */

/* Base Reset - High Specificity */
.gwlf-wrapper,
.gwlf-wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  line-height: normal !important;
}

.gwlf-wrapper {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Main Container */
.gwlf-wrapper .gwlf-container {
  display: flex !important;
  height: 600px !important;
  max-height: 600px !important;
  min-height: 600px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sidebar */
.gwlf-wrapper .gwlf-sidebar {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  height: 100% !important;
  background: #ffffff !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Search Box */
.gwlf-wrapper .gwlf-search-box {
  padding: 24px !important;
  margin: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  position: sticky !important;
  top: 0 !important;
  background: #ffffff !important;
  z-index: 10 !important;
}

.gwlf-wrapper .gwlf-search-input-wrapper {
  display: flex !important;
  gap: 12px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-search-input-container {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  height: auto !important;
  min-height: 44px !important;
}

.gwlf-wrapper .gwlf-search-input-container i {
  color: #64748b !important;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

.gwlf-wrapper .gwlf-search-input {
  flex: 1 !important;
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
  color: #334155 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
}

.gwlf-wrapper .gwlf-search-input::placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

/* Filter Button */
.gwlf-wrapper .gwlf-filter-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #334155 !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
  height: auto !important;
  min-height: 44px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}

/* Current Location Button */
.gwlf-wrapper .gwlf-current-location-wrapper {
  margin: 12px 0 0 0 !important;
  padding: 0 !important;
  display: block !important;
}

.gwlf-wrapper .gwlf-current-location-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #0b4289 !important;
  transition: all 0.2s !important;
  height: auto !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  width: auto !important;
}

.gwlf-wrapper .gwlf-current-location-btn:hover {
  color: #2563eb !important;
  text-decoration: underline !important;
}

.gwlf-wrapper .gwlf-current-location-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.gwlf-wrapper .gwlf-current-location-btn i {
  font-size: 13px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-current-location-btn span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-filter-btn:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
}

.gwlf-wrapper .gwlf-filter-btn i {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 14px !important;
  height: 14px !important;
}

.gwlf-wrapper .gwlf-filter-btn span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-filter-badge {
  display: none !important;
  background: #000000 !important;
  color: #ffffff !important;
  padding: 4px 8px !important;
  margin: 0 0 0 4px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  height: auto !important;
  min-height: 20px !important;
  min-width: 20px !important;
  text-align: center !important;
}

.gwlf-wrapper .gwlf-filter-badge:not(:empty) {
  display: inline-block !important;
}

/* Filters Panel */
.gwlf-wrapper .gwlf-filters-panel {
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px 24px !important;
  margin: 16px 0 0 0 !important;
}

.gwlf-wrapper .gwlf-filter-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-filter-group {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-filter-group:last-of-type {
  margin-bottom: 0 !important;
}

.gwlf-wrapper .gwlf-filter-label {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-weight: 500 !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #334155 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-radius-value {
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-range-slider {
  width: 100% !important;
  height: 6px !important;
  border-radius: 3px !important;
  background: #e0e0e0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.gwlf-wrapper .gwlf-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #1e293b !important;
  cursor: pointer !important;
  border: none !important;
}

.gwlf-wrapper .gwlf-range-slider::-moz-range-thumb {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #1e293b !important;
  cursor: pointer !important;
  border: none !important;
}

.gwlf-wrapper .gwlf-filter-checkboxes {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-checkbox-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  color: #475569 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-filter-checkbox {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  accent-color: #0b4289 !important;
}

.gwlf-wrapper .gwlf-checkbox-text {
  user-select: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-filter-actions {
  display: flex !important;
  gap: 12px !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-filter-cancel-btn,
.gwlf-wrapper .gwlf-filter-apply-btn {
  padding: 10px 20px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  border: none !important;
  transition: all 0.2s !important;
  height: auto !important;
  min-height: 40px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

.gwlf-wrapper .gwlf-filter-cancel-btn {
  background: #ffffff !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
}

.gwlf-wrapper .gwlf-filter-cancel-btn:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
}

.gwlf-wrapper .gwlf-filter-apply-btn {
  background: #0b4289 !important;
  color: #ffffff !important;
}

.gwlf-wrapper .gwlf-filter-apply-btn:hover {
  background: #083268 !important;
}

/* Locations List */
.gwlf-wrapper .gwlf-locations-list {
  padding: 16px 24px !important;
  margin: 0 !important;
}

.gwlf-wrapper .gwlf-results-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Location Card */
.gwlf-wrapper .gwlf-location-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  margin: 0 0 16px 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s !important;
  position: relative !important;
  cursor: pointer !important;
  list-style: none !important;
}

.gwlf-wrapper .gwlf-location-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-color: #cbd5e1 !important;
  transform: translateY(-2px) !important;
}

.gwlf-wrapper .gwlf-location-card.gwlf-location-selected {
  border-color: #0b4289 !important;
  border-width: 2px !important;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2) !important;
  background: #f0f9ff !important;
}

.gwlf-wrapper .gwlf-card-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-card-title {
  flex: 1 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #1e293b !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.gwlf-wrapper .gwlf-card-info {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-info-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #475569 !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-info-item:last-child {
  margin-bottom: 0 !important;
}

.gwlf-wrapper .gwlf-info-item i {
  color: #0b4289 !important;
  font-size: 14px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

.gwlf-wrapper .gwlf-info-item span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

/* Hours Info */
.gwlf-wrapper .gwlf-info-item.gwlf-hours-info {
  color: #64748b !important;
}

.gwlf-wrapper .gwlf-info-item.gwlf-hours-info i {
  color: #0b4289 !important;
}

/* Phone and Hours Links */
.gwlf-wrapper .gwlf-phone-link,
.gwlf-wrapper .gwlf-hours-link {
  color: #0b4289 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.gwlf-wrapper .gwlf-phone-link:hover,
.gwlf-wrapper .gwlf-hours-link:hover {
  color: #2563eb !important;
  text-decoration: underline !important;
}

.gwlf-wrapper .gwlf-card-actions {
  display: flex !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-btn {
  flex: 1 !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  height: auto !important;
  min-height: 40px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
}

.gwlf-wrapper .gwlf-btn i {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-btn-primary {
  background: #0b4289 !important;
  color: #ffffff !important;
  border: none !important;
}

.gwlf-wrapper .gwlf-btn-primary:hover {
  background: #083268 !important;
  color: #ffffff !important;
}

.gwlf-wrapper .gwlf-btn-secondary {
  background: #ffffff !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
}

.gwlf-wrapper .gwlf-btn-secondary:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  color: #334155 !important;
}

/* Show More Button */
.gwlf-wrapper .gwlf-show-more-container {
  padding: 20px 24px !important;
  margin: 0 !important;
  text-align: center !important;
}

.gwlf-wrapper .gwlf-show-more-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  margin: 0 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  height: auto !important;
  min-height: 44px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
  text-decoration: none !important;
}

.gwlf-wrapper .gwlf-show-more-btn:hover {
  background: #f8fafc !important;
  border-color: #94a3b8 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.gwlf-wrapper .gwlf-show-more-btn i {
  font-size: 12px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: transform 0.2s !important;
}

.gwlf-wrapper .gwlf-show-more-btn:hover i {
  transform: translateY(2px) !important;
}

/* Map */
.gwlf-wrapper .gwlf-map {
  flex: 1 !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

.gwlf-wrapper .gwlf-map-container {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cluster Styles - MarkerClusterer - Only target cluster SVG circles */
.gwlf-map-container img[src*="data:image/svg+xml"][src*="circle"][src*="fill"] {
  animation: gwlf-cluster-pulse 2s ease-in-out infinite !important;
}

.gwlf-map img[src*="data:image/svg+xml"] + div,
.cluster-icon div {
  color: white !important;
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  text-align: center !important;
  line-height: 1 !important;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

@keyframes gwlf-cluster-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

/* Loading Nearby */
.gwlf-wrapper .gwlf-loading-nearby {
  text-align: center !important;
  padding: 60px 20px !important;
  margin: 0 !important;
  display: none !important;
}

.gwlf-wrapper .gwlf-loading-nearby-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-loading-nearby i {
  font-size: 32px !important;
  color: #0b4289 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-loading-nearby p {
  font-size: 16px !important;
  color: #64748b !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

/* No Results */
.gwlf-wrapper .gwlf-no-results {
  text-align: center !important;
  padding: 60px 20px !important;
  margin: 0 !important;
}

.gwlf-wrapper .gwlf-no-results h3 {
  font-size: 20px !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #1e293b !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.gwlf-wrapper .gwlf-no-results p {
  color: #64748b !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* Hours Display */
.gwlf-wrapper .gwlf-hours-container {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.gwlf-wrapper .gwlf-today-hours {
  font-size: 14px !important;
  color: #334155 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gwlf-wrapper .gwlf-open-status {
  color: #16a34a !important;
  font-weight: 600 !important;
  margin-right: 4px !important;
}

.gwlf-wrapper .gwlf-closed-status {
  color: #dc2626 !important;
  font-weight: 600 !important;
  margin-right: 4px !important;
}

.gwlf-wrapper .gwlf-all-hours {
  background: #f8fafc !important;
  border-radius: 8px !important;
  padding: 12px !important;
  margin-top: 4px !important;
}

.gwlf-wrapper .gwlf-service-hours {
  margin-bottom: 12px !important;
}

.gwlf-wrapper .gwlf-service-hours:last-child {
  margin-bottom: 0 !important;
}

.gwlf-wrapper .gwlf-service-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin-bottom: 8px !important;
  padding-bottom: 4px !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.gwlf-wrapper .gwlf-hours-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 4px 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.gwlf-wrapper .gwlf-hours-row.gwlf-today {
  background: #dbeafe !important;
  padding: 4px 8px !important;
  margin: 0 -8px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

.gwlf-wrapper .gwlf-day-name {
  color: #475569 !important;
  min-width: 60px !important;
}

.gwlf-wrapper .gwlf-hours-row.gwlf-today .gwlf-day-name {
  color: #1e40af !important;
}

.gwlf-wrapper .gwlf-hours-time {
  color: #334155 !important;
  text-align: right !important;
}

.gwlf-wrapper .gwlf-hours-row.gwlf-today .gwlf-hours-time {
  color: #1e40af !important;
}

.gwlf-wrapper .gwlf-show-hours-btn {
  background: none !important;
  border: none !important;
  color: #0b4289 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  padding: 4px 0 !important;
  display: none !important;
  align-items: center !important;
  gap: 4px !important;
  transition: color 0.2s !important;
  margin-top: 4px !important;
}

.gwlf-wrapper .gwlf-show-hours-btn.gwlf-show-hours-visible {
  display: flex !important;
}

.gwlf-wrapper .gwlf-show-hours-btn:hover {
  color: #2563eb !important;
}

.gwlf-wrapper .gwlf-show-hours-btn i {
  font-size: 11px !important;
  transition: transform 0.2s !important;
}

/* Responsive */
@media (max-width: 968px) {
  .gwlf-wrapper .gwlf-container {
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    gap: 0 !important;
  }

  .gwlf-wrapper .gwlf-sidebar {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    box-shadow: none !important;
  }

  .gwlf-wrapper .gwlf-search-box {
    position: relative !important;
  }

  .gwlf-wrapper .gwlf-current-location-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 12px 0 !important;
  }

  .gwlf-wrapper .gwlf-current-location-btn {
    justify-content: center !important;
  }

  .gwlf-wrapper .gwlf-filters-panel {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: calc(100% - 48px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    margin: 0 24px 12px 24px !important;
  }

  .gwlf-wrapper .gwlf-locations-list {
    max-height: none !important;
    overflow-y: visible !important;
    min-height: auto !important;
  }

  .gwlf-wrapper .gwlf-results-list {
    max-height: none !important;
  }

  .gwlf-wrapper .gwlf-location-card {
    min-height: 180px !important;
  }

  .gwlf-wrapper .gwlf-map {
    display: none !important;
  }

  .gwlf-wrapper .gwlf-map-container {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .gwlf-wrapper .gwlf-search-input-wrapper {
    flex-direction: column !important;
  }

  .gwlf-wrapper .gwlf-filter-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .gwlf-wrapper .gwlf-card-actions {
    flex-direction: column !important;
  }

  .gwlf-wrapper .gwlf-sidebar {
    width: 100% !important;
  }
}
