/*!
Theme Name: Codenails
Theme URI: http://underscores.me/
Author: Underscores
Author URI: http://underscores.me/
Description: Responsive, lightning-fast and highly customizable wordPress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codenails
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Codenails is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
Theme Name: Codenails
Description: Custom theme for Codenails
Version: 1.0.0
Author: Codenails
*/

/* Module Loading States */
.module-error {
    text-align: center;
    padding: 60px 20px;
    color: #d63638;
    font-size: 16px;
    background: #fef7f1;
    border: 1px solid #d63638;
    border-radius: 8px;
    margin: 20px 0;
}

/* Search Filters */
/* .selected-filters-wrapper {
    display: flex;
    align-items: center;
} */
/* .selected-filters-list span {
    padding: 5px;
    background: #ccc;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 10px;
} */
/* .btn.btn-small {
    padding: calc(8vw / var(--context)) calc(10vw / var(--context));
    font-size: max(12vw / var(--context), 12px);
    text-transform: none;
} */
/* .filter-box .range-wrapper {
    padding: calc(15vw / var(--context)) calc(20vw / var(--context)) calc(15vw / var(--context)) calc(60vw / var(--context));
} */
/* .filter-box .slider-container {
  position: relative;
  height: 40px;
  margin-top: 10px;
} */
/* .filter-box input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    position: absolute;
    background: transparent;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
} */
/* .filter-box input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: #ddd;
  border-radius: 4px;
} */
/* .filter-box input[type=range]::-moz-range-track {
  height: 4px;
  background: #ddd;
  border-radius: 4px;
}
.filter-box input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-yellow);
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.filter-box input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0073e6;
  cursor: pointer;
  border: none;
  pointer-events: auto;
  position: relative;
  z-index: 2;
} */
/* .slider-track {
    position: absolute;
    height: 4px;
    background: var(--color-yellow);
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
} */
/* .filter-box .value {
  margin-top: 12px;
  font-size: 16px;
} */

/* Search Suggestions */
/* .search-suggetion-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
  max-height: 300px;
  overflow-y: auto;
} */

/* .suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
} */

.suggestion-item {
  border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:last-child {
  border-bottom: none;
}

/* .suggestion-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
} */

/* .suggestion-link:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: inherit;
}

.suggestion-content {
  flex: 1;
  margin-right: 12px;
}

.suggestion-label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.suggestion-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.suggestion-type {
  font-size: 11px;
  color: #666;
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
} */

.no-suggestions, .error {
  padding: 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.error {
  color: #dc3545;
}

.form-group {
  position: relative;
}