html,
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  color: #333;
  min-height: 100vh;
  flex-direction: column;
  overflow: auto hidden;
  width: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

#search-input:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: transparent;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.container {
  max-width: 100%;
  overflow-x: hidden;
}

.page-flex-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  width: 100%;
}

.page-wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  flex: 1;
}

.page-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.container {
  width: 100%;
}

.sort-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 355px;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #ccc;
  padding: 1rem;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.filter-link.js-toggle-filter.active {
  background: #9245ff;
  color: white;
  border-radius: 12px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
}

.sort-sidebar.show {
  transform: translateX(0);
}

.site-card {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  max-width: 935px;
}

.read-toggle-icon {
  cursor: pointer;
  color: #1c1919;
  font-size: 1em;
  display: inline-block;
  transition: color 0.2s ease;
}

.read-toggle-icon i {
  transition: transform 0.2s ease;
}

.site-details p {
  margin: 0.2rem 0;
  margin-bottom: 9px;
}

.site-details i {
  margin-right: 0.4rem;
  color: #555;
}

.site-col-left {
  flex: 0 0 170px;
}

.site-col-middle {
  flex: 2;
  text-align: left;
}

.site-col-right {
  flex: 1;
}

.site-col-right small {
  color: #979696;
}

.site-title small {
  padding-right: 5px;
}

.site-title a {
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  color: #000;
}

.site-avg-price {
  text-align: center;
}

.relevance {
  font-size: 0.85em;
  color: gray;
}

.site-info {
  flex: 1;
}

.site-info a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.site-info small {
  color: #888;
  display: block;
  margin-bottom: 8px;
}

.site-info p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.4;
}

.site-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  flex-grow: 1;
}

.site-avg-price {
  white-space: nowrap;
  margin-left: 1rem;
}

.sub-logo-text {
  margin: 0;
}

.ai-review-box {
  max-width: 465px;
}

.star-rating-container {
  font-size: 13px;
  text-align: left;
  margin-left: 40px;
}

.star-rating-container p {
  pointer-events: none;
  user-select: none;
}

.rating-row {
  display: flex;
  align-items: center;
  /* vertical alignment */
  margin-bottom: 8px;
}

.label {
  flex: none;
  /* remove flex-grow */
  width: 120px;
  /* fixed width, adjust to your needs */
  margin: 0;
  font-weight: 600;
}

.stars {
  white-space: nowrap;
  margin: 0 0 0 10px;
  font-size: 1.2em;

}

