/*
Theme Name:     Thalú theme
Theme URI:      http://www.thalu.net/
Description:    child theme theme from spine
Author:         Thalu 
Author URI:     http://www.thalu.net/
Version:        1.0
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
   font-size: 16px;
   background-color: #fff;
   font-family: 'DM Sans', sans-serif;
}
footer {
    background: #000;
    padding: 2rem;
}
body.home {
   background-color: #121C26;
}

img {
   max-width: 100%;
}

/****** FIRMA ******/
#thalu {
   background: #fff;
   width: 100%;
}
div#dni-spinner {
    color: #fff;
}
section#thalu a {
   text-decoration: none;
   display: flex;
   align-items: center;
   padding: 5px;
}

#thalu #logo {
   width: 70px;
}

#thalu #desarrollo {
   color: #000;
   font-size: 12px;
}

.descktop {
   display: block;
}

.mobile {
   display: none;
}

header {
   background-color: #121C26;
   padding: 35px 0;
   box-shadow: 0px 4px 2px 0px #000000BF;
   z-index: 1;
}

.navbar {
   padding: 1rem 0;
}

#logo {
   width: 150px;
}

.iniciar-sesion {
   font-size: 1rem;
   text-decoration: none;
   color: #fff;
   font-weight: 400;
   gap: 0.5rem;
}

h1 {
   font-size: 2.5rem;
   font-weight: 600;
   color: #fff;
}

section {
   margin-bottom: 5rem;
}

.hero-text {
   width: 35%;
}

.hero-text h1 {
   margin-bottom: 1rem;
}

.hero-description {
   font-size: 1.25rem;
   font-weight: 400;
   color: #E4E4E4;
   margin-bottom: 2.5rem;
}

.hero a {
   width: 20rem;
}

.btn-primary {
   background-color: #00509F;
   text-align: center;
   width: 100%;
   border: 0;
   border-radius: 0;
}

.hero a button h3 {
   font-size: 1.5rem;
   font-weight: 600;
   color: #fff;
   padding: 0.75rem 1.5rem;
   margin: 0;
}

.hero-image {
   position: relative;
   overflow: hidden;
}

.hero-image img {
   width: 100%;
   object-fit: cover;
   object-position: center;
}

.hero-image::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30%;
   pointer-events: none;
   background: linear-gradient(to bottom, #121C2600 0%, #121C26BF 75%, #121C26 100%);
   z-index: 2;
}

.section-title {
   font-size: 1.75rem;
   font-weight: 600;
   color: #fff;
   margin-bottom: 1rem;
}

.section-bajada {
   font-size: 1.25rem;
   font-weight: 400;
   color: #E4E4E4;
   margin-bottom: 1.5rem;
}

.experiencia-card {
   height: 27rem;
}

.experiencia-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.experiencia-card::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 60%;
   pointer-events: none;
   background: linear-gradient(to bottom, #121C2600 0%, #121C26BF 75%, #121C26 100%);
}

.experiencia-overlay {
   position: absolute;
   top: 16rem;
   left: 2rem;
   width: 100%;
   color: #fff;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding: 1.5rem;
   z-index: 1;
}

.experiencia-overlay h3 {
   margin: 0;
}

.experiencia-overlay p {
   font-size: 2.5rem;
   font-weight: 600;
   margin: 0;
}

.beneficios .row {
   margin-bottom: 2rem;
}

.card-beneficio {
   background-color: #fff;
}

.card-beneficio .card-body {
   padding: 1.5rem;
}

.descuento {
   font-size: 2.5rem;
   font-weight: 600;
}

.beneficio-title {
   font-size: 1.5rem;
   font-weight: 400;
   min-height: 4.5rem;
}

.boton-abajo a button {
   background-color: #00509F;
   text-align: center;
   border: 0;
   padding: 0;
   width: 100%;
}

.boton-abajo a button h3 {
   margin: 0.75rem 0;
}

