/* LibrosFCEA - Shared Styles */

/* CSS Variables */
:root {
  --w-body-font-family: Lato, var(--w-font-family);
  --w-h-font-family: Raleway, var(--w-font-family);
  --w-widget-title-font-family: Raleway, var(--w-font-family);
  --w-font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --w-section-max-width: 69rem;
  --w-color-main: #5da437;
  --w-color-secondary: #333;
  --w-color-text: #444;
  --w-color-bg: #eee;
  --w-color-link: #3d80be;
  --w-header-text-color: var(--w-color-main);
  --w-header-bg-color: #fff;
  --w-header-border-color: var(--w-color-main);
  --w-subheader-text-color: #232323;
  --w-subheader-bg-color: #fff;
  --w-subheader-link-color: var(--w-color-main);
  --w-subheader-secondary-bg-color: #f8f9f9;
  --w-footer-bg-color: #333;
  --w-footer-border-color: var(--w-footer-bg-color);
  --w-footer-text-color: #bbb;
  --w-footer-title-color: var(--w-footer-text-color);
  --w-footer-link-color: var(--w-footer-text-color);
  --w-h1-font-size: 1.7em;
  --w-h1-text-color: var(--w-color-main);
  --w-h2-font-size: 1.2em;
  --w-h2-text-color: #fff;
  --w-h2-bg-color: var(--w-color-secondary);
  --w-h3-font-size: 1.17em;
  --w-h3-text-color: var(--w-color-text);
  --w-h4-font-size: 1em;
  --w-h5-font-size: 0.83em;
  --w-h6-font-size: 0.67em;
  --w-radius-sm: 0.3rem;
  --w-radius: 0.5rem;
  --w-shadow-color: rgba(0, 0, 0, 0.25);
  --w-shadow: 0 1px 5px -1px var(--w-shadow-color);
  --w-shadow-bordered: var(--w-shadow);
  --w-shadow-lg: 0 3px 7px -1px var(--w-shadow-color);
  --w-shadow-lg-bordered: var(--w-shadow-lg);
  --w-top-shadow: 0 0 5px -2px var(--w-shadow-color);
  --w-breadcrumb-text-color: #333;
  --w-breadcrumb-link-color: var(--w-breadcrumb-text-color);
  --w-cookies-text-color: #fff;
  --w-cookies-bg-color: var(--w-color-main);
  --w-cookies-allow-text-color: var(--w-cookies-bg-color);
  --w-cookies-allow-bg-color: var(--w-cookies-text-color);
  --w-cookies-deny-text-color: #444;
  --w-scroll-top-bg-color: var(--w-color-main);
  --w-sidebar-width: 30%;
  --w-widget-bg-color: #fff;
}

/* Base Styles */
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  background: var(--w-color-bg);
  color: var(--w-color-text);
  font-family: var(--w-body-font-family, var(--w-font-family));
  font-size: 17px;
  line-height: 1.7;
  min-height: 100%;
}

body:after {
  clear: both;
  content: '';
  display: table;
}

main {
  display: block;
  background: var(--w-color-bg);
  color: var(--w-color-text);
  min-height: 24em;
}

/* Typography */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: var(--w-h1-text-color);
  font-size: var(--w-h1-font-size);
}

/* Introduction Section */
.introduction {
  margin: 2em auto;
  padding: 1.5em 1em;
  max-width: 100%;
  text-align: center;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow);
  border-left: 4px solid var(--w-color-main);
  position: relative;
}

.intro-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(93, 164, 55, 0.05), rgba(93, 164, 55, 0));
  border-radius: var(--w-radius);
  z-index: -1;
}

.intro-icon {
  margin: 0 auto 1em;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(93, 164, 55, 0.1);
  border-radius: 50%;
  padding: 12px;
}

.introduction h3 {
  color: var(--w-color-main);
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 600;
}

.introduction p {
  margin-bottom: 1.2em;
  font-size: 1.1em;
  color: var(--w-color-text);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.introduction strong {
  color: var(--w-color-main);
  font-weight: 600;
}

.introduction p:last-child {
  margin-bottom: 0;
}

.as-h2, .as-h3, h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: var(--w-h-font-family, var(--w-font-family));
  font-weight: 400;
  line-height: 1.2;
}

.as-h2, .as-h3, h2, h3, h4, h5, h6, p {
  margin: 0 0 20px;
}

.as-h2, .as-h3 {
  display: block;
  width: 100%;
}

.as-h2, h2 {
  border-radius: var(--w-radius-sm);
  font-size: var(--w-h2-font-size);
}

.as-h3, h3 {
  font-size: var(--w-h3-font-size);
  font-weight: var(--w-h3-font-weight, inherit);
}

h4 {
  font-size: var(--w-h4-font-size);
  font-weight: var(--w-h4-font-weight, inherit);
}

h5 {
  font-size: var(--w-h5-font-size);
  font-weight: var(--w-h5-font-weight, inherit);
}

h6 {
  font-size: var(--w-h6-font-size);
  font-weight: var(--w-h6-font-weight, inherit);
}

/* Links */
a {
  background-color: transparent;
  color: var(--w-color-link);
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

a:hover {
  opacity: 0.95;
}

a:focus {
  outline: none;
}

/* Text Elements */
b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/* Images */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

svg.main-color * {
  fill: var(--w-color-main);
}

/* Header Styles */
.top-bar {
  background: var(--w-header-bg-color);
  border-top: 0.1em solid var(--w-header-border-color);
  clear: both;
  height: 3.6em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.top-bar, .top-bar a {
  color: var(--w-header-text-color);
}

.top-bar .section {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
}

.top-bar .logo-container {
  flex: 1 1;
  font-size: 1.5em;
  padding: 0.5em;
}

.top-bar svg.main-color * {
  fill: var(--w-header-text-color);
}

.top-bar .js-search {
  max-width: 440px;
  width: 100%;
}

.top-bar .js-search input[type='search'] {
  margin-top: 0;
  padding: 0.49em 0.5em;
}

.top-bar .js-search form,
.top-bar .js-search input[type='submit'] {
  display: none;
}

#js-subheader-menu-opener {
  flex: 0 0 28px;
}

#js-subheader-menu-opener,
#js-subheader-search-opener {
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  width: 28px;
}

#js-subheader-menu-opener .close,
#js-subheader-search-opener .close {
  display: none;
}

#js-subheader-menu-opener svg,
#js-subheader-search-opener svg {
  display: block;
}

/* Logo Container */
.logo-container {
  display: flex;
  font-family: var(--w-logo-font-family, var(--w-font-family));
  height: 100%;
  justify-content: center;
  line-height: 0.8;
  overflow: hidden;
  width: 75%;
  word-break: break-word;
}

.logo-container a {
  align-items: center;
  display: flex;
  height: 100%;
}

.logo-container img {
  border-radius: 0;
  display: inline-block;
  margin: auto auto auto 0;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* Hero Section */
.hero {
  position: relative;
  overflow: hidden;
}

.hero picture {
  display: block;
  width: 100%;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 90%;
  max-width: 800px;
}

.hero .title h1 {
  color: white;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.hero .search-form {
  margin-top: 20px;
}

.hero .search-form input[type="search"] {
  width: 100%;
  /* max-width: 500px; */
  padding: 15px 20px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  outline: none;
  text-align: center;
}

/* Sidebar Styles */
.main-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px;
}

.sidebar {
  width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.sidebar-title {
  color: var(--w-color-main);
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid var(--w-color-main);
  padding-bottom: 10px;
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 8px;
}

.sidebar-nav a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.95em;
}

.sidebar-nav a:hover {
  background: var(--w-color-main);
  color: white;
  transform: translateX(5px);
}

.sidebar-nav a.active {
  background: var(--w-color-main);
  color: white;
}

.sidebar-nav .icon {
  margin-right: 10px;
  font-size: 1.1em;
  width: 20px;
  text-align: center;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.sidebar-section {
  margin-bottom: 25px;
}

.sidebar-section-title {
  color: #666;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
}

/* Collapsible Sections */
.collapsible-section {
  margin-bottom: 2em;
}

.collapsible-header {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  user-select: none;
}

.collapsible-header:hover {
  opacity: 0.8;
}

.collapsible-header::after {
  content: '▼';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 0.8em;
}

.collapsible-header.collapsed::after {
  transform: translateY(-50%) rotate(-90deg);
}

.collapsible-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.collapsible-content.collapsed {
  max-height: 0;
}

/* Forms and Inputs */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: var(--w-radius);
  color: #444;
  display: block;
  font-size: inherit;
  outline: none;
  padding: 0.7em 0.5em;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--w-color-main);
}

input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box !important;
}

/* Buttons */
.btn, button, input[type='button'], input[type='reset'], input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--w-color-main);
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  line-height: 1;
  outline: none;
  padding: 0.76em 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  border: none;
}

.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
  box-shadow: var(--w-shadow-lg);
}

