@charset "UTF-8";
/*!
Theme Name: Accepta
Theme URI: https://wpdino.com/themes/accepta/
Author: WPDINO
Author URI: https://wpdino.com
Description: A beautiful and flexible WordPress theme that works perfectly with Elementor page builder for creating stunning websites
Version: 1.0.5
Tested up to: 6.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accepta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor, page-builder, flexible-header

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 0;
}

p {
  margin-bottom: 1.5em;
  font-weight: 300;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
.wp-block-quote {
  position: relative;
  margin: 2em 0;
  padding: 4em 2em 2em 3em;
  border: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 6%, transparent) 0%, color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 18%, white) 100%);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333;
}
blockquote::before,
.wp-block-quote::before {
  content: "“";
  position: absolute;
  left: 3rem;
  top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6em;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
  opacity: 0.2;
}
blockquote p,
.wp-block-quote p {
  margin: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
}
blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 0.875em;
  font-style: italic;
  font-weight: 500;
  color: #34495e;
  opacity: 0.9;
  border-top: 1px solid color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
  position: relative;
  z-index: 1;
}

/* Remove black border from quote wrapper in starter content (overrides inline style) */
.wp-block-group:has(> .wp-block-quote),
.wp-block-group:has(> blockquote) {
  border: none !important;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f9f9f9;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.accepta-list {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.accepta-list > li {
  position: relative;
  margin-bottom: 0.95em;
  padding-left: 2em;
  font-weight: 300;
  line-height: 1.65;
  color: #333;
}
.accepta-list > li:last-child {
  margin-bottom: 0;
}
.accepta-list li > .accepta-list,
.accepta-list li > ul.accepta-list,
.accepta-list li > ol.accepta-list {
  margin-top: 0.95em;
  margin-bottom: 0;
}

.accepta-list:not([class*=accepta-list--]) > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.5em * 0.42) / 2);
  width: calc(0.5em * 0.42);
  height: calc(0.5em * 0.72);
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.accepta-list:not([class*=accepta-list--]) > li > ul:not([class*=accepta-list--]) > li::after,
.accepta-list:not([class*=accepta-list--]) > li > .accepta-list:not([class*=accepta-list--]) > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.42em * 0.42) / 2);
  width: calc(0.42em * 0.42);
  height: calc(0.42em * 0.72);
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

.accepta-list--check > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.5em * 0.42) / 2);
  width: calc(0.5em * 0.42);
  height: calc(0.5em * 0.72);
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.accepta-list--check ul.accepta-list--check > li::after,
.accepta-list--check > li > ul.accepta-list--check > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.42em * 0.42) / 2);
  width: calc(0.42em * 0.42);
  height: calc(0.42em * 0.72);
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.accepta-list--check ul ul.accepta-list--check > li::after,
.accepta-list--check > li > ul > li > ul.accepta-list--check > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.36em * 0.42) / 2);
  width: calc(0.36em * 0.42);
  height: calc(0.36em * 0.72);
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

.accepta-list--bullet > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.45em) / 2);
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: var(--accepta-primary-color, #6F9C50);
}
.accepta-list--bullet ul.accepta-list--bullet > li::before,
.accepta-list--bullet > li > ul.accepta-list--bullet > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.38em) / 2);
  width: 0.38em;
  height: 0.38em;
  border-radius: 50%;
  background: var(--accepta-primary-color, #6F9C50);
}

.accepta-list--ring > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.72em) / 2);
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  border: 2px solid var(--accepta-primary-color, #6F9C50);
  box-sizing: border-box;
}
.accepta-list--ring ul.accepta-list--ring > li::before,
.accepta-list--ring > li > ul.accepta-list--ring > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.62em) / 2);
  width: 0.62em;
  height: 0.62em;
  border-radius: 50%;
  border: 1.5px solid var(--accepta-primary-color, #6F9C50);
  box-sizing: border-box;
}

.accepta-list--dash > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.75em) / 2);
  width: 0.75em;
  height: 2px;
  border-radius: 1px;
  background: var(--accepta-primary-color, #6F9C50);
}
.accepta-list--dash ul.accepta-list--dash > li::before,
.accepta-list--dash > li > ul.accepta-list--dash > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.62em) / 2);
  width: 0.62em;
  height: 2px;
  border-radius: 1px;
  background: var(--accepta-primary-color, #6F9C50);
}

.accepta-list--arrow > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.42em) / 2);
  width: 0.42em;
  height: 0.42em;
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.accepta-list--arrow ul.accepta-list--arrow > li::after,
.accepta-list--arrow > li > ul.accepta-list--arrow > li::after {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: calc((1.35em - 0.36em) / 2);
  width: 0.36em;
  height: 0.36em;
  border: solid var(--accepta-primary-color, #6F9C50);
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}

.accepta-list--plus > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "+";
  display: block;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
}
.accepta-list--plus ul.accepta-list--plus > li::before,
.accepta-list--plus > li > ul.accepta-list--plus > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "+";
  display: block;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
}

.accepta-list--star > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "★";
  display: block;
  text-align: center;
  font-size: 0.95em;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
}
.accepta-list--star ul.accepta-list--star > li::before,
.accepta-list--star > li > ul.accepta-list--star > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: "★";
  display: block;
  text-align: center;
  font-size: 0.95em;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
}