.link-atras {
   font-size: 1.125rem;
   font-weight: 300;
   color: #E4E4E4;
}

.link-atras:hover {
   color: #00509F;
}

.login-form input {
   color: #8391A1;
}

.login-form a {
   text-decoration: none;
}

.boton-acceder {
   background-color: #00509F;
   text-align: center;
   padding: 0.75rem 0;
   width: 100%;
   border: 0;
   color: #fff;
   font-size: 1.5rem;
   font-weight: 600
}

.panel {
   background-color: #fafafa;
}

.hero-historial {
   background-color: #121C26;
   padding: 5rem 0;
}

.hero-historial-description {
   font-weight: 300;
   color: #fff;
   margin-top: 1rem;
}

.historial-contenido {
   padding-bottom: 5rem;
}

.accordion-button:not(.collapsed) {
   color: black;
   background-color: #fff;
   box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
   border: none;
   box-shadow: none;
   border-bottom: #E4E4E4 solid 0.5px;
}

.accordion-item {
   border: none;
   border-radius: 0;
   border-bottom: #E4E4E4 solid 0.5px;
}

.accordion-fecha,
.accordion-body {
   color: #9D9D9C;
}

.boton-cupon-accordion {
   background-color: black;
   width: 40%;
}

.historial-headers {
   font-size: 0.875rem;
   font-weight: 300;
   color: #9D9D9C;
}

.historial-headers div{
   width: 50%;
   }

   .accordion-header .accordion-button div{
   width: 50%;
   }

.accordion-body .row div div{
   width: 50%;
   }

.boton-abajo-accordion {
   font-size: 1rem;
   font-weight: 300;
   color: #00509F;
   cursor: pointer;
   margin-top: 2rem;
   text-decoration: underline;
}

.perfil {
   padding: 5rem 0;
}

.perfil h1 {
   color: #121C26;
   font-size: 2rem;
   font-weight: 500;
}

.formulario-perfil {
   margin-top: 2rem;
}

.form-label {
   font-weight: 600;
   color: #121C26;
}

.form-value,
.form-control {
   font-size: 0.875rem;
   font-weight: 400;
   color: #9D9D9C;
}

.form-control {
   border: 0.5px solid #E4E4E4;
   font-size: 1rem;
   text-align: center;
}

.form-control:focus {
   box-shadow: none;
   border: 1px solid #121C26;
}
input.form-control  {
   border-radius: 0;
   text-align: left;
}
.boton-perfil {
   background-color: #121C26;
   margin-top: 1rem;
   font-size: 0.875rem;
}

.boton-perfil-salir {
   background-color: transparent;
   margin-top: 1rem;
   border: 1px solid #121C26;
   border-radius: 0;
   margin-top: 2rem;
   width: 100%;
   font-size: 0.875rem;
}

.hero-inicio {
   padding-top: 10vh;
   height: 50vh;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   overflow: hidden;
   margin-bottom: 0;
}

.hero-inicio div div {
   z-index: 2;
}

.hero-inicio::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   background: linear-gradient(181.93deg, rgba(18, 28, 38, 0) 34.39%, rgba(18, 28, 38, 0.75) 50.29%, #121C26 90.95%);
   z-index: 1;
}

.text-hero-inicio {
   font-size: 1.25rem;
   font-weight: 400;
   color: #E4E4E4;
   margin-top: 1rem;
}

.points {
   background-color: #00509F;
   color: #fff;
   padding: 1rem 0;
}

.points-text {
   font-size: 1.25rem;
   font-weight: 400;
   margin-right: 3rem;
}

.points-count {
   font-size: 1.75rem;
   font-weight: 600;
}