/* Grid System */
[class*='grid-cols-'] {
  grid-gap: 10px;
  display: grid;
  grid-template-rows: minmax(min-content, max-content);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(max(calc(33.33333% - 5.66667px), 273px), 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(max(calc(25% - 6.5px), 236px), 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(max(calc(20% - 7px), 229px), 1fr));
}

/* Footer */
.main-footer {
  background: var(--w-footer-bg-color);
  border-top: 0.1em solid var(--w-footer-border-color);
  clear: both;
  color: var(--w-footer-text-color);
  margin-top: 1em;
  padding: 3em 1em;
  width: 100%;
}

.main-footer a {
  color: var(--w-footer-link-color);
}

.main-footer .copyright {
  text-align: center;
}

/* Cookie Consent */
.cookie-accept-btn {
  margin-left: 15px;
}

.cookie-accept-btn .btn {
  background: var(--w-color-main);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.cookie-accept-btn .btn:hover {
  background: #4a8c2a;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    padding: 10px;
  }
  
  .sidebar {
    width: 100%;
    position: static;
    order: 2;
    margin-top: 20px;
  }
  
  .main-content {
    order: 1;
  }

  .hero .title h1 {
    font-size: 1.8em;
  }

  .hero .search-form input[type="search"] {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 667px) {
  .top-bar .logo-container {
    align-items: center;
    margin-left: 1%;
  }

  .top-bar .js-search {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar .js-search form {
    display: block;
    flex: 1 1;
    margin-right: 1%;
  }

  #js-subheader-search-opener {
    display: block;
    vertical-align: middle;
  }
}

@media screen and (min-width: 860px) {
  .top-bar .logo-container {
    flex: auto;
    flex-shrink: 1;
    justify-content: left;
    max-width: max-content;
    text-align: left;
  }

  .top-bar .right {
    align-items: center;
    display: flex;
    flex: auto;
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
  }
}

/* Utility Classes */
.section {
  max-width: var(--w-section-max-width);
  margin: 0 auto;
  padding: 0 1em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.content {
  padding: 40px 0;
}

.highlight {
  background: #f8f9fa;
  padding: 20px;
  border-left: 4px solid var(--w-color-main);
  margin: 20px 0;
}

.important {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin: 10px 0;
}

/* Featured Posts and Semester Structure */
.featured-post-body > a {
  font-size: smaller;
}

.featured-post-body {
  text-align: left !important;
}

.featured-post-body a {
  color: #333 !important;
}

.semestres-container {
  display: flex;
  flex-direction: column;
}

.semestre-pair {
  display: flex;
}

.featured-post {
  flex: 1;
  text-align: center;
}

.featured-post a {
  display: block;
}
/* Custo
m Page-Specific Styles */

/* Header Customizations */
.logo-container {
  padding: 5px !important;
  max-width: 100% !important;
  justify-content: center !important;
}

.logo-container img {
  max-height: 45px !important;
  object-fit: contain;
}

.right {
  max-width: 28px !important;
}

/* Menu and Category Clusters */
.featured-post.more {
  display: none;
}

article .categories-grid ul {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 2px #bfbfbf;
  border-radius: 5px;
}

article .categories-grid ul .title {
  margin-bottom: 20px;
}

/* Column and Table of Contents */
.column {
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
}

@media (min-width: 601px) {
  .column {
    padding: 0px !important;
    padding-right: 10px !important;
  }
}

/* Links */
.content p a,
.content li a,
.su-note-inner a {
  text-decoration: underline;
}

.sidebar-nav a{
  text-decoration: none !important;
}

.table-of-contents li a {
  text-decoration: none !important;
}

/* Clusters */
.post-grid-item .thumb img {
  box-shadow: none;
}

main .cluster.grid-cols-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(calc(20% - 7px), 150px), 1fr)) !important;
}

.post-grid-item .content {
  padding: 15px !important;
}

.post-grid-item .title {
  text-align: center !important;
}

.post-grid-item .title span {
  color: var(--w-header-bg-color);
  font-weight: 100;
}

.cluster.style-9 p {
  display: none;
}

.cluster.style-9 a {
  margin-bottom: 0px;
  color: var(--w-header-bg-color);
}

/* Categories */
.post-grid-item .title span {
  border-bottom: 0px !important;
}

.as-h2 {
  background: var(--w-h2-bg-headers-color);
  color: var(--w-h2-text-color) !important;
  font-weight: 600;
  padding: 0.6em 0.85em;
  text-align: center;
}

/* Native Buttons */
.wp-block-button {
  width: 100% !important;
}

.wp-block-button a {
  margin-bottom: 10px;
  border-radius: 10px !important;
  width: 100% !important;
  display: block;
  text-align: center;
}

/* Column fixes for mobile */
@media (max-width: 600px) {
  .wp-container-5.wp-container-5 {
    flex-wrap: wrap !important;
  }

  .wp-container-5.wp-container-5 .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* Shortcode Buttons */
.wp-container-9.wp-container-9 {
  flex-wrap: wrap !important;
}

@media (max-width: 600px) {
  .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    width: 100% !important;
  }
}

.wp-block-columns .su-button {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  border-radius: 10px !important;
}

@media (min-width: 601px) {
  .su-button {
    min-width: 250px !important;
  }
}

.su-button span {
  padding: 15px !important;
}

.su-button.con_borde {
  border: 1px solid #11322b !important;
}

@media (max-width: 600px) {
  .su-button-wide {
    margin: 0px !important;
  }

  .su-button span i {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

/* Images */
article img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

@media (max-width: 600px) {
  article .wp-block-image {
    text-align: center;
  }
}

.entry-header a img {
  box-shadow: none;
  margin-top: 0px;
}

/* Lists */
.su-list ul li,
.su-list ul li i {
  line-height: 30px !important;
}

ul li::marker {
  color: #DFDBD3 !important;
}

ol {
  margin-left: 10px !important;
}

ol li {
  padding-left: 5px;
}

ol li::marker {
  color: #DFDBD3;
  font-size: 1.3rem;
  font-weight: bold;
}

/* Secondary Blocks */
.bloque_secundaria .wp-block-column {
  background: #fff;
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow-bordered);
  overflow: hidden;
  text-align: center;
}

.bloque_secundaria figure {
  margin-bottom: 0px;
  width: 100% !important;
}

.bloque_secundaria p {
  margin-bottom: 0px;
  padding: 15px;
}

.bloque_secundaria p a {
  color: #99282e;
  text-decoration: none;
}

@media (min-width: 601px) {
  .bloque_secundaria:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 10px !important;
  }
}

@media (max-width: 600px) {
  .bloque_secundaria .wp-block-column {
    max-width: 40% !important;
    margin: auto;
  }
}

/* Accordion */
.su-spoiler-title {
  border: 1px solid #99282e;
  border-radius: 10px;
  padding: 15px !important;
  padding-left: 25px !important;
  background-color: #c0d6d2;
  font-size: 15px !important;
}

.su-spoiler-icon {
  margin-top: 8px;
  margin-left: 5px;
}

/* H3 Class */
.h3class {
  background: none;
  border-radius: 0px;
  text-align: left !important;
  font-weight: 600;
  border-bottom: 1px solid var(--w-h3-text-color);
  color: var(--w-h3-text-color);
  padding-bottom: 5px;
  padding-left: 0px;
}

/* Subject Materials */
.materias img {
  box-shadow: 0px 0px 0px 0px;
}

.materias img:hover {
  transform: scale(1.5);
  transition: transform .5s;
}

/* Categories Grid Styles */
.categories-grid {
  margin: 1em 0;
  padding: 0;
}

.categories-grid > * {
  font-size: 0.95em;
  margin: 0;
  padding: 0 1%;
}

.categories-grid > * ul {
  margin: 0;
  padding-left: 0;
}

.categories-grid > * li {
  list-style: none;
  padding-bottom: 0;
}

.categories-grid > * .title {
  align-items: center;
  display: flex;
  line-height: 1;
  min-height: 2.1em;
  text-align: left;
}

.categories-grid > * .title img,
.categories-grid > * .title svg {
  height: 2.1em;
  margin-right: 0.5em;
  width: 2.1em;
}

.categories-grid > * .title svg {
  fill: var(--w-color-link);
}

.categories-grid > * .more,
.categories-grid > * .title a {
  font-weight: 600;
}

.categories-grid > * .more a {
  display: block;
  padding-bottom: 0.5em;
  width: 100%;
}

.categories-grid > * .featured-post {
  line-height: 1.2;
  margin: 0.4em 0 0.8em;
}

.categories-grid > * .featured-post a {
  color: #333;
}

.categories-grid > * .featured-post a:hover {
  color: #666;
}

article .categories-grid {
  margin-bottom: 1em;
}

@media screen and (min-width: 540px) {
  .categories-grid > * .more a {
    border: none;
    padding-bottom: 0;
  }

  .categories-grid > :not(.menu) .featured-post {
    font-size: 0.95em;
  }
}

/* Semester Structure Styles */
.semestres-container {
  display: flex;
  flex-direction: column;
}

.semestre-pair {
  display: flex;
}

.featured-post {
  flex: 1;
  text-align: center;
}