ol.accepta-list--ordered {
  counter-reset: accepta-ol;
}
ol.accepta-list--ordered > li {
  counter-increment: accepta-ol;
}
ol.accepta-list--ordered > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: counter(accepta-ol);
  display: inline-grid;
  place-items: center;
  min-width: 1.35em;
  width: max-content;
  max-width: 1.35em;
  height: 1.35em;
  padding: 0 0.2em;
  border-radius: 999px;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  color: var(--accepta-primary-color, #6F9C50);
  background: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 10%, white);
  border: 1px solid color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 28%, transparent);
  box-sizing: border-box;
}
ol.accepta-list--ordered ol.accepta-list--ordered {
  counter-reset: accepta-ol-nested;
}
ol.accepta-list--ordered ol.accepta-list--ordered > li {
  counter-increment: accepta-ol-nested;
}
ol.accepta-list--ordered ol.accepta-list--ordered > li::before {
  position: absolute;
  left: 0;
  top: calc(0.5em * 1.65);
  width: 1.35em;
  transform: translateY(-50%);
  content: counter(accepta-ol-nested, lower-alpha);
  display: inline-grid;
  place-items: center;
  min-width: 1.15em;
  width: max-content;
  max-width: 1.35em;
  height: 1.15em;
  padding: 0 0.18em;
  border-radius: 999px;
  font-size: 0.68em;
  font-weight: 500;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
  background: transparent;
  border: 1px dashed color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 22%, transparent);
  box-sizing: border-box;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  color: var(--accepta-link-color, var(--accepta-primary-color, #6F9C50));
}
.entry-content a:visited,
.entry-summary a:visited,
.page-content a:visited,
.comment-content a:visited {
  color: var(--accepta-link-visited-color, var(--accepta-primary-color, #5a7d3f));
}
.entry-content a:hover, .entry-content a:focus, .entry-content a:active,
.entry-summary a:hover,
.entry-summary a:focus,
.entry-summary a:active,
.page-content a:hover,
.page-content a:focus,
.page-content a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active {
  color: var(--accepta-link-hover-color, color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black));
}

.entry-content a.wp-element-button,
.entry-content a.wp-block-button__link,
.entry-content a.has-primary-background-color,
.entry-content .has-primary-background-color a {
  color: #fff;
}
.entry-content a.wp-element-button:visited, .entry-content a.wp-element-button:hover, .entry-content a.wp-element-button:focus, .entry-content a.wp-element-button:active,
.entry-content a.wp-block-button__link:visited,
.entry-content a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:active,
.entry-content a.has-primary-background-color:visited,
.entry-content a.has-primary-background-color:hover,
.entry-content a.has-primary-background-color:focus,
.entry-content a.has-primary-background-color:active,
.entry-content .has-primary-background-color a:visited,
.entry-content .has-primary-background-color a:hover,
.entry-content .has-primary-background-color a:focus,
.entry-content .has-primary-background-color a:active {
  color: #fff;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 4px;
  background: var(--accepta-primary-color, #6F9C50);
  color: #ffffff;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  filter: brightness(0.88);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
button:focus, button:focus-visible,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
  filter: brightness(0.88);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Alternate button styles */
.button-secondary {
  background: #34495e;
  font-weight: 500;
  text-transform: capitalize;
}
.button-secondary:hover {
  background: rgb(37.4684931507, 52.6, 67.7315068493);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-secondary:active, .button-secondary:focus {
  background: rgb(30.202739726, 42.4, 54.597260274);
  transform: translateY(0);
}

.button-accent {
  background: #3498db;
  font-weight: 500;
  text-transform: capitalize;
}
.button-accent:hover {
  background: rgb(34.6744769874, 130.9924686192, 195.5255230126);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.button-accent:active, .button-accent:focus {
  background: rgb(31.6016736402, 119.3841004184, 178.1983263598);
  transform: translateY(0);
}

.button-outline {
  background: transparent;
  border: 2px solid #6F9C50;
  color: #6F9C50;
  box-shadow: none;
}
.button-outline:hover {
  background: rgba(111, 156, 80, 0.1);
  color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
  border-color: rgb(87.0127118644, 122.2881355932, 62.7118644068);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.button-outline:active, .button-outline:focus {
  background: rgba(111, 156, 80, 0.2);
  color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
  border-color: rgb(75.0190677966, 105.4322033898, 54.0677966102);
  box-shadow: none;
}

/* General .button class (WordPress default) */
.button,
a.button {
  border: none;
  border-radius: 4px;
  background: var(--accepta-primary-color, #6F9C50);
  color: #ffffff;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}
.button:hover,
a.button:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.button:active,
a.button:active {
  filter: brightness(0.88);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  color: #ffffff;
  text-decoration: none;
}
.button:focus, .button:focus-visible,
a.button:focus,
a.button:focus-visible {
  filter: brightness(0.88);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  outline: 1px dotted currentColor;
  outline-offset: 2px;
  color: #ffffff;
  text-decoration: none;
}
.button:disabled,
a.button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

/* Button sizes */
.button-small {
  font-size: 0.85em;
  padding: 6px 14px;
}

.button-large {
  font-size: 1.1em;
  padding: 12px 24px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #333;
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 10%, transparent);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 0.8;
}

select {
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 40px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  color: #333;
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 10%, transparent);
}
select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}
select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

/* Accessible keyboard focus styles across interactive controls */
a:focus-visible,
button:focus-visible,
input:not([type=hidden]):focus-visible,
select:focus-visible,
textarea:focus-visible,
[role=button]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid var(--accepta-primary-color, #6F9C50);
  outline-offset: 2px;
}

a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container, .site-content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1239px) {
  .container, .site-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.site {
  overflow: hidden;
}

.site-header,
.site-footer {
  width: 100%;
  padding: 0;
}
.site-header .site-header-container,
.site-footer .site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  box-sizing: border-box;
}
.site-header .site-info,
.site-footer .site-info {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-sizing: border-box;
}

body.accepta-header-fullwidth .site-header .container, body.accepta-header-fullwidth .site-header .site-content {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

body.accepta-footer-fullwidth .site-footer .container, body.accepta-footer-fullwidth .site-footer .site-content {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

body.accepta-site-layout-boxed .site-header .container, body.accepta-site-layout-boxed .site-header .site-content,
body.accepta-site-layout-boxed .site-footer .container,
body.accepta-site-layout-boxed .site-footer .site-content,
body.accepta-site-layout-boxed .site-header .site-header-container,
body.accepta-site-layout-boxed .site-footer .site-info {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
body.accepta-site-layout-boxed:not(.accepta-page-template-full-width):not(.elementor-template-full-width) .site-content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.content-sidebar-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
}

#primary,
.site-main {
  flex: 1;
  min-width: 0;
}

#secondary,
.widget-area {
  width: 300px;
  margin-top: 2em;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px 10px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.menu-toggle:hover {
  background-color: #f5f5f5;
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
}

@media (max-width: 1024px) {
  .main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul.toggled {
    display: block;
  }
}
@media (max-width: 1024px) {
  .main-navigation li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  width: 250px;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
}
.main-navigation .sub-menu li {
  margin: 0;
  padding: 0;
}
.main-navigation .sub-menu li a {
  display: block;
  padding: 8px 15px;
}
.main-navigation .sub-menu li a:hover {
  background-color: #f5f5f5;
}
.main-navigation li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 599px) {
  .container, .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.accepta-header-fullwidth .site-header .container, body.accepta-header-fullwidth .site-header .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.accepta-footer-fullwidth .site-footer .container, body.accepta-footer-fullwidth .site-footer .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.accepta-site-layout-boxed .site-header .container, body.accepta-site-layout-boxed .site-header .site-content,
  body.accepta-site-layout-boxed .site-footer .container,
  body.accepta-site-layout-boxed .site-footer .site-content,
  body.accepta-site-layout-boxed .site-header .site-header-container,
  body.accepta-site-layout-boxed .site-footer .site-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.accepta-site-layout-boxed:not(.accepta-page-template-full-width):not(.elementor-template-full-width) .site-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header .site-header-container,
  .site-header .site-info,
  .site-footer .site-header-container,
  .site-footer .site-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-sidebar-wrap {
    flex-direction: column;
  }
  #primary, #secondary,
  .site-main, .widget-area {
    width: 100%;
  }
  .main-navigation {
    width: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .content-sidebar-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px;
  }
  .content-sidebar-wrap .site-main,
  .content-sidebar-wrap .widget-area {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: unset !important;
    order: unset !important;
  }
}
/*--------------------------------------------------------------
# Full Width Page Template (Elementor-ready)
--------------------------------------------------------------*/
/* Remove all width restrictions and paddings so Elementor controls layout. */
body.accepta-page-template-full-width {
  /* Remove site-content container constraints (max-width 1200px, padding). */
}
body.accepta-page-template-full-width #content,
body.accepta-page-template-full-width .site-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.accepta-page-template-full-width .content-wrap--full-width {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
body.accepta-page-template-full-width .site-main {
  max-width: none;
  width: 100%;
  padding: 0;
}
body.accepta-page-template-full-width .site-main > article,
body.accepta-page-template-full-width .site-main > article.page {
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
body.accepta-page-template-full-width .entry-content {
  max-width: none;
  margin-top: 0;
  /* Let Elementor/block editor control inner width. */
}
body.accepta-page-template-full-width .entry-content > .container, body.accepta-page-template-full-width .entry-content > .site-content,
body.accepta-page-template-full-width .entry-content > .alignwide,
body.accepta-page-template-full-width .entry-content > .alignfull {
  max-width: none;
}
body.accepta-page-template-full-width {
  /* Elementor canvas: remove theme constraints. */
}
body.accepta-page-template-full-width .elementor-page .elementor-section.elementor-section-stretched {
  max-width: 100vw;
}

/*--------------------------------------------------------------
# Elementor Full Width page template
--------------------------------------------------------------*/
/* Only when Elementor sets body.elementor-template-full-width. */
body.elementor-template-full-width #content,
body.elementor-template-full-width .site-content {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body.elementor-template-full-width .content-sidebar-wrap {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.elementor-template-full-width #content .container, body.elementor-template-full-width #content .site-content,
body.elementor-template-full-width .site-content .container,
body.elementor-template-full-width .site-content .site-content,
body.elementor-template-full-width .site-main .container,
body.elementor-template-full-width .site-main .site-content,
body.elementor-template-full-width .entry-content .container,
body.elementor-template-full-width .entry-content .site-content,
body.elementor-template-full-width .content-sidebar-wrap .container,
body.elementor-template-full-width .content-sidebar-wrap .site-content {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
/* Header Styling */
.site-header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky; /* Changed from relative to sticky */
  top: 0; /* Stick to the top of the viewport */
  z-index: 1000; /* Higher z-index to ensure it stays above other elements */
  padding: 2rem 0;
  width: 100%;
  transition: all 0.3s ease; /* Smooth transition for scroll effects */
}
.site-header.transparent-header {
  background-color: transparent;
  box-shadow: none;
  z-index: 1001;
}
.site-header.transparent-header .site-title a {
  color: #ffffff;
}
.site-header.transparent-header .site-description {
  color: rgba(255, 255, 255, 0.8);
}
.site-header.transparent-header .main-navigation a {
  color: #ffffff;
}
.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-social-icons .social-icon .social-icon-svg {
  filter: brightness(0) invert(1);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-search-toggle svg {
  color: #ffffff;
  stroke: #ffffff;
}
.site-header.transparent-header:not(.scrolled) .menu-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .menu-toggle span,
.site-header.transparent-header:not(.scrolled) .menu-toggle .icon-bar {
  background-color: #ffffff;
}
.site-header.transparent-header:not(.scrolled) .header-social-toggle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-cart-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header.transparent-header:not(.scrolled) .header-cart-link svg {
  color: #ffffff;
  stroke: #ffffff;
}
.site-header:not(.transparent-header) .header-social-icons .social-icon {
  color: #2c3e50;
  border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-social-icons .social-icon .social-icon-svg {
  filter: none;
}
.site-header:not(.transparent-header) .header-search-toggle {
  color: #2c3e50;
  border-color: rgba(44, 62, 80, 0.2);
}
.site-header:not(.transparent-header) .header-search-toggle svg {
  color: #2c3e50;
  stroke: #2c3e50;
}

/* Add padding to body when header becomes sticky */
body.has-sticky-header {
  padding-top: var(--header-height, 0px);
}

.site-header.scrolled {
  padding: 1.5em 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Enhanced shadow when scrolled */
}

.site-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

/* Added for better header content alignment */
.header-content {
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: space-between;
  width: 100%;
  position: relative; /* For absolute positioning in center layout */
  min-width: 0; /* Prevent flex items from overflowing */
  box-sizing: border-box; /* Include padding in width calculation */
  /* Ensure all children are vertically aligned */
}
.header-content > * {
  display: flex;
  align-items: center;
  align-self: center;
  min-width: 0; /* Prevent flex items from overflowing */
}

/* Header Layout 1: Default - LOGO | Menu | Social | Search (space-between) */
.header-content.header-layout-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.header-content.header-layout-1 .site-branding {
  order: 1;
  flex: 0 0 auto;
  min-width: 0;
}
.header-content.header-layout-1 .main-navigation {
  order: 2;
  margin-left: 0;
  margin-right: 20px;
  justify-content: flex-end; /* Menu on right side */
  flex: 1 1 auto; /* Allow to shrink if needed */
  min-width: 0; /* Allow flex item to shrink below content size */
  max-width: 100%; /* Prevent overflow */
}
.header-content.header-layout-1 .main-navigation ul {
  justify-content: flex-end; /* Menu items on right */
  margin-left: 0; /* Override media query */
  flex-wrap: wrap; /* Allow menu items to wrap if needed */
  min-width: 0;
}
.header-content.header-layout-1 .header-social-icons {
  order: 3;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent social icons from shrinking */
}
.header-content.header-layout-1 .header-search-toggle {
  order: 4;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0; /* Prevent search button from shrinking */
}

/* Header Layout 2: Menu near logo - LOGO Menu | Social | Search */
.header-content.header-layout-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box; /* Include padding in width calculation */
}
.header-content.header-layout-2 .site-branding {
  order: 1;
  margin-right: 0;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent logo from shrinking */
}
.header-content.header-layout-2 .main-navigation {
  order: 1;
  margin-left: 20px;
  margin-right: 0;
  justify-content: flex-start; /* Override media query */
  flex: 1 1 auto; /* Allow to grow and shrink */
  min-width: 0; /* Allow flex item to shrink below content size */
  max-width: none; /* Remove max-width constraint */
  position: relative; /* Ensure proper stacking */
  z-index: 1; /* Below search button */
}
.header-content.header-layout-2 .main-navigation ul {
  justify-content: flex-start; /* Override media query */
  margin-left: 0; /* Override media query */
  flex-wrap: wrap; /* Allow menu items to wrap if needed */
  min-width: 0;
}
.header-content.header-layout-2 .header-social-icons {
  order: 2;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0; /* Prevent social icons from shrinking */
  position: relative;
  z-index: 2;
  max-width: 100%; /* Prevent overflow */
}
.header-content.header-layout-2 .header-search-toggle {
  order: 3;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0; /* Prevent search button from shrinking */
  position: relative;
  z-index: 3; /* Above menu and socials */
  max-width: 100%; /* Prevent overflow */
}

/* Header Layout 3: Menu centered - LOGO | Menu (center) | Social | Search */
.header-content.header-layout-3 {
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-height: 60px; /* Ensure container maintains minimum height to match other layouts */
}
.header-content.header-layout-3 .site-branding {
  order: 1;
}
@media screen and (min-width: 1025px) {
  .header-content.header-layout-3 .main-navigation {
    order: 2;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%); /* Horizontal center only — vertical via flex */
    margin-left: 0;
    margin-right: 0;
    justify-content: center; /* Override media query */
    flex: 0 0 auto; /* Override flex: 1 from media query */
    width: auto;
    max-width: calc(100% - 300px); /* Prevent menu from overlapping logo and icons */
    min-width: 0;
    display: flex;
    align-items: center;
  }
  .header-content.header-layout-3 .main-navigation ul {
    justify-content: center; /* Override media query */
    margin-left: 0; /* Override media query */
    flex-wrap: nowrap; /* Keep menu items on one line */
    white-space: nowrap; /* Prevent text wrapping within menu items */
    display: flex;
  }
  .header-content.header-layout-3 .main-navigation li {
    flex-shrink: 0; /* Prevent individual menu items from shrinking */
  }
}
.header-content.header-layout-3 .header-social-icons {
  order: 3;
  margin-left: auto;
}
.header-content.header-layout-3 .header-phone {
  order: 4;
  margin-left: 12px;
}
.header-content.header-layout-3 .header-cta-button {
  order: 5;
  margin-left: 24px;
}
.header-content.header-layout-3 .header-search-toggle {
  order: 6;
  margin-left: 10px;
}
.header-content.header-layout-3 .header-cart-link {
  order: 7;
  margin-left: 10px;
}
.header-content.header-layout-3:not(:has(.header-social-icons)) .header-phone {
  margin-left: auto;
}
.header-content.header-layout-3:not(:has(.header-social-icons)):not(:has(.header-phone)) .header-cta-button {
  margin-left: auto;
}
.header-content.header-layout-3:not(:has(.header-social-icons)):not(:has(.header-phone)):not(:has(.header-cta-button)) .header-search-toggle {
  margin-left: auto;
}

/* Header Layout 4: Hamburger at all breakpoints (same row order as layout 1) */
.header-content.header-layout-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.header-content.header-layout-4 .site-branding {
  order: 1;
  flex: 0 0 auto;
  min-width: 0;
}
.header-content.header-layout-4 .main-navigation {
  order: 2;
  margin-left: 0;
  margin-right: 20px;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
.header-content.header-layout-4 .header-social-icons {
  order: 3;
  flex: 0 0 auto;
  min-width: 0;
  flex-shrink: 0;
}
.header-content.header-layout-4 .header-search-toggle {
  order: 4;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0;
}
.header-content.header-layout-4 .header-cart-link {
  order: 5;
  margin-left: 10px;
  flex: 0 0 auto;
  flex-shrink: 0;
}

/* Header Layout 5: Primary flush left | Logo true center | Secondary + utilities flush right */
.header-content.header-layout-5 {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 1024px) {
  .header-content.header-layout-5 {
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
  }
  .header-content.header-layout-5 .site-branding {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: none;
    text-align: left;
  }
  .header-content.header-layout-5 .main-navigation.main-navigation-left {
    flex: 1 1 auto;
    max-width: none;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .header-content.header-layout-5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    gap: 0;
  }
  .header-content.header-layout-5 .main-navigation.main-navigation-left {
    order: 1;
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(46%, 50% - 6rem);
    margin: 0;
    justify-content: flex-start;
  }
  .header-content.header-layout-5 .main-navigation.main-navigation-left ul {
    justify-content: flex-start;
    margin-left: 0;
    flex-wrap: wrap;
    min-width: 0;
  }
  .header-content.header-layout-5 .site-branding {
    order: 2;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
    max-width: min(36vw, 12.5rem);
    min-width: 0;
    text-align: center;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-content.header-layout-5 .secondary-navigation {
    order: 3;
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(46%, 50% - 6rem);
    margin-inline-start: auto;
    margin-inline-end: 0;
    justify-content: flex-end;
  }
  .header-content.header-layout-5 .secondary-navigation ul {
    justify-content: flex-end;
    margin-left: 0;
    flex-wrap: wrap;
    min-width: 0;
  }
  .header-content.header-layout-5 .header-search-toggle {
    order: 4;
    margin-inline-start: 10px;
    flex: 0 0 auto;
    flex-shrink: 0;
  }
  .header-content.header-layout-5 .header-cart-link {
    order: 5;
    margin-inline-start: 10px;
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}
.site-branding {
  display: flex;
  align-items: center; /* Changed from column to align horizontally */
  flex-wrap: nowrap; /* Keep all items on one line */
}

/* Add a wrapper for the site title and description */
.branding-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-title {
  margin: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.site-title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-title a:hover {
  color: #69B40F; /* Use primary green color on hover */
}

.site-description {
  margin: 0.2rem 0 0;
  font-size: 0.9em;
  color: #777;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.accepta-hf-logo {
  display: inline-flex;
  align-items: center;
  max-width: var(--accepta-logo-max-width, 250px);
}
.accepta-hf-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  max-width: var(--accepta-logo-max-width, 250px);
  line-height: 0; /* Avoid inline-image baseline gap under logos */
}
.custom-logo-link img {
  display: block;
  height: 48px;
  width: auto;
  max-height: 60px;
  max-width: 100%;
  vertical-align: middle;
  object-fit: contain; /* Ensures logo maintains proportions */
}

.site-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  max-width: var(--accepta-logo-max-width, 250px);
}
.site-logo--has-alt > .site-logo__on-light,
.site-logo--has-alt > .site-logo__on-dark {
  display: none;
}

body.accepta-has-overlay-header .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-light,
body.accepta-has-hero .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-light {
  display: none;
}
body.accepta-has-overlay-header .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-dark,
body.accepta-has-hero .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-dark {
  display: inline-flex;
}

body.accepta-logo-ctx-static-light:not(.accepta-has-overlay-header):not(.accepta-has-hero) .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-light {
  display: inline-flex;
}

body.accepta-logo-ctx-static-dark:not(.accepta-has-overlay-header):not(.accepta-has-hero) .site-header:not(.scrolled) .site-logo--has-alt > .site-logo__on-dark {
  display: inline-flex;
}

body.accepta-logo-ctx-scrolled-light .site-header.scrolled .site-logo--has-alt > .site-logo__on-light {
  display: inline-flex;
}

body.accepta-logo-ctx-scrolled-dark .site-header.scrolled .site-logo--has-alt > .site-logo__on-dark {
  display: inline-flex;
}

.site-logo + .branding-text,
.custom-logo-link + .branding-text {
  margin-left: 1.25rem;
}

/* Navigation adjustments */
.main-navigation {
  display: flex;
  align-items: center;
  align-self: center;
  height: auto;
  margin-right: 20px; /* Space between menu and social icons */
}

/* Make sure the menu is aligned */
.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 599px) {
  /* Keep logo and action icons on one line */
  .header-content {
    flex-wrap: nowrap;
    gap: 0.4rem;
  }
  .site-branding {
    max-width: none;
    min-width: 0;
    flex: 1 1 auto;
    flex-shrink: 1;
  }
  .branding-text {
    margin-top: 0;
  }
  .site-logo + .branding-text,
  .custom-logo-link + .branding-text {
    margin-left: 0.75rem;
  }
  .site-header-container {
    padding: 0.75rem 1.25rem;
  }
  .site-title {
    font-size: 1.2em;
  }
  .site-description {
    font-size: 0.8em;
  }
  .site-logo img,
  .custom-logo-link img {
    max-height: 40px;
  }
  /* Menu toggle stays in the flex action cluster */
  .main-navigation {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    flex-shrink: 0;
  }
  .header-social-icons {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .header-content .header-search-toggle {
    flex-shrink: 0;
    margin-left: 0;
  }
  .header-content .header-cta-button {
    padding: 0.4rem 0.7rem;
    font-size: 0.75rem;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Header Social Icons Styling */
.header-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-social-icons .social-icons {
  display: flex;
  gap: 10px;
  margin: 0;
}
.header-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #2c3e50;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(44, 62, 80, 0.2);
}
.header-social-icons .social-icon::before, .header-social-icons .social-icon::after {
  display: none;
}
.header-social-icons .social-icon i {
  font-size: 16px;
}
.header-social-icons .social-icon i.fab,
.header-social-icons .social-icon i.fab::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.header-social-icons .social-icon i.fas,
.header-social-icons .social-icon i.far,
.header-social-icons .social-icon i.fas::before,
.header-social-icons .social-icon i.far::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
  font-style: normal !important;
}
.header-social-icons .social-icon i.fas,
.header-social-icons .social-icon i.fas::before {
  font-weight: 900 !important;
}
.header-social-icons .social-icon i.far,
.header-social-icons .social-icon i.far::before {
  font-weight: 400 !important;
}
.header-social-icons .social-icon .social-icon-svg {
  width: 18px;
  height: 18px;
  filter: none;
  transition: filter 0.3s ease;
}
.header-social-icons .social-icon .social-icon-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-social-icons .social-icon:hover {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff !important;
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.header-social-icons .social-icon:hover i {
  color: #fff !important;
}
.header-social-icons .social-icon:hover svg,
.header-social-icons .social-icon:hover .social-icon-svg {
  color: #fff !important;
  stroke: #fff !important;
  filter: brightness(0) invert(1);
}

/* Header Search Button */
.header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #2c3e50;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(44, 62, 80, 0.2);
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  margin-left: 10px;
  flex-shrink: 0; /* Prevent distortion */
}
.header-search-toggle svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  display: block; /* Prevent inline spacing issues */
}
.header-search-toggle:hover {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff !important;
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-search-toggle:hover i {
  color: #fff !important;
}
.header-search-toggle:hover svg {
  color: #fff !important;
  stroke: #fff !important;
}
.header-search-toggle:focus {
  outline: 2px solid var(--accepta-primary-color, #6F9C50);
  outline-offset: 2px;
}

/* Mobile-only social links toggle button */
.header-social-wrap {
  display: contents;
}

.header-social-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  color: #2c3e50;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(44, 62, 80, 0.2);
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  margin-left: 10px;
  flex-shrink: 0;
}
.header-social-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}
.header-social-toggle:hover {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff !important;
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-social-toggle[aria-expanded=true] {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff !important;
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.header-social-toggle:focus {
  outline: 2px solid var(--accepta-primary-color, #6F9C50);
  outline-offset: 2px;
}

/* Header Search Overlay */
.header-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header-search-overlay.active {
  display: flex;
  opacity: 1;
}
.header-search-overlay .header-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  z-index: 10000;
}
.header-search-overlay .header-search-close svg {
  width: 20px;
  height: 20px;
}
.header-search-overlay .header-search-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: rotate(90deg);
}
.header-search-overlay .header-search-close:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 40px 20px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 100%;
  margin: 0;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-field:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:active {
  transform: none;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}
.header-search-overlay .header-search-overlay-content .header-search-form-wrapper .search-form .search-submit:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}

/* Adjust header content when search button is present */
.header-content .header-search-toggle {
  order: 4;
}
.header-content .header-social-icons {
  margin-right: 0; /* Remove margin since search button has its own margin-left */
}

@media (min-width: 1025px) {
  .header-content.has-header-social-icons.header-social-dropdown .header-social-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    order: 3 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    z-index: 5;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-toggle {
    display: inline-flex !important;
    position: static !important;
    margin: 0 !important;
    z-index: 2;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-icons {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: max-content !important;
    max-width: min(90vw, 280px) !important;
    z-index: 100003 !important;
    margin: 0 !important;
    padding: 0.65rem 0.75rem !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(44, 62, 80, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    pointer-events: auto;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-icons .social-icons {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-icons .social-icon {
    color: #2c3e50 !important;
    border-color: rgba(44, 62, 80, 0.25) !important;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-icons .social-icon .social-icon-svg {
    filter: none !important;
  }
  .header-content.has-header-social-icons.header-social-dropdown .header-social-icons .social-icon:hover {
    color: #fff !important;
    border-color: var(--accepta-primary-color, #6F9C50) !important;
  }
  .header-content.has-header-social-icons.header-social-dropdown.social-icons-open .header-social-icons {
    display: flex !important;
  }
  .header-content.has-header-social-icons.header-social-dropdown.social-icons-open .header-social-toggle {
    background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
    color: #fff !important;
    border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  }
  .header-content.header-layout-2.header-social-dropdown .header-social-wrap {
    order: 2 !important;
    margin-left: auto !important;
  }
  .header-content.header-layout-3.header-social-dropdown .header-social-wrap {
    margin-left: auto !important;
  }
  body.accepta-search-open .header-content.header-social-dropdown .header-social-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .site-header .container, .site-header .site-content,
  .site-header .site-header-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
  .site-header.transparent-header:not(.scrolled) .header-content.has-header-social-icons .header-social-toggle {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }
  .header-content.has-header-social-icons .header-social-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    order: 5 !important;
    flex: 0 0 auto !important;
    flex-shrink: 0;
    margin: 0 !important;
    z-index: 5;
  }
  .header-content.has-header-social-icons .header-social-toggle {
    display: inline-flex !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    z-index: 2;
  }
  .header-content.has-header-social-icons .header-social-icons {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: max-content !important;
    max-width: min(90vw, 280px) !important;
    z-index: 100003 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0.65rem 0.75rem !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(44, 62, 80, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    order: unset !important;
    flex: 0 0 auto !important;
    transform: none !important;
    pointer-events: auto;
  }
  .header-content.has-header-social-icons .header-social-icons .social-icons {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .header-content.has-header-social-icons .header-social-icons .social-icon {
    color: #2c3e50 !important;
    border-color: rgba(44, 62, 80, 0.25) !important;
  }
  .header-content.has-header-social-icons .header-social-icons .social-icon .social-icon-svg {
    filter: none !important;
  }
  .header-content.has-header-social-icons .header-social-icons .social-icon:hover {
    color: #fff !important;
    border-color: var(--accepta-primary-color, #6F9C50) !important;
  }
  .header-content.has-header-social-icons.social-icons-open .header-social-icons {
    display: flex !important;
  }
  .header-content.has-header-social-icons.social-icons-open .header-social-toggle {
    background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
    color: #fff !important;
    border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  }
  body.accepta-search-open .header-content .header-social-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 599px) {
  .site-header .container, .site-header .site-content,
  .site-header .site-header-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Header phone */
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.25s ease;
}
.header-phone .header-phone-text {
  transition: color 0.25s ease;
}
.header-phone .header-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(44, 62, 80, 0.2);
  background-color: transparent;
  color: #2c3e50;
  box-sizing: border-box;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.header-phone .header-phone-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  color: inherit;
  stroke: currentColor;
}
.header-phone:hover, .header-phone:focus {
  color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  outline: none;
}
.header-phone:hover .header-phone-text, .header-phone:focus .header-phone-text {
  color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
}
.header-phone:hover .header-phone-icon, .header-phone:focus .header-phone-icon {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
}
.header-phone.header-phone--text_only .header-phone-icon {
  display: none;
}
.header-phone.header-phone--icon_only {
  gap: 0;
}
.header-phone.header-phone--icon_only .header-phone-text,
.header-phone.header-phone--icon_only .screen-reader-text + .header-phone-text {
  display: none;
}

/* Extra gap between phone and CTA (beats layout margin-left: 12px). */
.header-content .header-phone + .header-cta-button {
  margin-left: 1.5rem;
  margin-inline-start: 1.5rem;
}

/* Header CTA button */
.header-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}
.header-cta-button:focus-visible {
  outline: 2px solid var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  outline-offset: 2px;
}
.header-cta-button--solid {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
}
.header-cta-button--solid:hover, .header-cta-button--solid:focus {
  filter: brightness(0.92);
  color: #fff;
}
.header-cta-button--outline {
  background-color: transparent;
  border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
}
.header-cta-button--outline:hover, .header-cta-button--outline:focus {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
}
.header-cta-button--soft {
  background-color: rgba(111, 156, 80, 0.15);
  border-color: transparent;
  color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
}
.header-cta-button--soft:hover, .header-cta-button--soft:focus {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
}

@media screen and (max-width: 782px) {
  .header-phone .header-phone-text {
    display: none;
  }
  .header-phone.header-phone--text_only .header-phone-icon {
    display: inline-flex;
  }
  .header-cta-button {
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul.toggled {
    display: block;
  }
}
@media (max-width: 1024px) {
  .main-navigation ul > li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 250px;
  min-width: 250px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

/* Enhanced Navigation Styles - Based on WPDino Theme Approach */
/* Main navigation styling */
.main-navigation {
  display: block;
  position: relative;
  text-align: right;
  margin-left: auto; /* Push navigation to the right */
}
@media (max-width: 1024px) {
  .main-navigation {
    width: 100%;
  }
  .main-navigation ul.nav-menu {
    display: none;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 0;
  width: 250px;
  min-width: 250px;
  display: block;
  flex-direction: column;
  text-align: left; /* Align dropdown items to the left */
}
.main-navigation ul ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accepta-primary-color, #6F9C50), color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 75%, black));
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  border-radius: 8px;
}
.main-navigation ul ul li {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
  border-bottom: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: 100%;
}
.main-navigation ul ul li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  background: #f5f5f5;
  margin: 3px 0;
  opacity: 0.7;
}
.main-navigation ul ul a {
  width: 100%;
  padding: 0.6rem 1.2rem;
  font-size: 0.95em;
  border-bottom: none;
  transition: color 0.2s ease, background 0.2s ease;
  display: block;
  white-space: normal; /* Allow text to wrap */
  line-height: 1.4; /* Better line spacing for wrapped text */
  word-wrap: break-word; /* Ensure long words don't overflow */
  position: relative; /* For full-width hover effect */
  text-align: left; /* Ensure dropdown text aligns left */
}
.main-navigation ul ul a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.main-navigation ul ul a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  z-index: -1;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-right: 25px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: var(--accepta-primary-color, #6F9C50);
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555;
  padding: 0.5rem 0;
  font-weight: 500;
  font-size: 1em;
  position: relative;
  transition: color 0.3s ease;
  line-height: 1.25;
}
.main-navigation a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: var(--accepta-primary-color, #6F9C50);
}
.main-navigation .sub-menu::before,
.main-navigation .children::before {
  display: none;
}
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after,
.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .children .page_item_has_children > a::after,
.main-navigation .sub-menu .menu-item-has-children > a::before,
.main-navigation .children .page_item_has_children > a::before {
  content: "";
  display: none;
}

/* Hamburger menu icon styling — match circular header utility icons */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  line-height: 0;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  color: #2c3e50;
  border: 1px solid rgba(44, 62, 80, 0.2);
  border-radius: 50%;
  box-shadow: none !important;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
}
.menu-toggle:focus, .menu-toggle:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
.menu-toggle span,
.menu-toggle .icon-bar {
  display: block;
  height: 2px;
  width: 16px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  margin: 0;
  flex-shrink: 0;
}
.menu-toggle:hover span, .menu-toggle:hover .icon-bar, .menu-toggle:focus span, .menu-toggle:focus .icon-bar {
  background-color: #fff;
}
.menu-toggle.toggled span:nth-child(1),
.menu-toggle.toggled .icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-3px, 4px);
}
.menu-toggle.toggled span:nth-child(2),
.menu-toggle.toggled .icon-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.toggled span:nth-child(3),
.menu-toggle.toggled .icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-3px, -4px);
}

/* Mobile navigation off-canvas (slide from right; mirrors WooCommerce mini-cart) */
.accepta-mobile-nav-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s ease;
}
.accepta-mobile-nav-offcanvas.active {
  visibility: visible;
  pointer-events: auto;
}

.accepta-mobile-nav-offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}

.accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-overlay {
  opacity: 1;
}

.accepta-mobile-nav-offcanvas-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-panel {
  transform: translateX(0);
}

.accepta-mobile-nav-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e8e8e8;
  flex-shrink: 0;
  background: #fff;
}

.accepta-mobile-nav-offcanvas-title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
  color: #2c3e50;
  letter-spacing: -0.02em;
}

.accepta-mobile-nav-offcanvas-close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #f8f8f8;
  color: #2c3e50;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}
.accepta-mobile-nav-offcanvas-close:hover {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #fff;
  border-color: var(--accepta-primary-color, #6F9C50);
}
.accepta-mobile-nav-offcanvas-close svg {
  width: 20px;
  height: 20px;
}

.accepta-mobile-nav-offcanvas-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.accepta-mobile-nav-offcanvas-body #primary-menu {
  margin: 0;
  padding: 0 1rem 1.25rem;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}

body.accepta-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  /* Pack logo left + actions right through tablet portrait (override layout space-between / centered menu). */
  .header-content,
  .header-content.header-layout-1,
  .header-content.header-layout-2,
  .header-content.header-layout-3,
  .header-content.header-layout-4,
  .header-content.header-layout-5 {
    justify-content: flex-start !important;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    min-width: 0;
  }
  /* Split header: secondary list is merged into the mobile drawer via JS; hide the empty shell */
  .header-content.header-layout-5 #secondary-navigation {
    display: none !important;
  }
  /* Reset desktop layout-specific nav positioning on mobile only. */
  .header-content.header-layout-1 #site-navigation.main-navigation,
  .header-content.header-layout-2 #site-navigation.main-navigation,
  .header-content.header-layout-3 #site-navigation.main-navigation,
  .header-content.header-layout-4 #site-navigation.main-navigation,
  .header-content.header-layout-5 #site-navigation.main-navigation,
  .header-content.header-layout-5 .secondary-navigation,
  .header-content .main-navigation {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    max-width: none !important;
  }
  .header-content .site-branding {
    order: 1 !important;
    flex: 1 1 auto !important;
    min-width: 0;
    margin-right: auto !important;
    max-width: none;
  }
  .header-content .header-phone {
    order: 2 !important;
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
    flex-shrink: 0;
  }
  .header-content .header-cta-button {
    order: 3 !important;
    margin-left: 0 !important;
    margin-inline-start: 0 !important;
    flex-shrink: 1;
    min-width: 0;
  }
  /* Menu trigger sits in the right action cluster beside social/search. */
  #site-navigation.main-navigation,
  .header-content .main-navigation {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    max-height: 36px !important;
    line-height: 0 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    order: 4 !important;
    position: relative !important;
    z-index: 2;
    overflow: visible;
  }
  #site-navigation.main-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 36px;
    height: 36px;
    margin: 0 !important;
    padding: 0;
    line-height: 0;
    vertical-align: middle;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto;
  }
  .header-content .header-social-wrap {
    order: 5 !important;
    flex: 0 0 auto !important;
    flex-shrink: 0;
    position: relative !important;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    z-index: 5;
  }
  .header-content .header-social-toggle {
    order: unset;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
  .header-content .header-search-toggle {
    order: 6 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
  .header-content .header-cart-link {
    order: 7 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
  body.accepta-search-open .header-content .header-search-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.accepta-search-open #site-navigation.main-navigation .menu-toggle {
    display: none !important;
  }
}
body.accepta-mobile-menu-open .site-header,
body.accepta-mobile-menu-open .header-content {
  overflow: visible !important;
}

/* Primary menu list inside the slide-out panel (mobile + layout 4 drawer) */
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled {
  display: block !important;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled > li.accepta-merge-secondary-start {
  border-top: 1px solid #eee;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled > li:last-child {
  border-bottom: none;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled a {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 4px;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled a:visited {
  color: #2c3e50;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled a:hover, #accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled a:focus {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled a:focus-visible {
  outline: 2px solid var(--accepta-primary-color, #6F9C50);
  outline-offset: 2px;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .current-menu-item > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .current_page_item > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .current-menu-ancestor > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .current_page_ancestor > a {
  color: var(--accepta-primary-color, #6F9C50);
  font-weight: 600;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .menu-item-has-children,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .page_item_has_children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .menu-item-has-children > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .page_item_has_children > a {
  width: calc(100% - 2.25rem);
  padding-right: 0.5rem;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #333;
  cursor: pointer;
  box-shadow: none !important;
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
  line-height: 1;
  border-radius: 4px;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle:hover, #accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle:focus, #accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
  color: var(--accepta-primary-color, #6F9C50);
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle:focus,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .accepta-submenu-toggle::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .menu-item-has-children.toggled > .accepta-submenu-toggle::before,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .page_item_has_children.toggled > .accepta-submenu-toggle::before {
  transform: rotate(-135deg);
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul {
  position: static;
  left: auto;
  right: auto;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0;
  margin: 0.25rem 0 0;
  border-radius: 0;
  list-style: none !important;
  list-style-type: none !important;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .menu-item-has-children > .sub-menu,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .page_item_has_children > .children {
  display: none;
  position: static !important;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 0 0 0.75rem;
  border: 0;
  background: transparent;
  list-style: none !important;
  list-style-type: none !important;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .menu-item-has-children.toggled > .sub-menu,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .page_item_has_children.toggled > .children {
  display: block;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu .sub-menu,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .children .children {
  padding-left: 0.75rem;
  margin-top: 0;
  list-style: none !important;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled {
  /* All levels: kill browser / WP list markers (menu lives outside .main-navigation in offcanvas) */
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled li {
  list-style: none !important;
  list-style-type: none !important;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled li::marker {
  content: none;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu > li,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .children > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu > li:last-child,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .children > li:last-child {
  border-bottom: none;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled {
  /* Nested items with their own flyout row */
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu .menu-item-has-children,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu .page_item_has_children,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .children .page_item_has_children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu .menu-item-has-children > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .sub-menu .page_item_has_children > a,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled .children .page_item_has_children > a {
  width: calc(100% - 2.25rem);
  padding-right: 0.5rem;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul::before,
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul::after {
  display: none;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul a {
  width: auto;
  padding: 0.5rem 0;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 500;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul a:visited {
  color: #2c3e50;
}
#accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul a:hover, #accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled ul a:focus {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
}

/* Desktop navigation (above tablet portrait) */
@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
  /* Layout 4: always show hamburger; horizontal bar hidden until opened */
  .header-content.header-layout-4 .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-content.header-layout-4 #site-navigation.main-navigation > #primary-menu:not(.toggled) {
    display: none !important;
  }
  .header-content.header-layout-4 #accepta-mobile-nav-offcanvas.active .accepta-mobile-nav-offcanvas-body #primary-menu.toggled {
    display: block !important;
  }
  .header-content.header-layout-4 #site-navigation.main-navigation {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    max-height: 36px;
    line-height: 0;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  /* Layout 5: no hamburger on desktop; secondary menu as horizontal row */
  .header-content.header-layout-5 .main-navigation.main-navigation-left .menu-toggle {
    display: none !important;
  }
  .header-content.header-layout-5 .secondary-navigation {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
  }
  .header-content.header-layout-5 .secondary-navigation ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    align-items: center;
  }
  .header-content.header-layout-5 .secondary-navigation > ul.nav-menu > li {
    position: relative;
    margin-right: 25px;
  }
  .header-content.header-layout-5 .secondary-navigation > ul.nav-menu > li:last-child {
    margin-right: 0;
  }
  .header-content.header-layout-5 .secondary-navigation ul ul {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    width: 250px;
    min-width: 250px;
    display: none;
    list-style: none;
    margin: 0;
  }
  .header-content.header-layout-5 .secondary-navigation li:hover > ul,
  .header-content.header-layout-5 .secondary-navigation li.focus > ul {
    display: block;
    left: auto;
  }
  .header-content.header-layout-5 .secondary-navigation a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 15px 0;
    font-weight: 500;
    font-size: 1em;
  }
  .main-navigation {
    display: flex;
    align-items: center;
    /* Default styles - only apply when parent header-content doesn't have layout class */
  }
  .header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3):not(.header-layout-4):not(.header-layout-5) .main-navigation {
    justify-content: flex-end; /* Align navigation to the right */
    margin-left: auto; /* Push navigation to the right edge */
    flex: 1; /* Allow navigation to take up available space */
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    /* Default styles - only apply when parent header-content doesn't have layout class */
  }
  .header-content:not(.header-layout-1):not(.header-layout-2):not(.header-layout-3):not(.header-layout-4):not(.header-layout-5) .main-navigation .main-navigation ul {
    justify-content: flex-end; /* Align menu items to the right */
    margin-left: auto; /* Push menu items to the right */
  }
  .main-navigation ul ul {
    display: none; /* Hidden by default, shown on hover */
    animation: fadeIn 0.3s ease;
  }
  .main-navigation {
    /* Show dropdowns on hover */
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    display: block;
  }
}
/* Keep hover/active accent on primary color when header text is overridden */
.site-header.scrolled .main-navigation li:hover > a,
.site-header.scrolled .main-navigation li.focus > a,
.site-header.scrolled .main-navigation a:hover,
.site-header.scrolled .main-navigation a:focus,
.site-header.scrolled .main-navigation .current_page_item > a,
.site-header.scrolled .main-navigation .current-menu-item > a,
.site-header.scrolled .main-navigation .current_page_ancestor > a,
.site-header.scrolled .main-navigation .current-menu-ancestor > a {
  color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
}

.site-header.transparent-header:not(.scrolled) .main-navigation > ul > li:hover > a,
.site-header.transparent-header:not(.scrolled) .main-navigation .nav-menu > li:hover > a,
.site-header.transparent-header:not(.scrolled) .main-navigation > ul > li > a:hover,
.site-header.transparent-header:not(.scrolled) .main-navigation .nav-menu > li > a:hover,
.site-header.transparent-header:not(.scrolled) .main-navigation > ul > li.focus > a,
.site-header.transparent-header:not(.scrolled) .main-navigation .nav-menu > li.focus > a,
.site-header.transparent-header:not(.scrolled) .main-navigation > ul > li > a:focus,
.site-header.transparent-header:not(.scrolled) .main-navigation .nav-menu > li > a:focus,
.site-header.transparent-header:not(.scrolled) .main-navigation .current_page_item > a,
.site-header.transparent-header:not(.scrolled) .main-navigation .current-menu-item > a,
.site-header.transparent-header:not(.scrolled) .main-navigation .current_page_ancestor > a,
.site-header.transparent-header:not(.scrolled) .main-navigation .current-menu-ancestor > a {
  color: var(--accepta-overlay-accent-color, var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50)));
}

/* Animation for dropdown */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Posts and pages
--------------------------------------------- */
/* Spacing and card-style background for posts (pages, singles, blog/archive list) */
.site-main > article,
.accepta-blog-list > article {
  margin-bottom: 2em;
  /* Remove bottom margin only when followed by pagination; single-article archive (no pagination) keeps margin above footer */
}
.site-main > article:has(+ nav.pagination), .site-main > article:has(+ .pagination),
.accepta-blog-list > article:has(+ nav.pagination),
.accepta-blog-list > article:has(+ .pagination) {
  margin-bottom: 0;
}
.site-main > article,
.accepta-blog-list > article {
  /* Card styling: exclude full-width pages */
}
.site-main > article:not(.sticky),
.accepta-blog-list > article:not(.sticky) {
  /* Full padding + box shadow: when "default" OR ("only-with-sidebar" + sidebar active) */
}
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width):not(.accepta-content-box-shadow-none) .site-main > article:not(.sticky),
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width):not(.accepta-content-box-shadow-none) .accepta-blog-list > article:not(.sticky) {
  padding: 1.75em 2em;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.site-main > article:not(.sticky),
.accepta-blog-list > article:not(.sticky) {
  /* Vertical-only padding (no left/right): when "none" OR ("only-with-sidebar" + no sidebar) */
}
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-none .site-main > article:not(.sticky),
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-none .accepta-blog-list > article:not(.sticky) {
  padding: 1.75em 0;
}
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-only-with-sidebar:not(.accepta-has-sidebar) .site-main > article:not(.sticky),
body:not(.accepta-page-template-full-width):not(.accepta-front-page-full-width).accepta-content-box-shadow-only-with-sidebar:not(.accepta-has-sidebar) .accepta-blog-list > article:not(.sticky) {
  padding: 1.75em 0;
}

.accepta-blog-list {
  margin-top: 2em;
}

/* Meta line under post title – subtle background */
.entry-header .entry-meta {
  margin-top: 0.5em;
  padding: 0.5em 0.75em;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: inline-block;
}

/* No underline on post titles and meta links */
.entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-break: break-word;
}

.entry-header .entry-title a,
.entry-meta a {
  text-decoration: none;
  word-break: break-word;
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
  text-decoration: none;
  color: var(--accepta-primary-color, #6F9C50);
}

/* Sticky post: distinctive container styling */
.sticky {
  display: block;
  position: relative;
  margin-top: 2em;
  padding: 1.75em 1.75em 1.75em calc(1.75em + 4px);
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
  border-left: 4px solid var(--accepta-primary-color, #6F9C50);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.sticky .entry-header .entry-title a {
  color: var(--accepta-primary-color, #6F9C50);
  font-weight: 600;
  text-decoration: none;
}
.sticky .entry-header .entry-title a:hover {
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black);
  text-decoration: none;
}
.sticky .entry-footer {
  border-top-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-weight: 300;
}

/* Article (post): padding-top */
.site-main > article.post {
  margin-top: 2em;
}

/* Article (page): padding top and bottom */
.site-main > article.page {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* Continue reading link on archive/blog listing */
.entry-content .read-more-link {
  margin-top: 1em;
  margin-bottom: 0;
}
.entry-content .read-more-link .more-link {
  color: var(--accepta-primary-color, #6F9C50);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-content .read-more-link .more-link:hover {
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black);
}

/* Numbered pagination (posts listing) */
.site-main .pagination {
  margin: 3em 0 2em;
  padding-top: 2em;
  border-top: 1px solid #eee;
}

.site-main .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.site-main .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  padding: 0.5em 0.75em;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.site-main .pagination .page-numbers:hover:not(.current) {
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  color: var(--accepta-primary-color, #6F9C50);
}
.site-main .pagination .page-numbers.current {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: #fff;
}
.site-main .pagination .page-numbers.prev, .site-main .pagination .page-numbers.next {
  padding: 0.5em 1em;
}

/* Contain floats so .entry-footer and following content clear floated images */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.page-links {
  clear: both;
  margin: 1.5em 0;
  padding: 1em 0;
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
}
.page-links span, .page-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.2em;
  height: 2.2em;
  margin: 0 0.3em;
  padding: 0 0.5em;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-links span.page-links-title {
  background: none;
  border: none;
  padding-left: 0;
  margin-right: 0.5em;
  font-weight: 600;
  color: #333;
}
.page-links a {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #eee;
}
.page-links a:hover {
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  color: var(--accepta-primary-color, #6F9C50);
  border-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
}
.page-links > span:not(.page-links-title) {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: white;
  border: 1px solid var(--accepta-primary-color, #6F9C50);
}

/* Entry footer styling */
.entry-footer {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #eee;
  font-size: 0.9em;
  color: #666;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.5em;
  /* Common styling for all meta items – keep as block for flex alignment */
}
.entry-footer > span {
  display: block;
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.entry-footer > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .entry-footer > span {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.entry-footer {
  /* Push Edit link to the right */
}
.entry-footer .edit-link {
  margin-left: auto;
}
.entry-footer {
  /* Category links styling */
}
.entry-footer .cat-links a {
  display: inline;
  margin: 0;
  padding: 0;
  color: var(--accepta-primary-color, #6F9C50);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-footer .cat-links a:hover {
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black);
  text-decoration: none;
}
.entry-footer {
  /* Tag links styling */
}
.entry-footer .tags-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.3em;
}
.entry-footer .tags-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.2em 0.7em;
  background-color: #f5f5f5;
  color: #555;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}
.entry-footer .tags-links a:hover {
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  color: var(--accepta-primary-color, #6F9C50);
  border-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  text-decoration: none;
}
.entry-footer .tags-links a::before {
  content: "#";
  opacity: 0.5;
  margin-right: 2px;
}
.entry-footer {
  /* Comments link styling */
}
.entry-footer .comments-link a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-footer .comments-link a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.entry-footer .comments-link a::before {
  content: "\f075"; /* Comment icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.9em;
  opacity: 0.7;
}
.entry-footer {
  /* Edit link styling */
}
.entry-footer .edit-link a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}
.entry-footer .edit-link a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.entry-footer .edit-link a::before {
  content: "\f304"; /* Edit icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.9em;
  opacity: 0.7;
}

/* Front page icon boxes (starter content) */
.accepta-icon-box-icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: var(--accepta-primary-color, #6F9C50);
}
.accepta-icon-box-icon i {
  display: inline-block;
}

/* -------------------------------------------------------------------------
 * Default single post polish
 * ---------------------------------------------------------------------- */
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-header {
  margin-bottom: 1.25rem;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-header:empty {
  display: none;
  margin: 0;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-title {
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-header .entry-meta {
  margin-top: 0;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .post-thumbnail {
  margin: 0 0 1.75rem;
  border-radius: 12px;
  overflow: hidden;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-content {
  margin-top: 0;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-content > *:first-child {
  margin-top: 0;
}
body.single-post:not(.accepta-single-template-prime) .site-main > article.post .entry-content blockquote {
  margin: 1.75rem 0;
  padding: 1.125rem 1.375rem;
  border-left: 4px solid var(--accepta-primary-color, #6F9C50);
  border-radius: 0 12px 12px 0;
  background: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 12%, transparent);
  color: #2f4a40;
  font-size: 1.05em;
  line-height: 1.65;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation {
  margin: 2.5rem 0 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-previous,
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-next {
  min-width: 0;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-next {
  text-align: right;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-subtitle {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin-bottom: 0.35rem;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-title {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation a {
  text-decoration: none;
}
body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation a:hover .nav-title {
  color: var(--accepta-primary-color, #6F9C50);
}

body.accepta-hide-single-post-title:not(.accepta-single-template-prime) .site-main > article.post .entry-header .entry-title {
  display: none;
}

/* Author box + related posts (default template) */
.accepta-author-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin: 2rem 0;
  padding: 1.375rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
}

.accepta-author-box__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.accepta-author-box__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accepta-author-box__name {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.accepta-author-box__name a {
  color: #333;
  text-decoration: none;
}
.accepta-author-box__name a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}

.accepta-author-box__bio {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

.accepta-related-posts {
  margin: 2.5rem 0 1rem;
}

.accepta-related-posts__title {
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.accepta-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.accepta-related-posts__card {
  display: block;
  padding: 1.125rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.accepta-related-posts__card:hover, .accepta-related-posts__card:focus {
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.accepta-related-posts__card .category {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--accepta-primary-color, #6F9C50);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.accepta-related-posts__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #333;
}
.accepta-related-posts__card p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .accepta-related-posts__grid {
    grid-template-columns: 1fr;
  }
  body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
  body.single-post:not(.accepta-single-template-prime) .site-main .post-navigation .nav-next {
    text-align: left;
  }
}
/* -------------------------------------------------------------------------
 * Default blog / archive / category / tag polish
 * ---------------------------------------------------------------------- */
body.blog .site-main > .page-header,
body.archive .site-main > .page-header,
body.search .site-main > .page-header {
  margin: 0 0 1.75rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #eee;
}

body.blog .site-main > .page-header .page-title,
body.archive .site-main > .page-header .page-title,
body.search .site-main > .page-header .page-title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
  color: #333;
}

body.archive .site-main > .page-header .archive-description,
body.blog .site-main > .page-header .archive-description {
  margin-top: 0.75rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 42rem;
}

/* Avoid duplicate “Tag: …” / “Category: …” when titlebar already shows the title */
body.accepta-hide-archive-page-header .site-main > .page-header {
  display: none;
}

body.blog .accepta-blog-list > article.post,
body.archive .accepta-blog-list > article.post {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

body.blog .accepta-blog-list > article.post .entry-title a,
body.archive .accepta-blog-list > article.post .entry-title a {
  color: #333;
}
body.blog .accepta-blog-list > article.post .entry-title a:hover, body.blog .accepta-blog-list > article.post .entry-title a:focus,
body.archive .accepta-blog-list > article.post .entry-title a:hover,
body.archive .accepta-blog-list > article.post .entry-title a:focus {
  color: var(--accepta-primary-color, #6F9C50);
}

body.blog .accepta-blog-list > article.post .post-thumbnail,
body.archive .accepta-blog-list > article.post .post-thumbnail {
  margin: 1rem 0 1.25rem;
  border-radius: 12px;
  overflow: hidden;
}
body.blog .accepta-blog-list > article.post .post-thumbnail img,
body.archive .accepta-blog-list > article.post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

body.blog .accepta-blog-list > article.post .entry-content,
body.archive .accepta-blog-list > article.post .entry-content {
  margin-top: 0;
}

body.blog .accepta-blog-list > article.post .entry-footer,
body.archive .accepta-blog-list > article.post .entry-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error-404.not-found {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: 0;
}

.error-404 .page-header {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  text-align: center;
}
.error-404 .page-header .page-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
}

.error-404 .page-content {
  margin: 0;
}

.error-404-intro {
  margin: 0 0 1.75rem 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  opacity: 0.9;
  text-align: center;
}

.error-404-search {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}
.error-404-search .search-form {
  max-width: 100%;
}

.error-404-widgets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
}
@media screen and (min-width: 600px) {
  .error-404-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .error-404-widgets {
    grid-template-columns: repeat(3, 1fr);
  }
}
.error-404-widgets .widget {
  margin: 0;
  min-width: 0;
}

/* Ensure 404 search form looks good inline */
.error-404 .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 480px;
}
.error-404 .search-form .search-field {
  flex: 1;
  min-width: 0;
}
.error-404 .search-form .search-submit {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
body.search .content-sidebar-wrap {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

body.search .site-main > .page-header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
body.search .site-main > .page-header .page-title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: 1.25;
}

body.search .no-results.not-found {
  margin: 0;
  background-color: #fff;
}
body.search .no-results.not-found .page-header {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
body.search .no-results.not-found .page-title {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1.3;
}
body.search .no-results.not-found .page-content > p {
  margin: 0 0 1.25rem;
  color: #555;
  max-width: 62ch;
}
body.search .no-results.not-found .search-form {
  margin: 0;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  body.search .content-sidebar-wrap {
    margin-top: 1.75rem;
    margin-bottom: 2rem;
  }
  body.search .no-results.not-found {
    padding: 1.25rem;
    border-radius: 10px;
  }
}
/* Comments
--------------------------------------------- */
/* Comments Styling */
/* General Comments Area */
.comments-area {
  margin-top: 2em;
  border-top: 1px solid #eee;
}

/* Comments Title */
.comments-title {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #333;
  position: relative;
}
.comments-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #69B40F; /* Primary color */
  margin-top: 10px;
}

/* Comment List */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* Nested comments (replies) */
}
.comment-list .children {
  margin-left: 3em;
  padding-left: 1.5em;
  border-left: 1px solid #eee;
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  .comment-list .children {
    margin-left: 1em;
    padding-left: 1em;
  }
}
.comment-list article {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #f5f5f5;
}
.comment-list {
  /* Comment body */
}
.comment-list .comment-body {
  position: relative;
}
.comment-list {
  /* Comment metadata and avatar */
}
.comment-list .comment-meta {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.comment-list .comment-author {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.comment-list .comment-author .avatar {
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
}
.comment-list .comment-author .fn {
  font-style: normal;
  color: #333;
  font-size: 1.1em;
}
.comment-list .comment-author .fn a {
  color: #333;
  text-decoration: none;
}
.comment-list .comment-author .fn a:hover {
  color: #69B40F; /* Primary color */
}
.comment-list .comment-author .says {
  display: none; /* Hide "says" text */
}
.comment-list .comment-metadata {
  margin-left: auto;
  font-size: 0.85em;
  color: #888;
}
.comment-list .comment-metadata a {
  color: #888;
  text-decoration: none;
}
.comment-list .comment-metadata a:hover {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .comment-list .comment-metadata {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
    margin-left: 45px; /* Align with comment author name */
  }
}
.comment-list {
  /* Comment content */
}
.comment-list .comment-content {
  margin: 0.5em 0 1em;
  line-height: 1.6;
  color: #555;
}
.comment-list .comment-content p {
  margin-bottom: 1em;
}
.comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.comment-list .comment-content blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 3px solid #e0e0e0;
  font-style: italic;
  color: #666;
}
.comment-list .comment-content a {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: underline;
  word-wrap: break-word;
}
.comment-list .comment-content a:hover {
  text-decoration: underline;
}
.comment-list {
  /* Reply link */
}
.comment-list .reply {
  margin-top: 0.5em;
}
.comment-list .reply .comment-reply-link {
  display: inline-block;
  font-size: 0.9em;
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.comment-list .reply .comment-reply-link::before {
  content: "\f3e5"; /* Reply icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.9em;
}
.comment-list .reply .comment-reply-link:hover {
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black);
}
.comment-list {
  /* Pingbacks and Trackbacks */
}
.comment-list .pingback,
.comment-list .trackback {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #f9f9f9;
  border-left: 3px solid #eee;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  font-style: italic;
}
.comment-list .pingback .fn,
.comment-list .trackback .fn {
  font-style: normal;
}
.comment-list .pingback .edit-link,
.comment-list .trackback .edit-link {
  font-size: 0.85em;
  margin-left: 1em;
}

/* Highlight author comments */
.bypostauthor > article {
  background-color: #f8fbf5;
  padding: 1.5em;
  border-radius: 6px;
  border: 1px solid #e6f4d7;
}

/* Comment navigation */
.comment-navigation {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-navigation .nav-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #f5f5f5;
  color: #555;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  background-color: #e6f4d7;
  color: #69B40F; /* Primary color */
}
.comment-navigation .nav-previous a::before {
  content: "\f053"; /* Left arrow icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.8em;
}
.comment-navigation .nav-next a::after {
  content: "\f054"; /* Right arrow icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 0.8em;
}

/* No comments message */
.no-comments {
  background-color: #f9f9f9;
  padding: 1em;
  border-left: 3px solid #ddd;
  font-style: italic;
  color: #666;
  margin: 1.5em 0;
}

/* Comment Form */
.comment-respond {
  margin-top: 2em;
  background-color: #f9f9f9;
  padding: 1.5em;
  border-radius: 6px;
  margin-bottom: 3em;
}
.comment-respond .comment-reply-title {
  font-size: 1.4em;
  margin-bottom: 1em;
  color: #333;
  font-weight: 600;
}
.comment-respond .comment-reply-title small {
  margin-left: 1em;
  font-size: 0.7em;
  font-weight: normal;
}
.comment-respond .comment-reply-title small a {
  color: #888;
  text-decoration: none;
}
.comment-respond .comment-reply-title small a:hover {
  color: #69B40F; /* Primary color */
  text-decoration: underline;
}
.comment-respond .comment-notes {
  margin-bottom: 1.5em;
  color: #888;
  font-size: 0.9em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  margin-bottom: 1em;
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #555;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
  width: 100%;
  padding: 0.7em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.comment-respond .comment-form-url input:focus {
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.comment-respond .comment-form-comment {
  margin-bottom: 1em;
}
.comment-respond .comment-form-comment label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #555;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  padding: 0.7em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  min-height: 150px;
}
.comment-respond .comment-form-comment textarea:focus {
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.comment-respond .form-submit {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.comment-respond .form-submit .submit {
  display: inline-block;
  padding: 0.7em 1.5em;
  background-color: var(--accepta-primary-color, #6F9C50);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: capitalize;
}
.comment-respond .form-submit .submit:hover {
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 80%, black);
}
.comment-respond .required {
  color: #e53935;
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.comment-respond .comment-form-cookies-consent input {
  margin-right: 10px;
}
.comment-respond .comment-form-cookies-consent label {
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
}

/* Responsive adjustments */
@media screen and (max-width: 576px) {
  .comment-respond {
    padding: 1em;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
}
/* Links in comment text: underline and wrap */
.comment-content a {
  text-decoration: underline;
  word-wrap: break-word;
}

/* Forms
--------------------------------------------- */
/* WordPress Form Styling */
/* Search Form */
.search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 500px;
  margin: 0 auto;
}
.search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.search-form .search-field {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.search-form .search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-form .search-field:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.search-form .search-submit {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.search-form .search-submit:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.search-form .search-submit:active {
  filter: brightness(0.88);
}

/* Contact Form 7 (if used) */
.wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-form {
  margin-top: 30px;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.wpcf7 .wpcf7-submit {
  min-width: 150px;
}
.wpcf7 .submit-button-full-width .wpcf7-submit {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 5px;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.9em;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: 1px solid #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #2ecc71;
  background-color: rgba(46, 204, 113, 0.1);
}

/* Newsletter Form (for popular plugins) */
.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form .form-group {
  margin-bottom: 20px;
}
.newsletter-form input[type=email] {
  width: 100%;
}
.newsletter-form .btn-subscribe {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
}

/* Login/Register Forms */
.login-form,
.register-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-form .form-group,
.register-form .form-group {
  margin-bottom: 20px;
}
.login-form .form-footer,
.register-form .form-footer {
  margin-top: 25px;
  text-align: center;
}
.login-form .form-footer a,
.register-form .form-footer a {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
}
.login-form .form-footer a:hover,
.register-form .form-footer a:hover {
  text-decoration: underline;
}
.login-form .login-remember,
.register-form .login-remember {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.login-form .login-remember label,
.register-form .login-remember label {
  margin-bottom: 0;
  margin-left: 10px;
}
.login-form .login-submit,
.login-form .register-submit,
.register-form .login-submit,
.register-form .register-submit {
  margin-top: 25px;
}
.login-form .login-submit .button,
.login-form .register-submit .button,
.register-form .login-submit .button,
.register-form .register-submit .button {
  width: 100%;
}

/* Password Strength Meter */
.password-strength-meter {
  height: 4px;
  margin-top: 8px;
  border-radius: 2px;
  background-color: #f5f5f5;
}
.password-strength-meter-progress {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.password-strength-meter-progress.weak {
  background-color: #e74c3c;
  width: 25%;
}
.password-strength-meter-progress.medium {
  background-color: #f39c12;
  width: 50%;
}
.password-strength-meter-progress.strong {
  background-color: #f1c40f;
  width: 75%;
}
.password-strength-meter-progress.very-strong {
  background-color: #2ecc71;
  width: 100%;
}

/* Contact form layout helpers (Prime / Contact Form markup)
--------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.contact-card {
  background: #ffffff;
  border: 0;
}
.contact-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}
.contact-card > p {
  margin: 0 0 22px;
  color: #999;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form > p {
  margin: 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
}
.form-field p {
  margin: 0;
}
.form-field label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 18%, transparent);
}
.form-field select {
  min-height: 48px;
  padding-right: 44px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234a5d55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}
.form-field select::-ms-expand {
  display: none;
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}

.contact-info-list {
  display: grid;
  gap: 18px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.contact-info-list li {
  display: grid;
  gap: 4px;
}
.contact-info-list strong {
  font-size: 14px;
  color: #333;
}
.contact-info-list span,
.contact-info-list a {
  color: #999;
  line-height: 1.6;
}
.contact-info-list a {
  text-decoration: none;
}
.contact-info-list a:hover, .contact-info-list a:focus-visible {
  color: var(--accepta-primary-color, #6F9C50);
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.map-section .placeholder-image {
  min-height: 360px;
}

@media (max-width: 1100px) {
  .contact-grid,
  .office-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 2em;
  padding: 1.5em;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-weight: 300;
}
.widget select {
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  width: 100%;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li {
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget ul li:last-child, .widget ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget ul li:first-child, .widget ol li:first-child {
  padding-top: 0;
}
.widget a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.widget a:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.widget form {
  margin: 0;
}
.widget form input, .widget form textarea, .widget form select {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.widget form input:focus, .widget form textarea:focus, .widget form select:focus {
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.widget form input[type=submit], .widget form button {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  color: #ffffff;
  border: none;
  padding: 0.75em 1em;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.widget form input[type=submit]:hover, .widget form button:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget form input[type=submit]:active, .widget form button:active {
  filter: brightness(0.88);
}
.widget.widget_search .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.widget.widget_search .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.widget.widget_search .search-form .search-field {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.widget.widget_search .search-form .search-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .search-form .search-field:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.widget.widget_search .search-form .search-submit {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
  position: static;
  width: auto;
  height: auto;
}
.widget.widget_search .search-form .search-submit:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .search-form .search-submit:active {
  filter: brightness(0.88);
}
.widget.widget_search .wp-block-search .wp-block-search__label {
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1.2em;
  font-weight: 400;
  color: #333;
}
.widget.widget_search .wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.widget.widget_search .wp-block-search .wp-block-search__input {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 0 0 6px;
  color: #333;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.widget.widget_search .wp-block-search .wp-block-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.widget.widget_search .wp-block-search .wp-block-search__input:focus {
  background-color: rgba(0, 0, 0, 0.08);
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.widget.widget_search .wp-block-search .wp-block-search__button {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.widget.widget_search .wp-block-search .wp-block-search__button:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.widget.widget_search .wp-block-search .wp-block-search__button:active {
  filter: brightness(0.88);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image (do not override has-alt hide rules). */
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.custom-logo-link img {
  display: block;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding-left: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  margin: 2em -10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

@media screen and (max-width: 767px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 480px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
    margin-bottom: 15px;
  }
}
.gallery-icon {
  margin-bottom: 0.8em;
  background-color: #f9f9f9;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.3s ease;
  overflow: hidden;
  line-height: 0;
}
.gallery-icon:hover {
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.gallery-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  transition: transform 0.4s ease;
}
.gallery-icon img:hover {
  transform: scale(1.03);
}

.gallery-caption {
  display: block;
  padding: 0.5em 0;
  margin-top: 0.3em;
  font-size: 0.85em;
  color: #666;
  line-height: 1.4;
  font-style: italic;
}

.wp-block-gallery {
  margin: 2em 0 3em;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wp-block-gallery .blocks-gallery-item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: transform 0.4s ease;
}
.wp-block-gallery .blocks-gallery-item figure img:hover {
  transform: scale(1.03);
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 40px 12px 12px;
  font-size: 0.85em;
  text-align: center;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.wp-block-gallery .blocks-gallery-item figure figcaption:hover {
  opacity: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin-bottom: 15px;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption .wp-caption-text {
  padding: 0.8em 1em;
  margin: 0;
  font-size: 0.85em;
  font-style: italic;
  color: #666;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

img.alignleft,
.wp-caption.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1em;
  float: left;
}
img.alignright,
.wp-caption.alignright {
  margin-left: 1.5em;
  margin-bottom: 1em;
  float: right;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Footer
--------------------------------------------- */
/* Footer Styling */
.site-footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 50px 0 40px;
}

.footer-widgets-container {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widgets-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .footer-widgets-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer-widgets-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.footer-widget-area .widget {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 25px;
  font-weight: 300;
}
.footer-widget-area .widget .textwidget {
  line-height: 1.75em;
}
.footer-widget-area .widget:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget .widget-title {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
}
.footer-widget-area .widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: var(--accepta-primary-color, #6F9C50);
}
.footer-widget-area .widget .wp-block-heading {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
}
.footer-widget-area .widget .wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: var(--accepta-primary-color, #6F9C50);
}
.footer-widget-area .widget ul {
  padding-left: 0;
  list-style: none;
}
.footer-widget-area .widget ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}
.footer-widget-area .widget ul li:last-child {
  border-bottom: none;
}
.footer-widget-area .widget ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 300;
}
.footer-widget-area .widget ul li a:hover {
  color: var(--accepta-primary-color, #6F9C50);
  padding-left: 5px;
}
.footer-widget-area .widget ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.85em;
  color: var(--accepta-primary-color, #6F9C50);
  opacity: 0.7;
}
.footer-widget-area .widget p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 300;
}
.footer-widget-area .widget p:last-child {
  margin-bottom: 0;
}
.footer-widget-area .widget input, .footer-widget-area .widget textarea, .footer-widget-area .widget select {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 10px 12px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.footer-widget-area .widget input:focus, .footer-widget-area .widget textarea:focus, .footer-widget-area .widget select:focus {
  border-color: var(--accepta-primary-color, #6F9C50);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
  outline: none;
}
.footer-widget-area .widget input[type=button],
.footer-widget-area .widget input[type=reset],
.footer-widget-area .widget input[type=submit] {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-widget-area .widget input[type=button]:hover,
.footer-widget-area .widget input[type=reset]:hover,
.footer-widget-area .widget input[type=submit]:hover {
  filter: brightness(0.92);
}
.footer-widget-area .widget .recent-posts-widget li {
  display: flex;
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .recent-posts-widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.footer-widget-area .widget .recent-posts-widget li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
  transition: all 0.3s ease;
}
.footer-widget-area .widget .recent-posts-widget li img:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .recent-posts-widget li .post-info {
  flex: 1;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.95em;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-title:hover {
  color: var(--accepta-primary-color, #6F9C50);
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.footer-widget-area .widget .recent-posts-widget li .post-info .post-date i {
  margin-right: 5px;
  font-size: 0.9em;
  color: var(--accepta-primary-color, #6F9C50);
}
.footer-widget-area .widget .tagcloud a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  font-size: 0.8em;
  transition: all 0.3s ease;
}
.footer-widget-area .widget .tagcloud a:hover {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: white;
  transform: translateY(-2px);
}
.footer-widget-area .widget .calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.footer-widget-area .widget .calendar_wrap table caption {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-widget-area .widget .calendar_wrap table th, .footer-widget-area .widget .calendar_wrap table td {
  padding: 5px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-area .widget .calendar_wrap table th {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget .calendar_wrap table td a {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: white;
  display: block;
  border-radius: 2px;
}
.footer-widget-area .widget .calendar_wrap table td a:hover {
  background-color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 85%, white);
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label {
  color: #ffffff;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
.footer-widget-area .widget.widget_search .wp-block-search .wp-block-search__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: var(--accepta-primary-color, #6F9C50);
}
.footer-widget-area .widget.widget_search .search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 20px;
}
.footer-widget-area .widget.widget_search .search-form label {
  flex: 1;
  margin: 0;
  display: flex;
}
.footer-widget-area .widget.widget_search .search-form .search-field {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.footer-widget-area .widget.widget_search .search-form .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-widget-area .widget.widget_search .search-form .search-field:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--accepta-primary-color, #6F9C50);
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 20%, transparent);
}
.footer-widget-area .widget.widget_search .search-form .search-submit {
  background-color: var(--accepta-primary-color, var(--accepta-primary-color, #6F9C50));
  border: none;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 100px;
}
.footer-widget-area .widget.widget_search .search-form .search-submit:hover {
  filter: brightness(0.92);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.footer-widget-area .widget.widget_search .search-form .search-submit:active {
  filter: brightness(0.88);
}

.footer-social-icons {
  margin-bottom: 25px;
  text-align: center;
}
.footer-social-icons .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.footer-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-icons .social-icon::before, .footer-social-icons .social-icon::after {
  display: none;
}
.footer-social-icons .social-icon i {
  font-size: 18px;
}
.footer-social-icons .social-icon i.fab,
.footer-social-icons .social-icon i.fab::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.footer-social-icons .social-icon i.fas,
.footer-social-icons .social-icon i.far,
.footer-social-icons .social-icon i.fas::before,
.footer-social-icons .social-icon i.far::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
  font-style: normal !important;
}
.footer-social-icons .social-icon i.fas,
.footer-social-icons .social-icon i.fas::before {
  font-weight: 900 !important;
}
.footer-social-icons .social-icon i.far,
.footer-social-icons .social-icon i.far::before {
  font-weight: 400 !important;
}
.footer-social-icons .social-icon .social-icon-svg {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.footer-social-icons .social-icon .social-icon-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-social-icons .social-icon:hover {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.footer-social-icons .social-icon:hover .social-icon-svg {
  filter: brightness(0) invert(1);
}

.footer-credits {
  text-align: center;
  padding-top: 10px;
}

.site-info {
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
}
.site-info a {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-info a:hover {
  text-decoration: underline;
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 85%, white);
}
.site-info .sep {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-copyright {
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  min-height: 1.2em;
  line-height: 1.4;
  padding: 5px 0;
}
.footer-copyright a {
  color: var(--accepta-primary-color, #6F9C50);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-copyright a:hover {
  text-decoration: underline;
  color: color-mix(in srgb, var(--accepta-primary-color, #6F9C50) 85%, white);
}
.footer-copyright:empty::before {
  content: " ";
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .site-footer {
    padding: 40px 0 30px;
    margin-top: 40px;
  }
  .footer-widgets-container {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .site-info {
    font-size: 0.85em;
  }
}
/* Hero Section
--------------------------------------------- */
/* Hero Section Styles */
.accepta-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.accepta-hero-section.accepta-hero-fullscreen {
  min-height: 100vh;
}
@media screen and (max-width: 599px) {
  .accepta-hero-section.accepta-hero-fullscreen {
    min-height: 0 !important;
  }
}
.accepta-hero-section.accepta-hero-min-height {
  min-height: 500px;
}
.accepta-hero-section.accepta-hero-custom-height {
  height: auto;
  min-height: 500px;
}
.accepta-hero-section .accepta-hero-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
}
.accepta-hero-section .accepta-hero-slideshow__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
.accepta-hero-section .accepta-hero-slideshow__slide.is-active {
  opacity: 1;
}
.accepta-hero-section .accepta-hero-slideshow__dots {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accepta-hero-section .accepta-hero-slideshow__dot {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
}
.accepta-hero-section .accepta-hero-slideshow__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.accepta-hero-section .accepta-hero-slideshow__dot-core {
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.2s ease, transform 0.2s ease;
}
.accepta-hero-section .accepta-hero-slideshow__dot:hover .accepta-hero-slideshow__dot-core {
  background: rgba(255, 255, 255, 0.85);
}
.accepta-hero-section .accepta-hero-slideshow__dot-ring {
  position: absolute;
  inset: 0;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  pointer-events: none;
  opacity: 0;
}
.accepta-hero-section .accepta-hero-slideshow__dot-ring-track, .accepta-hero-section .accepta-hero-slideshow__dot-ring-progress {
  fill: none;
  stroke-width: 2;
}
.accepta-hero-section .accepta-hero-slideshow__dot-ring-track {
  stroke: rgba(255, 255, 255, 0.25);
}
.accepta-hero-section .accepta-hero-slideshow__dot-ring-progress {
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 37.7;
  stroke-dashoffset: 37.7;
}
.accepta-hero-section .accepta-hero-slideshow__dot.is-active .accepta-hero-slideshow__dot-core {
  background: #fff;
  transform: scale(1.05);
}
.accepta-hero-section .accepta-hero-slideshow__dot.is-active .accepta-hero-slideshow__dot-ring {
  opacity: 1;
}
.accepta-hero-section .accepta-hero-slideshow__dot.is-active .accepta-hero-slideshow__dot-ring-progress {
  animation: accepta-hero-dot-progress linear forwards;
  animation-duration: var(--accepta-slideshow-interval, 5s);
}
@keyframes accepta-hero-dot-progress {
  from {
    stroke-dashoffset: 37.7;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.accepta-hero-section.accepta-hero-has-slideshow .accepta-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.accepta-hero-section.accepta-hero-has-slideshow .accepta-hero-content-wrapper {
  position: relative;
  z-index: 2;
}
.accepta-hero-section .accepta-hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  /* YouTube/Vimeo: iframe pixel size is set in JS (16:9 “cover” vs this box). */
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed[data-video-fit=contain] {
  background-color: #000;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed iframe {
  pointer-events: none;
  border: 0;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-embed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-element {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.accepta-hero-section .accepta-hero-video-background .accepta-hero-video-element[data-video-fit=contain] {
  object-fit: contain;
  background-color: #000;
}
.accepta-hero-section .accepta-hero-video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.accepta-hero-section .accepta-hero-video-controls button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  opacity: 0.92;
  transition: opacity 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.accepta-hero-section .accepta-hero-video-controls button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.62);
  border-color: rgba(255, 255, 255, 0.85);
}
.accepta-hero-section .accepta-hero-video-controls button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}
.accepta-hero-section .accepta-hero-video-controls button svg {
  width: 24px;
  height: 24px;
  fill: #dedede;
  pointer-events: none;
}
.accepta-hero-section .accepta-hero-video-controls button .accepta-hero-pause-icon,
.accepta-hero-section .accepta-hero-video-controls button .accepta-hero-unmute-icon {
  display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-play-pause.paused .accepta-hero-play-icon {
  display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-play-pause.paused .accepta-hero-pause-icon {
  display: block;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-mute-unmute.unmuted .accepta-hero-mute-icon {
  display: none;
}
.accepta-hero-section .accepta-hero-video-controls .accepta-hero-video-mute-unmute.unmuted .accepta-hero-unmute-icon {
  display: block;
}
.accepta-hero-section .accepta-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.accepta-hero-section .accepta-hero-content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 60px 20px;
}
.accepta-hero-section .accepta-hero-content-wrapper .container, .accepta-hero-section .accepta-hero-content-wrapper .site-content {
  max-width: 1200px;
  margin: 0 auto;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-heading {
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.2;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text {
  margin: 0 0 30px;
  line-height: 1.6;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text p {
  margin: 0 0 15px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text p:last-child {
  margin-bottom: 0;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button-wrapper {
  margin-top: 24px;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-primary {
  background-color: var(--accepta-primary-color, #6F9C50);
  color: #ffffff;
  border: 2px solid var(--accepta-primary-color, #6F9C50);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-primary:hover {
  filter: brightness(0.92);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-secondary {
  background-color: #ffffff;
  color: var(--accepta-primary-color, #6F9C50);
  border: 2px solid #ffffff;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-secondary:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-outline:hover {
  background-color: #ffffff;
  color: var(--accepta-primary-color, #6F9C50);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button.accepta-hero-button-custom {
  border-style: solid;
}
.accepta-hero-section .accepta-hero-scroll-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 4;
  pointer-events: none;
}
.accepta-hero-section .accepta-hero-scroll-wrap .container, .accepta-hero-section .accepta-hero-scroll-wrap .site-content {
  display: flex;
  justify-content: flex-end;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  pointer-events: auto;
  position: relative;
  transition: color 0.25s ease;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-icon {
  display: inline-flex;
  line-height: 0;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  opacity: 0.78;
  transition: opacity 0.25s ease;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-line {
  display: block;
  width: 1px;
  height: 34px;
  border-radius: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.72) 100%);
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-chevron {
  display: block;
  overflow: visible;
  animation: accepta-hero-scroll-bounce 2.2s ease-in-out infinite;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:hover,
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:focus-visible {
  color: #ffffff;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:hover .accepta-hero-scroll-visual,
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:focus-visible .accepta-hero-scroll-visual {
  opacity: 1;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:hover .accepta-hero-scroll-label,
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:focus-visible .accepta-hero-scroll-label {
  opacity: 1;
  visibility: visible;
}
.accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}
@keyframes accepta-hero-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accepta-hero-section .accepta-hero-scroll-chevron {
    animation: none;
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .accepta-hero-section .accepta-hero-content-wrapper {
    padding: 100px 0px;
  }
  .accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-heading {
    font-size: 32px;
  }
  .accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-text {
    font-size: 16px;
  }
  .accepta-hero-section .accepta-hero-content-wrapper .accepta-hero-content .accepta-hero-button {
    padding: 8px 20px;
    font-size: 13px;
  }
  .accepta-hero-section .accepta-hero-scroll-wrap {
    bottom: 24px;
  }
  .accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-label {
    font-size: 10px;
    bottom: calc(100% + 6px);
  }
  .accepta-hero-section .accepta-hero-scroll-wrap .accepta-hero-scroll-line {
    height: 28px;
  }
}
@media screen and (max-width: 599px) {
  .accepta-hero-section .accepta-hero-content-wrapper > .container, .accepta-hero-section .accepta-hero-content-wrapper > .site-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
 * Hero lightbox: modal is moved to document.body in JS so the backdrop is a true full-page layer.
 * .site-header is raised above the overlay when open (see rule below) so the bar stays clear like site chrome.
 * Close is moved to body too — fixed + higher z-index so it stays above the header.
 */
body.accepta-hero-lightbox-open .site-header {
  z-index: 100020;
}

#accepta-hero-lightbox-modal.accepta-hero-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 100019;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

#accepta-hero-lightbox-modal.accepta-hero-lightbox-modal[hidden] {
  display: none !important;
}

#accepta-hero-lightbox-modal .accepta-hero-lightbox-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}

#accepta-hero-lightbox-modal .accepta-hero-lightbox-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, 96vw);
  max-height: calc(100vh - 32px);
  background: #0f0f0f;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.accepta-hero-lightbox-modal__close {
  position: fixed;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 100021;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.accepta-hero-lightbox-modal__close[hidden] {
  display: none !important;
  pointer-events: none;
}

.accepta-hero-lightbox-modal__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

#accepta-hero-lightbox-modal .accepta-hero-lightbox-modal__embed {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 32px);
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
}

#accepta-hero-lightbox-modal .accepta-hero-lightbox-modal__embed iframe,
#accepta-hero-lightbox-modal .accepta-hero-lightbox-modal__embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.accepta-hero-lightbox-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=accepta.css.map */