.search-form {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.search-form label {
   width: 70%;
}

.search-field {
   border: 0.5px solid #9D9D9C;
   border-right: 0;
   border-radius: 0;
   padding: 0.5rem 1rem;
   width: 100%;
   height: 3rem;
}

.search-submit {
   border: 0;
   background-color: white;
   padding: 0.5rem 1rem;
   border: 0.5px solid #9D9D9C;
   border-left: 0;
   height: 3rem;
}

.experiencias-dashboard .section-title {
   color: #121C26;
   font-size: 1.5rem;
   margin-bottom: 0rem;
}

.experiencias-dashboard .section-bajada {
   color: #121C26;
   font-size: 1rem;
   margin-bottom: 2rem;
}

.experiencia-puntos {
   display: none;
}

.experiencias-dashboard .experiencia-puntos {
   display: block;
   position: absolute;
   top: 2rem;
   left: 2rem;
}

.badge {
   background-color: #00509F;
   color: #fff;
   font-size: 1.125rem;
   font-weight: 800;
   padding: 0.5rem 0.5rem;
   border-radius: 0;
}

.experiencias-dashboard .experiencia-overlay {
   left: 2rem;
   padding: 0;
   top: 70%;
}

.beneficio-card {
   position: relative;
}
.points {
   position: sticky;
   top: 0;
   z-index: 10;
}
.content.container  H1 {
    color: #000;
    text-align: center;
    padding: 40px;
}
/* Hacer que el beneficio card sea clickeable */
.beneficio-card.privado {
   cursor: pointer;
   transition: all 0.3s ease;
       margin-bottom: 25px;
}

.beneficio-card.privado:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.beneficios-seleccion .section-title {
   color: #121C26;
   font-size: 1.5rem;
}

.privado .card-body {
   background-color: white;
   border: 0.5px solid #E4E4E4;
}

.beneficios-puntos {
   display: block;
   position: absolute;
   top: 1rem;
   left: 1rem;
}

.beneficios-puntos .badge {
   font-size: 0.875rem;
   font-weight: 800;
}

.privado .card-body .descuento {
   font-size: 1.75rem;
}

.privado .card-body .beneficio-title {
   font-size: 1rem;
   font-weight: 400;
   margin-bottom: 0.5rem;
   min-height: 3.2rem;
}

.privado .card-body .beneficio-condicion {
   color: #9D9D9C;
   margin-bottom: 1rem;
}

.canjear-btn, .canjear {
   background-color: #121C26;
}

.owl-nav {
   display: flex;
   justify-content: flex-end;
   gap: 1rem;
   margin-top: 1rem;
}

.owl-nav button.disabled {
    background: #fff !important;
    opacity: .8;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
   background: #fff;
   border: 1px solid #E4E4E4;
   width: 3rem;
   height: 3rem;
   display: flex;
   align-items: center;
   justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
   scale: 0.95;
   background: #00509F;
   border: none;
}

.owl-carousel .owl-nav button:hover img {
   filter: invert(1);
}

.beneficios .section-title-filtros {
   font-size: 1.5rem;
   color: #121C26;
   margin-bottom: 1rem;
}

.beneficios-filtros{
   display: flex;
   justify-content: flex-start;
   margin-bottom: 2rem;
   gap: 1rem;
}

.beneficios-filtros .filtro{
   border: 0.5px solid #E4E4E4;
   border-radius: 8px;
   padding: 8px 16px;
   font-size: 1rem;
   font-weight: 400;
   color: black;
   background-color: white;
   cursor: pointer;
   transition: all 0.3s ease;
}

.beneficios-filtros .filtro:hover{
   background-color: #f8f9fa;
   border-color: #00509F;
}

.beneficios-filtros .filtro.active{
   background-color: #00509F;
   color: white;
   border-color: #00509F;
}

/* Spinner de carga para filtros */
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-animation 0.75s linear infinite;
}