.featured-post a {
  display: block;
}

.featured-post-body > a {
  font-size: smaller;
}

.featured-post-body {
  text-align: left !important;
}

.featured-post-body a {
  color: #333 !important;
}

/* Additional CSS Variables for Custom Styles */
:root {
  --w-h2-bg-headers-color: var(--w-color-secondary);
}/*
 Additional Inline Styles - Moved from HTML */

/* Top Menu Styles */
.top-menu {
  display: none;
  font-size: 0.85em;
}

.top-menu a:after {
  border-color: var(--w-header-text-color);
}

.top-menu .menu-cta>a {
  background: var(--w-header-text-color);
  color: var(--w-header-bg-color);
}

.top-menu>ul>li ul {
  background: var(--w-header-bg-color);
}

.top-menu>ul>li>ul li:after {
  background-color: var(--w-header-text-color);
  background-image: linear-gradient(to right,
      var(--w-header-bg-color) 2%,
      var(--w-header-text-color) 50%,
      var(--w-header-bg-color) 98%);
}

@media screen and (min-width: 860px) {
  .top-menu {
    display: block;
    flex: 1 1;
    margin-right: 1%;
  }

  .top-menu a:after {
    border-color: var(--w-color-main);
  }

  .top-menu li ul {
    background-color: var(--w-header-bg-color);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-lg);
    margin: 0;
    min-width: 160px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    z-index: 1000;
  }

  .top-menu li ul>li {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }

  .top-menu li ul>li a {
    padding: 0.5em 0.9em;
    width: 100%;
  }

  .top-menu li ul>li:after {
    background-color: var(--w-header-text-color);
    background-image: linear-gradient(to right,
        var(--w-header-bg-color) 2%,
        var(--w-header-text-color) 50%,
        var(--w-header-bg-color) 98%);
    content: '';
    display: block;
    height: 1px;
    margin: 0 auto;
    opacity: 0.2;
    width: 70%;
  }

  .top-menu li ul>li:last-of-type:after {
    content: none;
  }

  .top-menu li ul>li.menu-item-has-children>a {
    padding: 0.5em 1.8em;
  }

  .top-menu li ul>li.menu-item-has-children>a:after {
    border: solid;
    border-width: 0 2px 2px 0;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0.9em;
    margin: auto;
    padding: 1px;
    position: absolute;
    top: 0.3em;
    transform: translateY(-50%) rotate(134deg);
    width: 2px;
  }

  .top-menu li ul .menu-cta {
    padding-left: 5px;
    padding-right: 5px;
  }

  .top-menu li:hover>a {
    opacity: 0.7;
  }

  .top-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .top-menu .menu>li {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 2.5%;
    position: relative;
    vertical-align: middle;
  }

  .top-menu .menu>li.menu-item-has-children>a:after {
    border: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    margin-left: 0.5em;
    padding: 2px;
    transform: translateY(-50%) rotate(45deg);
  }

  .top-menu .menu>li>ul {
    left: 50%;
    transform: translateX(-50%);
  }

  .top-menu .menu>li>ul li {
    position: relative;
  }

  .top-menu .menu>li>ul li>ul {
    right: 100%;
    top: 0;
  }

  .top-menu .menu>li:last-child>ul {
    left: auto;
    right: 0;
    transform: none;
  }

  .subheader nav~nav:last-of-type {
    background: none !important;
    margin-top: 0;
    padding: 0;
  }

  .subheader .primary-menu {
    display: none;
  }

  .has-primary-menu .subheader .search-form {
    display: block;
  }
}

/* Subheader Styles */
.subheader a {
  color: var(--w-subheader-link-color);
  display: block;
  line-height: 1.2;
  padding: 0.5em 0;
  width: 100%;
}

.subheader .more {
  display: none;
}

.subheader .menu-cta>a {
  background: var(--w-subheader-link-color);
  color: var(--w-subheader-bg-color);
}

.subheader [class*='grid-cols-'],
.subheader [class*='grid-cols-'] .sub-menu,
.subheader [class*='grid-cols-']>ul,
.subheader [class*='grid-cols-'] li {
  margin: 0;
}

.subheader [class*='grid-cols-']>li>a {
  font-weight: 600;
}

.subheader [class*='grid-cols-']>li>ul {
  font-size: 0.9em;
}

.subheader [class*='grid-cols-']>li>ul a {
  color: var(--w-subheader-text-color);
}

.subheader [class*='grid-cols-']>li>ul>li.menu-item-has-children>a {
  font-weight: 600;
}

.subheader [class*='grid-cols-']>li>ul>li.menu-item-has-children ul ul li {
  list-style: disc;
  margin-left: 1.5em;
}

.subheader [class*='grid-cols-']>li,
.subheader [class*='grid-cols-']>ul {
  position: relative;
}

.subheader [class*='grid-cols-']>li:after,
.subheader [class*='grid-cols-']>ul:after {
  background: var(--w-subheader-text-color);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
}

.subheader [class*='grid-cols-']>li:last-of-type:after,
.subheader [class*='grid-cols-']>ul:last-of-type:after {
  content: none;
}

.subheader nav~nav:last-of-type {
  background: var(--w-subheader-secondary-bg-color);
  border-radius: var(--w-radius);
  margin-top: 0.5em;
  padding: 0.8em 1em;
}

.subheader nav~nav:last-of-type .menu-cta>a {
  color: var(--w-subheader-secondary-bg-color);
}

.subheader .categories-grid .title svg * {
  fill: var(--w-subheader-link-color);
}

.subheader .categories-grid .featured-post a {
  color: var(--w-subheader-text-color);
}

.subheader .categories-grid .featured-post a:hover {
  color: currentColor;
}

/* Recent Comments */
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*  */

:root {
  --w-body-font-family: Lato, var(--w-font-family);
  --w-h-font-family: Raleway, var(--w-font-family);
  --w-widget-title-font-family: Raleway, var(--w-font-family);
}

.top-bar {
  background: var(--w-header-bg-color);
  border-top: 0.1em solid var(--w-header-border-color);
  clear: both;
  height: 3.6em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.top-bar,
.top-bar a {
  color: var(--w-header-text-color);
}

.top-bar .section {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
}

.top-bar .logo-container {
  flex: 1 1;
  font-size: 1.5em;
  padding: 0.5em;
}

.top-bar svg.main-color * {
  fill: var(--w-header-text-color);
}

.top-bar .js-search {
  max-width: 440px;
  width: 100%;
}

.top-bar .js-search input[type='search'] {
  margin-top: 0;
  padding: 0.49em 0.5em;
}

.top-bar .js-search form,
.top-bar .js-search input[type='submit'] {
  display: none;
}

#js-subheader-menu-opener {
  flex: 0 0 28px;
}

#js-subheader-menu-opener,
#js-subheader-search-opener {
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  width: 28px;
}

#js-subheader-menu-opener .close,
#js-subheader-search-opener .close {
  display: none;
}

#js-subheader-menu-opener svg,
#js-subheader-search-opener svg {
  display: block;
}

.full-height-logo .top-bar {
  height: auto;
}

.has-primary-menu .top-bar .js-search {
  max-width: 100%;
  width: auto;
}

.has-primary-menu .top-bar .js-search form,
.has-primary-menu .top-bar .js-search input[type='submit'] {
  display: none;
}

header.has-search:not(.has-primary-menu):not(.has-secondary-menu) .top-bar .logo-container {
  align-items: center;
  justify-content: left;
  margin-left: 1%;
  text-align: left;
}

body.subheader-menu #js-subheader-menu-opener .open {
  display: none;
}

body.subheader-menu #js-subheader-menu-opener .close {
  display: block;
}

body.subheader-search #js-subheader-search-opener .open {
  display: none;
}

body.subheader-search #js-subheader-search-opener .close {
  display: block;
}

@media screen and (min-width: 667px) {
  .top-bar .logo-container {
    align-items: center;
    margin-left: 1%;
  }

  .top-bar .js-search {
    align-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar .js-search form {
    display: block;
    flex: 1 1;
    margin-right: 1%;
  }

  #js-subheader-search-opener {
    display: block;
    vertical-align: middle;
  }

  .has-search .logo-container {
    justify-content: left;
    text-align: left;
  }
}

@media screen and (min-width: 860px) {
  .top-bar .logo-container {
    flex: auto;
    flex-shrink: 1;
    justify-content: left;
    max-width: max-content;
    text-align: left;
  }

  .top-bar .right {
    align-items: center;
    display: flex;
    flex: auto;
    flex-grow: 1;
    justify-content: flex-end;
    text-align: right;
  }

  .exclusive-primary-menu #js-subheader-menu-opener {
    display: none;
  }
}

.subheader {
  background: var(--w-subheader-bg-color);
  border-radius: 0 0 var(--w-radius) var(--w-radius);
  border-top: 1px dashed #dedede;
  box-shadow: var(--w-shadow-lg);
  color: var(--w-subheader-text-color);
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 999;
}

.subheader .search-form {
  margin: 0.6em 0 1em;
}

