/*
Theme Name: Spectra One Child
Author: Cristian López
Template: spectra-one
*/
:root {
  --primary-color: #6ec1e3 !important; 
}
.faq-row{
  border: 0 !important;
}
.category-trip-desc{
  max-height: 90px;
}

body.logged-in .header,
body .header {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
body .header{
  top: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
  gap: 16px;
}
body{
  margin-top: 80px;
}