@keyframes spinner-border-animation {
    to {
        transform: rotate(360deg);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Estilos para el panel de canjes */
.buscador-canjes {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.buscador-canjes h2 {
    color: #121C26;
    margin-bottom: 20px;
}

.buscador-canjes .form-group {
    margin-bottom: 15px;
}

.buscador-canjes label {
    font-weight: bold;
    color: #121C26;
    margin-bottom: 5px;
    display: block;
}

.buscador-canjes .form-control {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.buscador-canjes .btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.buscador-canjes .btn-primary {
    background-color: #00509F;
    color: white;
}

.buscador-canjes .btn-primary:hover {
    background-color: #003d7a;
}

.buscador-canjes .btn-secondary {
    background-color: #6c757d;
    color: white;
}

.buscador-canjes .btn-secondary:hover {
    background-color: #5a6268;
}

.canje-item {
    transition: box-shadow 0.3s ease;
}

.canje-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-entregar {
    transition: background-color 0.3s ease;
}

.btn-entregar:hover {
    background-color: #218838 !important;
}

.btn-entregar:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

body > .login-background {
   background-color: #121C26;
   height: 87vh;
}

.login-background{
   background-color: #121C26;
}

#formulario-inicio p{
   color: white;
}

#menuPrincipal{
   justify-content: end;
   gap: 2rem;
}

#menuPrincipal ul li a{
   color: white;
   text-decoration: none;
   padding: 0.5rem 1rem;
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

   #menuPrincipal{
      text-align: end;
   }

   #menuPrincipal ul li a{
      font-size: 0.875rem;
   }

   section{
      margin-bottom: 3rem;
   }

   h1 {
   font-size: 1.5rem;
   font-weight: 400;
   color: #fff;
   }

   .hero-text{
      width: 100%;
   }

   .hero-description{
      font-size: 1rem;
      font-weight: 250;
   }

   .hero a{
      width: 100%;
   }

   .hero-button{
      padding: 1rem 0;
      font-weight: 600;
   }

   .section-title{
      font-size: 1.125rem;
   }

   .section-bajada{
      font-size: 0.875rem;
      font-weight: 300;
   }

   .experiencia-overlay{
      left: 0;
   }

   .experiencia-copete{
      font-size: 0.875rem;
   }

   .experiencia-bajada{
      font-size: 0.75rem;
   } 

   .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
      width: 2.5rem;
      height: 2.5rem;
   }

   .card-beneficio .card-body{
      padding: 1rem;
   }

   .descuento{
      font-size: 1.125rem;
   }

   .beneficio-title{
      font-size: 0.75rem;
   }

   .points{
      padding: 1rem;
   }

   .points-text{
      font-size: 0.75rem;
   }

   .points-count{
      font-size: 1.5rem;
   }

   .experiencias-dashboard .section-title{
      font-size: 1.25rem;
   }

   .experiencias-dashboard .section-bajada{
      font-size: 0.875rem;
      color: #9D9D9C;
      margin-bottom: 1rem;
   }

   .experiencias-dashboard .experiencia-puntos{
      left: 1rem;
   }

   .experiencias-dashboard .experiencia-overlay{
      left: 1rem;
   }

   .beneficios-puntos .badge{
      font-size: 0.75rem;
   }

   .privado .card-body .descuento{
      font-size: 1.125rem;
   }

   .privado .card-body .beneficio-title{
      font-size: 0.75rem;
   }

   .privado .card-body .beneficio-condicion{
      font-size: 0.625rem;
   }

   .canjear-btn{
      font-size: 0.875rem;
   }
   .beneficios .section-title-filtros{
      font-size: 1.125rem;
      font-weight: 600;
   }

   .historial-headers div{
   width: 80%;
   }

   .accordion-header .accordion-button div{
   width: 80%;
   }

   .accordion-body .row div div{
   width: 100%;
   }

}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}

/* Ocultar flechas de input type="number" */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Modal de beneficios */
.beneficio-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
}