.subheader .search-form input[type='search']::placeholder {
  text-align: center;
}

#js-overlay-mask {
  background: rgba(0, 0, 0, 0.36);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}

body.subheader-opened #js-overlay-mask,
body.subheader-opened .subheader {
  display: block;
}

@media screen and (min-width: 540px) {
  .subheader .search-form input[type='search']::placeholder {
    text-align: left;
  }
}

@media screen and (min-width: 667px) {
  header:not(.has-primary-menu) .subheader .search-form {
    display: none;
  }
}

.menu-cta>a {
  box-shadow: var(--w-shadow);
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}

.menu-cta>a,
table {
  border-radius: var(--w-radius);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: var(--w-shadow-bordered);
  empty-cells: show;
  margin: 0 0 1.5em;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

table th {
  font-weight: 600;
}

table td,
table th {
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 1em 1.3em;
}

table td:not(:first-child),
table th:not(:first-child) {
  border-left: 1px solid #dedede;
}

table td p:first-child,
table th p:first-child {
  margin-top: 0;
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}

table:not(.has-background) th {
  background-color: #e8e8e8;
}

table:not(.has-background) td {
  background-color: #fff;
}

table:not(.has-background) tr:nth-child(2n) td {
  background-color: #fafbfb;
}

form .btn,
form button,
form input,
form select,
form textarea {
  margin-top: 0.4em;
  width: 100%;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  min-height: 100px;
  padding: 0.5em;
}

input[type='button'],
input[type='checkbox'],
input[type='color'],
input[type='file'],
input[type='radio'],
input[type='range'],
input[type='reset'],
input[type='submit'] {
  background-color: inherit;
  border: inherit;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  outline: inherit;
  padding: inherit;
}

input[type='checkbox'],
input[type='color'],
input[type='radio'] {
  width: auto;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: var(--w-radius);
  color: #444;
  display: block;
  font-size: inherit;
  outline: none;
  padding: 0.7em 0.5em;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
  transition: all 0.2s ease-in-out;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--w-color-main);
}

label {
  display: inline-block;
  font-weight: 600;
  width: 100%;
}

fieldset {
  border: none;
  margin-bottom: 1em;
  padding: 1em 0.75em 0.625em;
}

input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box !important;
}

input[type='checkbox'],
input[type='radio'] {
  background: #fff;
  border: 1px solid #dedede;
  display: inline-block;
  height: 1em;
  margin: 0 0.3em -0.1em 0;
  min-height: auto;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1em;
}

input[type='checkbox']:checked {
  background: var(--w-color-main);
  border: none;
}

input[type='checkbox']:checked:after {
  bottom: 0;
  color: #fff;
  content: '\2713';
  font-weight: 600;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

input[type='radio'] {
  border-radius: 1em;
}

input[type='radio']:checked:after {
  background: var(--w-color-main);
  border-radius: 50%;
  content: '';
  height: 60%;
  left: 20%;
  position: absolute;
  top: 20%;
  width: 60%;
}

input:not([type='range']):not([type='color']) {
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
}

.btn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--w-color-main);
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  line-height: 1;
  outline: none;
  padding: 0.76em 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.btn:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  box-shadow: var(--w-shadow-lg);
}

.btn.disabled,
.btn:disabled,
button.disabled,
button:disabled,
input[type='button'].disabled,
input[type='button']:disabled,
input[type='reset'].disabled,
input[type='reset']:disabled,
input[type='submit'].disabled,
input[type='submit']:disabled {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #666 !important;
  cursor: default;
  opacity: 0.2 !important;
}

[class*='grid-cols-'] {
  grid-gap: 10px;
  display: grid;
  grid-template-rows: minmax(min-content, max-content);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  --w-gcol-max-w-pr: 50%;
  --w-gcol-max-w-fr: 0.5fr;
  grid-template-columns: repeat(auto-fit,
      minmax(max(calc(33.33333% - 5.66667px), 273px), var(--w-grid-cols-max-width-fr, 1fr)));
}

.grid-cols-3 {
  --w-gcol-max-w-pr: 33.33333%;
  --w-gcol-max-w-fr: 0.33333fr;
  grid-template-columns: repeat(auto-fit, minmax(max(calc(25% - 6.5px), 236px), var(--w-grid-cols-max-width-fr, 1fr)));
}

.grid-cols-4 {
  --w-gcol-max-w-pr: 25%;
  --w-gcol-max-w-fr: 0.25fr;
  grid-template-columns: repeat(auto-fit, minmax(max(calc(20% - 7px), 229px), var(--w-grid-cols-max-width-fr, 1fr)));
}

.grid-cols-5 {
  --w-gcol-max-w-pr: 20%;
  --w-gcol-max-w-fr: 0.2fr;
  grid-template-columns: repeat(auto-fit,
      minmax(max(calc(16.66667% - 7.33333px), 202px), var(--w-grid-cols-max-width-fr, 1fr)));
}

.grid-cols-6 {
  --w-gcol-max-w-pr: 16.66667%;
  --w-gcol-max-w-fr: 0.16667fr;
  grid-template-columns: repeat(auto-fit,
      minmax(max(calc(14.28571% - 7.57143px), 175px), var(--w-grid-cols-max-width-fr, 1fr)));
}

@media screen and (min-width: 667px) {
  [class*='grid-cols-'].strict> :only-of-type {
    max-width: var(--w-gcol-max-w-pr);
  }
}

@media screen and (min-width: 1070px) {
  [class*='grid-cols-'].strict {
    --w-grid-cols-max-width-fr: var(--w-gcol-max-w-fr);
    justify-content: center;
  }

  [class*='grid-cols-'].strict> :only-of-type {
    max-width: none;
  }
}

.logo-container {
  display: flex;
  font-family: var(--w-logo-font-family, var(--w-font-family));
  height: 100%;
  justify-content: center;
  line-height: 0.8;
  overflow: hidden;
  width: 75%;
  word-break: break-word;
}

.logo-container a {
  align-items: center;
  display: flex;
  height: 100%;
}

.logo-container img {
  border-radius: 0;
  display: inline-block;
  margin: auto auto auto 0;
  max-height: 100%;
  width: auto;
}

.widget {
  margin: 1em 0;
}

.widget .search-form .search-field {
  margin-top: 0;
}

.ad {
  margin: 1.5em 0;
}

.ad,
.ad-label {
  text-align: center;
}

.ad-label {
  font-size: 0.7em;
  margin: 0.7em auto -2.4em;
  opacity: 0.8;
}

img {
  height: auto;
  max-width: 100%;
}

img[data-lazy-src] {
  will-change: contents;
}

svg {
  max-width: 100%;
}

svg.main-color * {
  fill: var(--w-color-main);
}

.wp-block-image figure,
.wp-block-image img {
  border-radius: var(--w-radius);
}

.wp-block-image>figure,
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-block-image>figure .wp-caption-text,
.wp-block-image>figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption figcaption {
  color: #666;
  font-size: 90%;
  margin: 0 auto;
  max-width: 100%;
  padding: 5px;
  text-align: left;
}

#breadcrumbs {
  color: var(--w-breadcrumb-text-color);
  font-size: 83%;
  font-weight: 400;
  margin: 0 auto;
  opacity: 0.8;
  padding: 0;
}

#breadcrumbs li {
  display: inline-block;
  list-style: none;
  padding: 0;
  vertical-align: middle;
}

#breadcrumbs li.breadcrumb_last {
  display: none;
}

#breadcrumbs li:nth-child(n + 2):before {
  content: '»';
}

#breadcrumbs li:first-child,
#breadcrumbs li:last-child,
#breadcrumbs li:nth-child(2):before {
  display: none;
}

#breadcrumbs a {
  color: var(--w-breadcrumb-link-color);
}

.hero #breadcrumbs {
  color: #fff;
  font-size: 0.8em;
  width: 100%;
}

.hero #breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.hero #breadcrumbs li:first-child {
  display: inline-block;
}

.heading>#breadcrumbs {
  margin: 1.8em auto -1.5em;
}

@media screen and (min-width: 540px) {

  #breadcrumbs li:first-child,
  #breadcrumbs li:nth-child(2):before {
    display: inline-block;
    margin: 0 1px;
  }
}

aside .widget {
  background: #fff;
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow-bordered);
  padding: 1em;
}

aside .widget .title {
  font-family: var(--w-widget-title-font-family, var(--w-font-family));
  font-weight: 600;
  text-transform: uppercase;
}

aside .widget ul {
  padding-left: 1em;
}

aside .widget ul ul {
  margin: 0;
}

aside .widget ul li {
  list-style: disc;
  padding-bottom: 0.5em;
}

aside .widget ul li:last-child {
  padding-bottom: 0;
}

aside .widget> :last-child {
  margin-bottom: 0;
}

#stop-sticky {
  height: 0;
  opacity: 0;
}