.filter-link,
.read-toggle-icon {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.filter-link::after,
.read-toggle-icon::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.filter-link:hover::after,
.read-toggle-icon:hover::after {
  width: 100%;
}

.filter-link:hover,
.read-toggle-icon:hover {
  color: #3b3b3b;
}

.results-summary-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.results-summary {
  text-align: center;
  flex: 1;
  max-width: 420px;
}

.clear-filters-container {
  text-align: right;
}

.clear-all-btn {
  color: #dc3545;
  text-decoration: none;
  font-size: 0.9em;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.clear-all-btn i {
  margin-right: 4px;
}

.clear-all-btn:hover {
  color: #a71d2a;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

th {
  background-color: #f0f4f8;
  font-weight: 600;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

td {
  padding: 10px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}

tr:hover {
  background-color: #fafafa;
}

.gray {
  background-color: #e0e0e0;
}

.red {
  background-color: #fbeaea;
}

.orange {
  background-color: #fff1db;
}

.green {
  background-color: #e5f5e0;
}

.category-table {
  display: none;
  margin-top: 10px;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  width: 95%;
  margin: 10px auto;
  border-radius: 6px;
}

.category-table th,
.category-table td {
  padding: 6px;
  font-size: 12px;
}

.toggle-button {
  cursor: pointer;
  color: #0077cc;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
}


.back-link {
  display: block;
  margin-top: 2rem;
  text-align: center;
  font-size: 14px;
  color: #0077cc;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.feedback-row {
  background-color: #f4f8fb;
  color: #444;
  font-size: 13px;
  text-align: left;
  padding: 10px;
}

.feedback-row ul {
  margin-top: 6px;
  padding-left: 1.2rem;
}

.legend {
  margin-top: 2rem;
  background-color: #f0f4f8;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 14px;
}

.legend h2 {
  margin-top: 0;
  font-size: 16px;
  color: #333;
}

.legend ul {
  padding-left: 1.2rem;
  margin: 0;
}

.legend li {
  margin-bottom: 6px;
}

.cell-colored {
  font-weight: 600;
  border-radius: 4px;
  padding: 4px 6px;
  display: inline-block;
}


.form-container {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  border-radius: 10px;
}

form {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 2rem auto;
  padding: 0 2rem 0 2rem;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

label {
  font-weight: 600;
}

input[type="text"],
input[type="file"],
select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.stop-button {
  background-color: #c0392b;
}

.stop-button:hover {
  background-color: #922b21;
}

.message {
  text-align: center;
  font-size: 14px;
  color: #007700;
  margin-top: 1rem;
}

.link-container {
  text-align: center;
  margin-top: 2rem;
}

.link-container a {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}

.link-container a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 0.5rem;
  font-family: system-ui, sans-serif;
}

.page-link,
.page-current {
  padding: 0.4em 0.75em;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 0.95rem;
}

.page-link {
  background-color: #f0f0f0;
  color: #9245ff;
  transition: background 0.2s;
}

.page-link:hover {
  background-color: #e0e0e0;
}

.page-current {
  background-color: #9245ff;
  color: white;
  font-weight: bold;
}

.ellipsis {
  padding: 0 0.5em;
  color: #888;
  font-size: 1rem;
}

.site-footer {
  height: 70px;
  background-color: #111;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  transition: ease-in-out;
  margin-top: auto;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left,
.footer-right,
.footer-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  height: 30px;
  margin-right: 8px;
}

.footer-brand {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.footer-links a,
.footer-right a {
  color: #ccc;
  text-decoration: none;
  transition: transform 0.3s ease;
  display: inline-block;
}

.footer-links a:hover,
.footer-right a:hover {
  transform: scale(1.05);
}

.sort-buttons {
  text-align: center;
  margin: 2em 0;
}

.sort-label {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.sort-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.sort-button-wrapper {
  background-color: white;
  border: 1px solid #ddd;
  position: relative;
  user-select: none;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: box-shadow 0.3s ease;
  width: 100%;
  justify-content: space-between;
}

.sort-button-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sort-button-wrapper .sort-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
}

.sort-link i {
  color: #848484;
  font-size: 19px;
}

.sort-link .arrows {
  padding: 5px;
  border-radius: 40px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #8e8888;
}

.sort-link i.active-arrow {
  color: #9245ff;
}

.star-filter-inline {
  display: flex;
  align-items: center;
  gap: 4px;
  user-select: none;
  cursor: default;
}

.star-filter-inline .star-link {
  text-decoration: none;
}

.star-filter-inline .star {
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}

.star-filter-inline .star.active {
  color: gold;
}

.clear-star-filter {
  color: #888;
  font-size: 14px;
  cursor: pointer;
  padding-left: 6px;
}

.clear-star-filter:hover {
  color: #555;
}

#search-box {
  position: relative;
  width: 300px;
  margin: 100px auto;
}

#search-input {
  width: 300px;
  max-width: 100%;
  padding: 12px 16px;
  font-size: 1.1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}

#clear-btn {
  font-size: 1.3rem;
  color: #555;
}

.mobile-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card div {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.card a {
  color: #000;
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}

.load-more-container {
  text-align: center;
}

#load-more-btn {
  background-color: #000;
  color: white;
  border: 1px solid #000;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.2s ease;
}

#load-more-btn:hover {
  background-color: #fff;
  color: #000;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 24px 0;
}

.pagination button {
  background: white;
  border: 1px solid #ddd;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination button:hover {
  background-color: #fff;
  color: white;
  border-color: #000;
}

.main-search,
.toggle-sidebar-btn {
  background-color: #f8f9fa;
  border: 1px solid #dadce0;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 14px;
  color: #3c4043;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;

}

#mic-btn i {
  transition: color 0.3s;
  cursor: pointer;
}

/* ABOUT PAGE*/

.container-about {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  color: #333;
}

.container-about h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
  color: #ef476f;
}

.container-about .highlight {
  color: #06d6a0;
}

.container-about p {
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.container-about ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.container-about li {
  margin-bottom: 10px;
}

.container-about a {
  color: #118ab2;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.container-about a:hover {
  border-bottom: 2px solid #118ab2;
}

/* END ABOUT PAGE */

/* CONTACT PAGE*/
.container-contact {
  max-width: 700px;
  margin: 60px auto;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  font-family: 'Inter', sans-serif;
  color: #333;
}

.container-contact h1 {
  text-align: center;
  color: #ef476f;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.container-contact .success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.container-contact form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.container-contact .form-group {
  margin-bottom: 22px;
}

.container-contact label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.05rem;
}

.container-contact input,
.container-contact textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  border: 1.8px solid #ccc;
  border-radius: 12px;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.container-contact button {
  align-self: center;
  background-color: #06d6a0;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(6, 214, 160, 0.45);
  transition: background-color 0.3s ease;
}

.container-contact button:hover {
  background-color: #05b682;
}

/* END CONTACT PAGE*/

/*TERMS PAGE*/

.accordion {
  max-width: 700px;
  margin: auto;
  border-radius: 8px;
}