.beneficio-modal-content {
  background-color: #fafafa;
  margin: 2% auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.beneficio-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1001;
  cursor: pointer;
  background: rgba(255,255,255,0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beneficio-modal-close:hover,
.beneficio-modal-close:focus {
  color: #000;
  text-decoration: none;
  background: rgba(255,255,255,1);
}

.beneficio-modal-body {
  display: flex;
  min-height: 500px;
}

.beneficio-modal-imagen {
   flex: 1;
    /* min-height: 500px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.beneficio-modal-imagen img {
  max-width: 100%;
}

.beneficio-modal-info {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.beneficio-modal-info h2 {
  color: #121C26;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.modal-puntos {
  margin-bottom: 1rem;
}

.modal-puntos .badge {
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
}

.modal-descuento {
  font-size: 2rem;
  font-weight: 600;
  color: #00509F;
  margin-bottom: 1.5rem;
}

.modal-descripcion {
  color: #121C26;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.modal-condicion {
  color: #9D9D9C;
  font-size: 0.875rem;
  margin-bottom: 2rem;
  font-style: italic;
}


/* Modal de confirmación */
.confirmacion-modal-content {
  max-width: 500px;
  margin: 15% auto;
}

.confirmacion-modal-body {
  padding: 2rem;
  text-align: center;
}

.confirmacion-modal-body h3 {
  color: #121C26;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.confirmacion-modal-body p {
  color: #121C26;
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.confirmacion-botones {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.confirmacion-botones .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.confirmacion-botones .btn-success {
  background-color: #28a745;
  color: white;
}

.confirmacion-botones .btn-secondary {
  background-color: #6c757d;
  color: white;
}

/* Estilos para botón de canje deshabilitado */
#canjear-ahora-btn:disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

#canjear-ahora-btn:disabled:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  transform: none !important;
}

/* Responsive para modales */
@media (max-width: 768px) {
  .beneficio-modal-content {
    width: 95%;
    margin: 5% auto;
  }
  
  .beneficio-modal-body {
    flex-direction: column;
    min-height: auto;
  }
  
  .beneficio-modal-imagen {
    min-height: 250px;
  }
  
  .beneficio-modal-imagen img {
    border-radius: 8px 8px 0 0;
  }
  
  .beneficio-modal-info {
    padding: 1.5rem;
  }
  
  .beneficio-modal-info h2 {
    font-size: 1.5rem;
  }
  
  .modal-descuento {
    font-size: 1.5rem;
  }
  
  .confirmacion-botones {
    flex-direction: column;
  }
  
  .confirmacion-botones .btn {
    width: 100%;
  }
}

/* Estilos para página de búsqueda */
.hero-search {
  background: linear-gradient(135deg, #121C26 0%, #00509F 100%);
  min-height: 300px;
  color: white;
}

.search-results-header .section-title {
  color: #121C26;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.search-query-display {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.beneficios-search-results .row {
  margin-top: 20px;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 40px 0;
}

.no-results h3 {
  color: #121C26;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.search-suggestions {
  margin-top: 20px;
}

.search-suggestions ul {
  text-align: left;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
}

.search-suggestions li {
  margin-bottom: 5px;
  color: #666;
}

.search-result-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

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

.search-result-item h3 a {
  color: #121C26;
  text-decoration: none;
  font-size: 1.3rem;
}

.search-result-item h3 a:hover {
  color: #00509F;
  text-decoration: underline;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
  margin: 10px 0;
}

.post-excerpt {
  color: #333;
  line-height: 1.6;
}

.suggested-beneficios {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.suggested-beneficios .section-title {
  color: #121C26;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

/* Responsive para página de búsqueda */
@media (max-width: 768px) {
  .hero-search {
    min-height: 200px;
  }
  
  .hero-search h1 {
    font-size: 1.8rem;
  }
  
  .search-results-header .section-title {
    font-size: 1.4rem;
  }
  
  .no-results {
    padding: 40px 15px;
  }
  
  .search-suggestions ul {
    text-align: center;
    padding-left: 0;
    list-style: none;
  }
}