@media screen and (min-width: 860px) {
  body.has-sidebar main>.main-section {
    display: flex;
    flex-direction: row;
  }

  body.has-sidebar main>.main-section article {
    flex: 1 1;
    order: 1;
  }

  body.has-sidebar main>.main-section aside {
    flex-basis: var(--w-sidebar-width);
    order: 2;
    width: var(--w-sidebar-width);
  }

  body.has-sidebar main>.main-section aside .widget {
    background: var(--w-widget-bg-color);
    margin-left: 2em;
  }

  body.has-sidebar.sidebar-left main>.main-section article {
    order: 2;
  }

  body.has-sidebar.sidebar-left main>.main-section aside {
    order: 1;
  }

  body.has-sidebar.sidebar-left main>.main-section aside .widget {
    margin-left: 0;
    margin-right: 2em;
  }
}

.main-section .content>[class*='wp-block-']:not(:last-child) {
  margin-bottom: 20px;
}

blockquote {
  border-left: 4px solid #dedede;
  font-style: italic;
  margin: 0 0 20px 20px;
  padding: 20px;
  position: relative;
}

blockquote cite,
blockquote p {
  font-size: 1.1em;
}

blockquote p:last-child {
  margin: 0;
}

.as-h2,
.as-h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--w-h-font-family, var(--w-font-family));
  font-weight: 400;
  line-height: 1.2;
}

.as-h2,
.as-h3,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px;
}

.as-h2,
.as-h3 {
  display: block;
  width: 100%;
}

h1 {
  color: var(--w-h1-text-color);
  font-size: var(--w-h1-font-size);
  font-weight: 600;
  margin: 1em 0 0.8em;
  text-align: center;
}

.as-h2,
h2 {
  border-radius: var(--w-radius-sm);
  font-size: var(--w-h2-font-size);
}

.as-h3,
h3 {
  font-size: var(--w-h3-font-size);
  font-weight: var(--w-h3-font-weight, inherit);
}

h4 {
  font-size: var(--w-h4-font-size);
  font-weight: var(--w-h4-font-weight, inherit);
}

h5 {
  font-size: var(--w-h5-font-size);
  font-weight: var(--w-h5-font-weight, inherit);
}

h6 {
  font-size: var(--w-h6-font-size);
  font-weight: var(--w-h6-font-weight, inherit);
}

:root {
  --w-font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  --w-section-max-width: 69rem;
  --w-color-main: #5da437;
  --w-color-secondary: #333;
  --w-color-text: #444;
  --w-color-bg: #eee;
  --w-color-link: #3d80be;
  --w-header-text-color: var(--w-color-main);
  --w-header-bg-color: #fff;
  --w-header-border-color: var(--w-color-main);
  --w-subheader-text-color: #232323;
  --w-subheader-bg-color: #fff;
  --w-subheader-link-color: var(--w-color-main);
  --w-subheader-secondary-bg-color: #f8f9f9;
  --w-footer-bg-color: #333;
  --w-footer-border-color: var(--w-footer-bg-color);
  --w-footer-text-color: #bbb;
  --w-footer-title-color: var(--w-footer-text-color);
  --w-footer-link-color: var(--w-footer-text-color);
  --w-h1-font-size: 1.7em;
  --w-h1-text-color: var(--w-color-main);
  --w-h2-font-size: 1.2em;
  --w-h2-text-color: #fff;
  --w-h2-bg-color: var(--w-color-secondary);
  --w-h3-font-size: 1.17em;
  --w-h3-text-color: var(--w-color-text);
  --w-h4-font-size: 1em;
  --w-h5-font-size: 0.83em;
  --w-h6-font-size: 0.67em;
  --w-radius-sm: 0.3rem;
  --w-radius: 0.5rem;
  --w-shadow-color: rgba(0, 0, 0, 0.25);
  --w-shadow: 0 1px 5px -1px var(--w-shadow-color);
  --w-shadow-bordered: var(--w-shadow);
  --w-shadow-lg: 0 3px 7px -1px var(--w-shadow-color);
  --w-shadow-lg-bordered: var(--w-shadow-lg);
  --w-top-shadow: 0 0 5px -2px var(--w-shadow-color);
  --w-breadcrumb-text-color: #333;
  --w-breadcrumb-link-color: var(--w-breadcrumb-text-color);
  --w-cookies-text-color: #fff;
  --w-cookies-bg-color: var(--w-color-main);
  --w-cookies-allow-text-color: var(--w-cookies-bg-color);
  --w-cookies-allow-bg-color: var(--w-cookies-text-color);
  --w-cookies-deny-text-color: #444;
  --w-scroll-top-bg-color: var(--w-color-main);
  --w-sidebar-width: 30%;
  --w-widget-bg-color: #fff;
}

* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  background: var(--w-color-bg);
  color: var(--w-color-text);
  font-family: var(--w-body-font-family, var(--w-font-family));
  font-size: 17px;
  line-height: 1.7;
  min-height: 100%;
}

body:after {
  clear: both;
  content: '';
  display: table;
}

link,
style {
  display: none !important;
}

.bold,
b,
strong {
  font-weight: 600;
}

ol,
ul {
  padding: 0;
}

ol li,
ul li {
  list-style: none;
}

ins,
mark {
  background: none;
  font-weight: 600;
}

.as-a,
a,
ins,
mark {
  text-decoration: none;
}

.as-a,
a {
  color: var(--w-color-link);
  cursor: pointer;
  outline: 0;
}

.as-a:hover,
a:hover {
  opacity: 0.95;
}

.as-a:focus,
a:focus {
  outline: none;
}

.pointer {
  cursor: pointer;
}

.d-contents {
  display: contents;
}

main {
  background: var(--w-color-bg);
  color: var(--w-color-text);
  min-height: 24em;
}

.hide {
  display: none;
}

.section {
  margin: 0 auto;
  max-width: var(--w-section-max-width);
  padding: 1em;
  width: 100%;
}

.section:after {
  clear: both;
  content: '';
  display: block;
}


.top-menu {
  display: none;
  font-size: 0.85em;
}

.top-menu a:after {
  border-color: var(--w-header-text-color);
}

.top-menu .menu-cta>a {
  background: var(--w-header-text-color);
  color: var(--w-header-bg-color);
}

.top-menu>ul>li ul {
  background: var(--w-header-bg-color);
}

.top-menu>ul>li>ul li:after {
  background-color: var(--w-header-text-color);
  background-image: linear-gradient(to right,
      var(--w-header-bg-color) 2%,
      var(--w-header-text-color) 50%,
      var(--w-header-bg-color) 98%);
}

@media screen and (min-width: 860px) {
  .top-menu {
    display: block;
    flex: 1 1;
    margin-right: 1%;
  }

  .top-menu a:after {
    border-color: var(--w-color-main);
  }

  .top-menu li ul {
    background-color: var(--w-header-bg-color);
    border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-lg);
    margin: 0;
    min-width: 160px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    z-index: 1000;
  }

  .top-menu li ul>li {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }

  .top-menu li ul>li a {
    padding: 0.5em 0.9em;
    width: 100%;
  }

  .top-menu li ul>li:after {
    background-color: var(--w-header-text-color);
    background-image: linear-gradient(to right,
        var(--w-header-bg-color) 2%,
        var(--w-header-text-color) 50%,
        var(--w-header-bg-color) 98%);
    content: '';
    display: block;
    height: 1px;
    margin: 0 auto;
    opacity: 0.2;
    width: 70%;
  }

  .top-menu li ul>li:last-of-type:after {
    content: none;
  }

  .top-menu li ul>li.menu-item-has-children>a {
    padding: 0.5em 1.8em;
  }

  .top-menu li ul>li.menu-item-has-children>a:after {
    border: solid;
    border-width: 0 2px 2px 0;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0.9em;
    margin: auto;
    padding: 1px;
    position: absolute;
    top: 0.3em;
    transform: translateY(-50%) rotate(134deg);
    width: 2px;
  }

  .top-menu li ul .menu-cta {
    padding-left: 5px;
    padding-right: 5px;
  }

  .top-menu li:hover>a {
    opacity: 0.7;
  }

  .top-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .top-menu .menu>li {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 2.5%;
    position: relative;
    vertical-align: middle;
  }

  .top-menu .menu>li.menu-item-has-children>a:after {
    border: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    margin-left: 0.5em;
    padding: 2px;
    transform: translateY(-50%) rotate(45deg);
  }

  .top-menu .menu>li>ul {
    left: 50%;
    transform: translateX(-50%);
  }

  .top-menu .menu>li>ul li {
    position: relative;
  }

  .top-menu .menu>li>ul li>ul {
    right: 100%;
    top: 0;
  }

  .top-menu .menu>li:last-child>ul {
    left: auto;
    right: 0;
    transform: none;
  }

  .subheader nav~nav:last-of-type {
    background: none !important;
    margin-top: 0;
    padding: 0;
  }

  .subheader .primary-menu {
    display: none;
  }

  .has-primary-menu .subheader .search-form {
    display: block;
  }
}


.subheader a {
  color: var(--w-subheader-link-color);
  display: block;
  line-height: 1.2;
  padding: 0.5em 0;
  width: 100%;
}

.subheader .more {
  display: none;
}