.accordion-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.accordion-header {
  padding: 16px 20px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.accordion-header:hover {
  background-color: #f0f0f0;
}

.accordion-header::after {
  content: '▼';
  font-size: 14px;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  transform: rotate(180deg);
}

.accordion-body {
  padding: 0 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  text-align: left;
}

.accordion-body.open {
  padding-top: 12px;
  padding-bottom: 16px;
}

/*END TERMS PAGE*/
.greca-badge {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 8px;
  display: inline-block;
  font-size: 0.9em;
}

.greca-supported {
  background-color: #d4edda;
  color: #155724;
}

.greca-not-supported {
  background-color: #f8d7da;
  color: #721c24;
}

.star-container {
  display: inline-flex;
  unicode-bidi: bidi-override;
}

.star-link {
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
}

.star {
  color: #ccc;
  font-size: 1.2em;
  transition: color 0.2s;
}

.star.active {
  color: #ffc107;
}

.star.hover {
  color: #ffdb58;
}

.js-clear-filter {
  cursor: pointer;
  margin-left: 5px;
  color: #999;
  transition: color 0.2s;
}

.js-clear-filter:hover {
  color: #ff0000;
}

.dynamic-filters {
  margin: 20px 0;
  padding: 15px;
  border-radius: 8px;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-group h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: hidden;
  transition: max-height 0.35s ease;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}

.filter-options.expanded {
  max-height: 1000px;
}

.filter-pill {
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  color: #777776;
  text-decoration: none;
  border: 1px solid #777776;
  background-color: white;
  /* white background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* subtle shadow */
}

.clear-filter {
  margin-left: 0.5em;
  color: #999;
  text-decoration: none;
}

.filter-pill:hover {
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #555;
}

#slider-round {
  height: 10px;
}

#slider-round .noUi-connect {
  background: #9245ff;
}

#slider-round .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px;
  /* half the width */
  border-radius: 9px;
}

.more-pill {
  background: #9245ff;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.filter-pill.active {
  background: #9245ff;
  color: white;
}

.filter-top-container {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}

.price-range-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-inputs input {
  width: 100px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.price-buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  justify-content: space-evenly;
}

.filter-button {
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s ease;
  background-color: #9245ff;
  /* primary purple */
  color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.filter-button:hover {
  background-color: #7a2fd9;
  transform: translateY(-1px);
}

.filter-button:active {
  transform: translateY(0);
}

.filter-button.clear-button {
  background-color: #488bff;
  /* your blue */
}

.filter-button.clear-button:hover {
  background-color: #2e72e0;
}


#loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.loading-spinner {
  border: 6px solid #e0e0e0;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading-text {
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  max-width: 320px;
  text-align: center;
  border-radius: 12px;
  line-height: 1.3;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

#loading-text.show {
  opacity: 1;
  transform: translateY(0);
}

#sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px 20px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

#sticky-bar.show {
  transform: translateY(0);
}

.sticky-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-inner .logo img {
  max-height: 75px;
}

.filter-btn-prnt-stck {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  #search-input {
    padding-right: 80px;
    width: 85%;
  }

  .greca-cont {
    text-align: right;
  }

  .search-btn-prnt {
    position: absolute;
    right: 65%;
    bottom: 0px;
    transform: translateX(65%);
  }

  .filter-btn-prnt {
    position: absolute;
    right: 35%;
    bottom: 0px;
    transform: translateX(35%);
  }

  .card {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  form {
    height: 150px;
  }

  .main-search {
    display: block;
  }
}
/* 
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
} */
.hpt-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.mobile-sidebar-close-container {
  display: none;
}

@media (max-width: 768px) {
  .sticky-inner {
    padding-right: 45px;
  }

  .no-results-message {
    margin-top: 25px;
  }

  .page-content,
  .page-wrapper,
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
  }

  form {
    height: 95px;
  }

  .site-footer {
    height: 110px;

  }

  .sort-sidebar {
    width: 90%;
  }

  .star-filter-inline .star {
    font-size: 18px;
  }

  .mobile-sidebar-close-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .mobile-sidebar-close {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
  }

  .mobile-sidebar-close:hover {
    background-color: #f5f5f5;
  }

  .search-btn-prnt {
    position: absolute;
    right: 50%;
    bottom: -20%;
  }

  .filter-btn-prnt {
    position: absolute;
    right: 14%;
    bottom: -20%;
  }

  .sub-logo-text {
    margin-bottom: 15px;
  }

  .site-card {
    flex-direction: column;
  }

  .site-info {
    text-align: left;
    width: 100%;
  }

  .site-col-left,
  .site-col-middle,
  .site-col-right {
    width: 100%;
  }

  .site-col-left {
    text-align: center;
  }

  .site-col-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-top: 10px;
    text-align: center;
  }

  .site-col-right p {
    flex: 1 1 45%;
    margin: 0;
  }

  .greca-cont {
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }

  .ai-review-box {
    margin-top: 10px;
  }

  #search-input {
    width: 65%;
    padding-right: 80px;
  }

  .results-summary-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .clear-filters-container {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .results-summary {
    order: 1;
  }


  .sort-link .arrows i {
    font-size: 0.9em;
    color: #bbb;
    transition: color 0.2s;
  }

  .mobile-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card {
    width: calc(50% - 16px);
  }

  /* ABOUT PAGE*/
  .container-about {
    padding: 25px 20px;
  }

  .container-about h1 {
    font-size: 1.6rem;
  }

  /* END ABOUT PAGE */
  .footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    order: 3;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-left,
  .footer-right,
  .footer-links {
    margin: 10px 0;
  }
}