.subheader .menu-cta>a {
  background: var(--w-subheader-link-color);
  color: var(--w-subheader-bg-color);
}

.subheader [class*='grid-cols-'],
.subheader [class*='grid-cols-'] .sub-menu,
.subheader [class*='grid-cols-']>ul,
.subheader [class*='grid-cols-'] li {
  margin: 0;
}

.subheader [class*='grid-cols-']>li>a {
  font-weight: 600;
}

.subheader [class*='grid-cols-']>li>ul {
  font-size: 0.9em;
}

.subheader [class*='grid-cols-']>li>ul a {
  color: var(--w-subheader-text-color);
}

.subheader [class*='grid-cols-']>li>ul>li.menu-item-has-children>a {
  font-weight: 600;
}

.subheader [class*='grid-cols-']>li>ul>li.menu-item-has-children ul ul li {
  list-style: disc;
  margin-left: 1.5em;
}

.subheader [class*='grid-cols-']>li,
.subheader [class*='grid-cols-']>ul {
  position: relative;
}

.subheader [class*='grid-cols-']>li:after,
.subheader [class*='grid-cols-']>ul:after {
  background: var(--w-subheader-text-color);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
}

.subheader [class*='grid-cols-']>li:last-of-type:after,
.subheader [class*='grid-cols-']>ul:last-of-type:after {
  content: none;
}

.subheader nav~nav:last-of-type {
  background: var(--w-subheader-secondary-bg-color);
  border-radius: var(--w-radius);
  margin-top: 0.5em;
  padding: 0.8em 1em;
}

.subheader nav~nav:last-of-type .menu-cta>a {
  color: var(--w-subheader-secondary-bg-color);
}

.subheader .categories-grid .title svg * {
  fill: var(--w-subheader-link-color);
}

.subheader .categories-grid .featured-post a {
  color: var(--w-subheader-text-color);
}

.subheader .categories-grid .featured-post a:hover {
  color: currentColor;
}

@media screen and (min-width: 540px) {
  .subheader .more {
    display: block;
  }

  .subheader [class*='grid-cols-']>li:after,
  .subheader [class*='grid-cols-']>ul:after {
    content: none;
  }

  .subheader .categories-grid,
  .subheader .primary-menu,
  .subheader .secondary-menu {
    font-size: 0.85em;
  }
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
}

@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*='border-top-color']) {
  border-top-style: solid;
}

html :where([style*='border-right-color']) {
  border-right-style: solid;
}

html :where([style*='border-bottom-color']) {
  border-bottom-style: solid;
}

html :where([style*='border-left-color']) {
  border-left-style: solid;
}

html :where([style*='border-width']) {
  border-style: solid;
}

html :where([style*='border-top-width']) {
  border-top-style: solid;
}

html :where([style*='border-right-width']) {
  border-right-style: solid;
}

html :where([style*='border-bottom-width']) {
  border-bottom-style: solid;
}

html :where([style*='border-left-width']) {
  border-left-style: solid;
}

html :where(img[class*='wp-image-']) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}


.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: ' ';
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 input[type='file'] {
  cursor: pointer;
}

.wpcf7 input[type='file']:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {
  direction: ltr;
}

.wpcf7-reflection>output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection>output[hidden] {
  display: none;
}

.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-recaptcha[data-align='center']>div {
  margin: 0 auto;
}

.wpcf7 .wpcf7-recaptcha[data-align='right']>div {
  margin: 0 0 0 auto;
}

#header {
  box-shadow: var(--w-shadow);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 102;
}

body.admin-bar #header {
  top: 32px;
}

@media screen and (min-width: 860px) {
  body .table-of-contents {
    top: 72px;
  }

  body.admin-bar .table-of-contents {
    top: 104px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 0;
  }
}

@media screen and (max-width: 540px) {
  .subheader {
    height: 89vh;
    overflow: scroll;
  }
}


article h1.has-background,
article h2.has-background,
article h3.has-background,
article h4.has-background,
article h5.has-background,
article h6.has-background {
  padding: 0.6em 0.85em;
}

article .as-h2,
article h2 {
  background: var(--w-h2-bg-headers-color);
  color: var(--w-h2-text-color);
  font-weight: 600;
  padding: 0.6em 0.85em;
}

article .as-h3,
article h3 {
  border-bottom: 1px solid var(--w-h3-text-color);
  color: var(--w-h3-text-color);
  padding-bottom: 5px;
}

article h3.has-background {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

article .is-style-underline {
  background: transparent;
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.47);
  color: var(--w-color-secondary);
  font-weight: 600;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  text-align: center;
}

article li,
article p {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

article ul li {
  list-style: disc;
}

article ol li {
  list-style: decimal;
}

article ol,
article ul {
  margin: 0 0 20px 15px;
  padding-left: 1em;
}

article ol li,
article ul li {
  padding-bottom: 0.5em;
}

article ol li:last-child,
article ul li:last-child {
  padding-bottom: 0;
}

article pre {
  margin: 0 0 20px;
}

article header {
  text-align: center;
}

article .cluster {
  margin-bottom: 1em;
}

body.h3-underline-disabled .as-h3,
body.h3-underline-disabled h3 {
  border-bottom: none;
  padding-bottom: 0;
}

body:not(.h2-background-disabled) .as-h2,
body:not(.h2-background-disabled) h2 {
  text-align: center;
}

body.h2-background-disabled .as-h2,
body.h2-background-disabled h2 {
  background: none;
}

body.h2-background-disabled .as-h2:not(.has-background),
body.h2-background-disabled h2:not(.has-background) {
  padding: 0;
}

body .content> :last-child {
  margin-bottom: 0;
}

body .content> :first-child,
body .content>link:first-child+* {
  margin-top: 0;
}

body.white-background main article>.content {
  background: #fff;
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow-bordered);
  padding: 1.5em;
}

article .content .thumbnail {
  margin: 0 -1em 20px 0;
  text-align: center;
}

article .content .thumbnail+* {
  margin-top: 0;
}

body {
  overflow-x: var(--w-overflow-x, initial);
}

body.white-background article .content {
  margin-left: -1em;
  margin-right: -1em;
}

body.white-background article .content .thumbnail {
  margin: -1.5em -1.5em 20px;
}

body.white-background article .content .thumbnail img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body:not(.has-sidebar) .main-section article .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}

.bottom-author-box .author-box {
  border: 1px solid #bbb;
  border-radius: var(--w-radius);
  margin: 0;
  padding: 1em;
  text-align: center;
}

.related-posts {
  margin-top: 10px;
}

.related-posts>.as-h2 {
  background: var(--w-h2-bg-headers-color);
  color: var(--w-h2-text-color);
  font-weight: 600;
  padding: 0.6em 0.85em;
  text-align: center;
}

@media screen and (min-width: 540px) {
  body.white-background article .content {
    margin-left: auto;
    margin-right: auto;
  }

  article .content .thumbnail {
    margin: 0 auto 20px;
  }
}


.hero {
  height: 320px;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.hero,
.hero picture {
  position: relative;
  width: 100%;
}

.hero picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  z-index: -2;
}

.hero picture img {
  box-shadow: 0 0 8px #fff;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero:after {
  background: radial-gradient(ellipse at center, var(--w-color-main) 18%, #000000d1 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hero h1 {
  color: #fff;
  margin: 0 auto;
  width: auto;
}

.hero svg * {
  fill: #fff !important;
}

.hero .title {
  margin: 0 auto 1.5em;
  padding-bottom: 1em;
  position: relative;
}

.hero .title>* {
  display: inline-block;
  vertical-align: middle;
}

.hero .title img,
.hero .title svg {
  height: 12%;
  margin-right: 2%;
  width: 12%;
}

.hero .title:after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20%;
}

.hero .content {
  color: #fff;
  left: 50%;
  max-width: 630px;
  padding: 0 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

body.white-background main article {
  background: #fff;
  border-radius: var(--w-radius);
  box-shadow: var(--w-shadow-bordered);
  padding: 1.5em;
}

@media screen and (min-width: 740px) {
  body.white-background main article {
    margin-top: 1.5em;
  }
}

:root {
  --w-section-max-width: 58rem;
  --w-color-main: #b35055;
  --w-color-secondary: #dfdbd3;
  --w-color-text: #444444;
  --w-color-bg: #f2f2f2;
  --w-color-link: #3d80be;
  --w-subheader-text-color: #333;
  --w-subheader-bg-color: #fff;
  --w-subheader-link-color: #92763e;
  --w-subheader-secondary-bg-color: #f8f9f9;
  --w-footer-text-color: #ffffff;
  --w-footer-bg-color: #99282e;
  --w-footer-border-color: #dfdbd3;
  --w-footer-title-color: #ffffff;
  --w-footer-link-color: #dfdbd3;
  --w-header-text-color: #dfdbd3;
  --w-header-bg-color: #99282e;
  --w-header-border-color: #dfdbd3;
  --w-h1-font-size: 1.7em;
  --w-h1-text-color: #99282e;
  --w-h2-font-size: 1.3em;
  --w-h2-text-color: #ffffff;
  --w-h2-bg-color: #dfdbd3;
  --w-h2-bg-headers-color: #cfa668;
  /* --w-h2-bg-headers-color: #99282e; */
  --w-h2-bg-portada-color: #f08372;
  --w-h3-font-size: 1.25em;
  --w-h3-text-color: #99282e;
  --w-h4-font-size: 1em;
  --w-h5-font-size: 0.83em;
  --w-h6-font-size: 0.67em;
  --w-scroll-top-bg-color: #99282e;
  --w-cookies-text-color: #ffffff;
  --w-cookies-bg-color: #99282e;
  --w-cookies-allow-text-color: #99282e;
  --w-cookies-allow-bg-color: #ffffff;
  --w-cookies-deny-text-color: #444;
}
/* Search Results Styles */
.search-results-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.search-results-container.show {
  opacity: 1;
}

.search-results-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.search-results-content {
  position: relative;
  background: white;
  margin: 50px auto;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: var(--w-color-main);
  color: white;
  border-bottom: 1px solid #eee;
}

.search-results-header h3 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 600;
}

.search-results-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.search-results-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.search-results-list {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0;
}

.search-result-item {
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background 0.2s ease;
}

.search-result-item:hover {
  background: #f8f9fa;
}

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

.search-result-title {
  margin: 0 0 8px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--w-color-main);
  line-height: 1.3;
}

.search-result-title mark {
  background: #fff3cd;
  color: #856404;
  padding: 2px 4px;
  border-radius: 3px;
}

.search-result-url {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  color: #666;
  font-family: monospace;
}

.search-result-description {
  margin: 0 0 10px 0;
  font-size: 0.95em;
  color: #555;
  line-height: 1.4;
}

.search-result-description mark {
  background: #fff3cd;
  color: #856404;
  padding: 1px 3px;
  border-radius: 2px;
}

.search-result-score {
  font-size: 0.8em;
  color: #999;
  font-style: italic;
}

.search-no-results {
  padding: 40px 25px;
  text-align: center;
  color: #666;
}

.search-no-results p {
  margin: 0 0 10px 0;
  font-size: 1.1em;
}

.search-no-results p:last-child {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #999;
}

/* Search Field Enhancements */
.search-field {
  position: relative;
}

.search-field:focus {
  border-color: var(--w-color-main);
  box-shadow: 0 0 0 2px rgba(93, 164, 55, 0.2);
}

/* Complete Mobile-First Responsive Design */
@media (max-width: 768px) {
  /* Base Layout Reset */
  body {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  
  .site {
    padding: 0;
    margin: 0;
  }
  
  /* Header Completely Mobile Optimized */
  #header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .top-bar {
    padding: 8px 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  
  .logo-container {
    text-align: center;
    margin: 0;
  }
  
  .logo-container img {
    max-width: 180px;
    height: auto;
  }
  
  /* Search Bar Mobile */
  .js-search {
    width: 100%;
    order: 2;
  }
  
  .search-form {
    width: 100%;
  }
  
  .search-form input {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 25px;
    background: #f8f9fa;
  }
  
  .search-form input:focus {
    border-color: var(--w-color-main);
    background: #fff;
  }
  
  /* Main Content Mobile Layout */
  main {
    padding: 0;
    margin: 0;
    background: #f5f5f5;
  }
  
  .main-section {
    padding: 10px;
    display: block;
  }
  
  .main-container {
    flex-direction: column;
    padding: 0;
    margin: 0;
    max-width: 100%;
    gap: 0;
  }
  
  /* Mobile Bottom Navigation - Replace Sidebar */
  .sidebar {
    display: none !important; /* Hide sidebar completely on mobile */
  }
  
  /* For pages without sidebar, ensure mobile nav still works */
  body:not(.has-sidebar) {
    /* Same mobile adjustments for pages without sidebar */
  }
  
  /* Create Mobile Bottom Navigation */
  body {
    padding-bottom: 100px; /* Increased space for fixed navigation */
  }
  
  main {
    margin-bottom: 10px; /* Reduced to optimize space */
  }
  
  /* Mobile Fixed Footer Navigation */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--w-color-main);
    background: linear-gradient(135deg, var(--w-color-main) 0%, #4a8c2a 100%);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
    z-index: 1000;
    padding: 5px 0 8px 0;
    border-top: 3px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .mobile-nav-container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
    height: 60px;
  }
  
  .mobile-nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
  }
  
  .mobile-nav-item a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    min-height: auto !important;
    padding: 6px 4px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
  }
  
  .mobile-nav-item a:hover,
  .mobile-nav-item a.active {
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  }
  
  .mobile-nav-item .icon {
    font-size: 20px !important;
    margin-bottom: 3px !important;
    display: block !important;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
  }
  
  .mobile-nav-item .nav-label {
    font-size: 9px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }
  
  /* Main Content Area */
  .main-content {
    width: 100%;
    padding: 0;
  }
  
  .section {
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  /* Welcome Section Mobile */
  .welcome-section {
    margin: 15px 0 !important;
    padding: 20px 15px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-left: 5px solid var(--w-color-main) !important;
    border-radius: 10px !important;
    font-size: 0.9em;
  }
  
  .welcome-section h2 {
    font-size: 1.4em !important;
    margin-bottom: 12px !important;
    text-align: center;
  }
  
  .welcome-section p {
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    text-align: center;
  }
  
  /* Typography Mobile */
  h1 {
    font-size: 1.6em;
    margin: 15px 0 10px 0;
    text-align: center;
    line-height: 1.3;
  }
  
  h2 {
    font-size: 1.3em;
    margin: 12px 0 8px 0;
    padding: 10px 15px;
    background: var(--w-color-main);
    color: white;
    border-radius: 8px;
    text-align: center;
  }
  
  h3 {
    font-size: 1.1em;
    margin: 10px 0 8px 0;
    color: var(--w-color-main);
  }
  
  /* Categories Grid Mobile - Complete Restructure */
  .categories-grid,
  .categories-grid.grid-cols-4,
  nav.categories-grid {
    display: block !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 15px 0;
  }
  
  .categories-grid ul {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
    width: 100% !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  
  .categories-grid li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eee;
  }
  
  .categories-grid li:last-child {
    border-bottom: none;
  }
  
  .categories-grid li.title {
    background: var(--w-color-main) !important;
    color: white !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 15px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
  }
  
  .categories-grid li.title svg {
    width: 24px !important;
    height: 24px !important;
    fill: white !important;
  }
  
  .categories-grid li.title a {
    color: white !important;
    text-decoration: none !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
  }
  
  .categories-grid li.featured-post-body,
  .categories-grid li:not(.title) {
    padding: 12px 15px !important;
    background: #fff !important;
  }
  
  .categories-grid li.featured-post-body:hover,
  .categories-grid li:not(.title):hover {
    background: #f8f9fa !important;
  }
  
  .categories-grid li a {
    display: block !important;
    padding: 8px 0 !important;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 0.95em !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease;
  }
  
  .categories-grid li:not(.title) a:hover {
    color: var(--w-color-main) !important;
  }
  
  /* Buttons Mobile */
  .su-button {
    width: 100% !important;
    margin: 8px 0 !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    text-align: center !important;
    display: block !important;
    min-height: 48px !important;
  }
  
  /* Images Mobile */
  img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  article img {
    margin: 10px auto;
    display: block;
  }
  
  /* WordPress Columns Mobile - Complete Override */
  .wp-block-columns,
  .wp-block-columns.is-layout-flex,
  .wp-container-3,
  .wp-container-5,
  .wp-container-6,
  .wp-container-10,
  .wp-container-13,
  .wp-container-3.wp-container-3,
  .wp-container-6.wp-container-6,
  .wp-container-10.wp-container-10,
  .wp-container-13.wp-container-13,
  .bloque_secundaria {
    display: block !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
  }
  
  .wp-block-column,
  .wp-block-columns > .wp-block-column,
  .is-layout-flex > .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 15px 0 !important;
    flex-basis: auto !important;
    flex: none !important;
    padding: 15px !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
  }
  
  /* Search Results Mobile */
  .search-results-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
  }
  
  .search-results-content {
    margin: 20px 10px;
    max-height: 85vh;
    background: white;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .search-results-header {
    padding: 15px 20px;
    background: var(--w-color-main);
    color: white;
    position: sticky;
    top: 0;
  }
  
  .search-results-header h3 {
    font-size: 1.1em;
    margin: 0;
    color: white;
  }
  
  .search-results-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  
  .search-results-list {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0;
  }
  
  .search-result-item {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    min-height: auto;
  }
  
  .search-result-item:hover {
    background: #f8f9fa;
  }
  
  .search-result-title {
    font-size: 1em;
    margin: 0 0 5px 0;
    color: var(--w-color-main);
    font-weight: bold;
  }
  
  .search-result-url {
    font-size: 0.8em;
    color: #666;
    margin: 0 0 5px 0;
  }
  
  .search-result-description {
    font-size: 0.85em;
    color: #444;
    line-height: 1.4;
    margin: 0;
  }
  
  /* Footer Mobile - Collapsible - High Specificity */
  footer.footer,
  .footer {
    padding: 15px 15px 25px 15px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important; /* Extra space above mobile nav */
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    background: #333 !important;
    color: white !important;
  }
  
  /* Footer collapsed state - High Specificity */
  footer.footer:not(.expanded),
  .footer:not(.expanded) {
    max-height: 120px !important;
  }
  
  footer.footer.expanded,
  .footer.expanded {
    max-height: none !important; /* Allow full expansion */
    padding-bottom: 40px !important; /* Extra padding when expanded */
  }
  
  /* Footer header - always visible */
  .footer-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #555 !important;
    margin-bottom: 15px !important;
    cursor: pointer;
    user-select: none;
  }
  
  .footer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  
  .footer-brand h3 {
    color: #5da437 !important;
    font-size: 1.1em !important;
    margin: 0 !important;
    font-weight: bold !important;
  }
  
  .footer-contact {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  
  .footer-contact a {
    color: #5da437 !important;
    text-decoration: none !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
  }
  
  .footer-toggle {
    background: rgba(93, 164, 55, 0.1) !important;
    border: 1px solid rgba(93, 164, 55, 0.3) !important;
    color: #5da437 !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
  }
  
  .footer-toggle:hover {
    background: rgba(93, 164, 55, 0.2) !important;
    transform: scale(1.05) !important;
  }
  
  .footer-toggle-icon {
    transition: transform 0.3s ease !important;
    font-size: 10px !important;
  }
  
  .footer.expanded .footer-toggle-icon {
    transform: rotate(180deg) !important;
  }
  
  /* Footer expandable content */
  .footer-expandable {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    pointer-events: none;
  }
  
  .footer.expanded .footer-expandable {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  /* Footer content adjustments - High Specificity */
  footer.footer .footer-content,
  .footer .footer-content {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  
  /* Grid layout for expanded content - High Specificity */
  footer.footer .footer-content > div:first-child,
  .footer .footer-content > div:first-child {
    display: none !important; /* Hide original grid in mobile */
  }
  
  .footer-sections-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .footer-section {
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border-left: 3px solid #5da437 !important;
  }
  
  .footer-section h3 {
    color: #5da437 !important;
    font-size: 1em !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(93, 164, 55, 0.3) !important;
    padding-bottom: 5px !important;
  }
  
  .footer-section ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .footer-section li {
    margin-bottom: 6px !important;
  }
  
  .footer-section a {
    color: #ccc !important;
    text-decoration: none !important;
    font-size: 0.85em !important;
    transition: color 0.2s ease !important;
  }
  
  .footer-section a:hover {
    color: #5da437 !important;
  }
  
  /* Touch Targets */
  a, button, .search-result-item, .categories-grid li a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  /* Ads Mobile */
  .ad {
    margin: 15px 0;
    text-align: center;
  }
  
  /* Navigation Mobile */
  .top-menu {
    display: none;
  }
  
  /* Index.html Specific Mobile Fixes */
  article .section {
    margin: 0 0 15px 0 !important;
  }
  
  article .content {
    padding: 15px !important;
  }
  
  /* Fix for shortcode buttons in index */
  .su-button-wide {
    width: 100% !important;
    margin: 8px 0 !important;
  }
  
  /* Fix for grid layouts */
  [class*="grid-cols-"] {
    display: block !important;
    grid-template-columns: none !important;
  }
  
  /* Fix for any remaining flex containers */
  .is-layout-flex {
    flex-direction: column !important;
  }
  
  /* Ads container mobile */
  .ad, .adsbygoogle {
    margin: 15px 0 !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  
  /* Typography fixes for index */
  .wp-block-heading {
    font-size: 1.3em !important;
    margin: 15px 0 10px 0 !important;
    text-align: center !important;
    background: var(--w-color-main) !important;
    color: white !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
  }
  
  /* Fix for any remaining wide elements */
  * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Override any specific width constraints */
  div, section, article, aside, nav {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  
  /* Global mobile optimizations for all pages */
  .container, .content, .main-container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Ensure all pages have proper mobile spacing */
  body.mobile-optimized {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
  .main-container {
    padding: 15px;
  }
  
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .logo-container img {
    max-width: 250px;
  }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
  
  .top-bar {
    padding: 6px 8px;
    gap: 8px;
  }
  
  .logo-container img {
    max-width: 140px;
  }
  
  .search-form input {
    padding: 10px 12px;
    font-size: 15px;
  }
  
  .welcome-section {
    margin: 10px 5px 15px 5px !important;
    padding: 12px !important;
    font-size: 0.85em;
  }
  
  .welcome-section h2 {
    font-size: 1.2em !important;
    margin-bottom: 8px !important;
  }
  
  .welcome-section p {
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
  }
  
  .section {
    padding: 12px;
    margin-bottom: 12px;
  }
  
  .main-section {
    padding: 5px;
  }
  
  h1 {
    font-size: 1.4em;
    margin: 10px 0 8px 0;
  }
  
  h2, .wp-block-heading {
    font-size: 1.2em !important;
    padding: 8px 12px !important;
    margin: 10px 0 6px 0 !important;
  }
  
  h3 {
    font-size: 1em;
    margin: 8px 0 6px 0;
  }
  
  .categories-grid li {
    padding: 10px !important;
    margin-bottom: 6px !important;
  }
  
  .categories-grid li.title {
    padding: 12px !important;
  }
  
  .categories-grid li a {
    padding: 6px 0 !important;
    font-size: 0.9em !important;
  }
  
  .su-button {
    padding: 12px 16px !important;
    font-size: 14px !important;
    margin: 6px 0 !important;
  }
  
  .search-results-content {
    margin: 10px 5px;
  }
  
  .search-results-header {
    padding: 12px 15px;
  }
  
  .search-result-item {
    padding: 12px 15px;
  }
  
  /* Extra small screen fixes */
  .wp-block-column {
    padding: 10px !important;
  }
  
  .categories-grid ul {
    margin: 0 0 15px 0 !important;
  }
  
  /* Footer adjustments for small screens - High Specificity */
  body {
    padding-bottom: 120px; /* More space for small screens */
  }
  
  footer.footer,
  .footer {
    padding: 10px 10px 20px 10px !important;
    margin-bottom: 30px !important; /* Extra margin for small screens */
  }
  
  footer.footer.expanded,
  .footer.expanded {
    padding-bottom: 50px !important; /* Even more padding when expanded */
  }
  
  .footer-header {
    padding: 10px 0 !important;
  }
  
  .footer-brand h3 {
    font-size: 1em !important;
  }
  
  .footer-contact a {
    font-size: 0.8em !important;
  }
  
  .footer-toggle {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
  
  .footer-sections-mobile {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .footer-section {
    padding: 12px !important;
  }
  
  .footer-section h3 {
    font-size: 0.9em !important;
  }
  
  .footer-section a {
    font-size: 0.8em !important;
  }
}

/* Ultra-wide screens optimization */
@media (min-width: 1400px) {
  .main-container {
    max-width: 1300px;
  }
  
  .section {
    padding: 25px 30px;
  }
  
  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* Landscape phone optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .top-bar {
    flex-direction: row;
    align-items: center;
    padding: 5px 15px;
  }
  
  .logo-container {
    flex: 1;
    text-align: left;
  }
  
  .logo-container img {
    max-width: 120px;
  }
  
  .js-search {
    flex: 2;
    max-width: 400px;
  }
  
  .welcome-section {
    padding: 15px !important;
  }
  
  .welcome-section h2 {
    font-size: 1.2em !important;
  }
  
  .welcome-section p {
    margin-bottom: 8px !important;
  }
}

/* Loading State */
.search-loading {
  padding: 40px 25px;
  text-align: center;
  color: #666;
}

.search-loading::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-top: 2px solid var(--w-color-main);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

.search-suggestion-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}

.search-suggestion-item:hover {
  background: #f8f9fa;
}

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

.search-suggestion-text {
  font-size: 0.9em;
  color: #333;
}

.search-suggestion-category {
  font-size: 0.8em;
  color: #666;
  margin-top: 2px;
}

/* SVG Icon Styles */
.categories-grid svg,
.icon svg {
  fill: var(--w-color-secondary);
  transition: fill 0.2s ease;
}

.categories-grid a:hover svg,
.icon:hover svg {
  fill: var(--w-color-main);
}

/* Lazy loading images */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded {
  opacity: 1;
}

/* Welcome section styles */
.welcome-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-left: 4px solid #91d26d;
  border-right: 4px solid #91d26d;
  border-radius: 5px;
}

.welcome-section h2 {
  margin-bottom: 1rem;
  background: var(--w-color-main);
}

.welcome-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.welcome-section p:last-child {
  margin-bottom: 0;
  font-weight: 500;
}

/* Contact section styles */
.contact-info h4 {
  color: #5da437;
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* Margin utilities */
.mb-8 {
  margin-bottom: 8px;
}