/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
  font-size: 0.4em;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

.flex-container {
  display: flex;
}

.flex-item {
  flex-basis: auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-equal {
  flex: 1;
}

@media (max-width: 1175px) {
  .md-clear-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 1175px) {
  .md-center-text {
    text-align: center !important;
  }
}
.md-center-text .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
  justify-content: center;
}

@media (max-width: 768px) {
  .sm-center-text {
    text-align: center !important;
  }
}

.hero-element-leaf,
.hero-element-leaf img {
  width: 100% !important;
}

@media (max-width: 768px) {
  .md-col-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .icons-grid-list .md-column {
    flex-direction: column;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 15px;
  }
  .icons-grid-list .md-column figure {
    margin: 0;
  }
  .icons-grid-list .md-column p {
    margin: 0;
    flex: 1;
  }
}

.skip-main {
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: 85px;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 85px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  border: 1px dashed #000000;
  outline: none;
  background-color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
  z-index: 1000;
}

.skip-main:focus {
  top: 0;
}

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

/* Typography */
/* Form fields should be wrapped. */
.field-wrapper {
  margin-bottom: var(--wp--preset--spacing--small);
}

label {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--bold);
}

.wpforms-field-description {
  opacity: 0.9;
  font-size: 15px !important;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  border: 1px solid black;
  border-radius: 6px;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--wp--preset--color--secondary);
}

/* Custom Checkbox and Radio Styles */
.wpforms-field.wpforms-field-checkbox,
.wpforms-field.wpforms-field-radio {
  /* Checkbox specific styles */
  /* Radio specific styles */
  /* Focus states */
  /* Hover states */
  /* Disabled states */
}
.wpforms-field.wpforms-field-checkbox ul,
.wpforms-field.wpforms-field-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul,
.wpforms-field.wpforms-field-radio.wpforms-list-inline ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.wpforms-field.wpforms-field-checkbox li,
.wpforms-field.wpforms-field-radio li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox],
.wpforms-field.wpforms-field-checkbox input[type=radio],
.wpforms-field.wpforms-field-radio input[type=checkbox],
.wpforms-field.wpforms-field-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio .wpforms-field-label-inline {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--x-small);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio .wpforms-field-label-inline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-checkbox .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-checkbox .wpforms-field-label-inline::before {
  border-radius: 4px;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%2720 6 9 17 4 12%27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-radio .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-radio .wpforms-field-label-inline::before {
  border-radius: 50%;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::before {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  background-image: radial-gradient(circle, white 0%, white 40%, transparent 40%, transparent 100%);
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-checkbox input[type=radio]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=checkbox]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=radio]:focus + .wpforms-field-label-inline::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-color: #999;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-checkbox input[type=radio]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=checkbox]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=radio]:hover + .wpforms-field-label-inline::before {
  border-color: #999;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-checkbox input[type=radio]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio input[type=checkbox]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio input[type=radio]:disabled + .wpforms-field-label-inline {
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus-visible {
  outline: 0;
}

.wpforms-container .wpforms-field-label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  margin-bottom: 5px;
}

body div.wpforms-container .wpforms-form .wpforms-field-layout > .wpforms-field-label {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin: 17px 0 15px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #dddddd;
}

.wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wpforms-submit:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wpforms-container label.wpforms-error {
  color: #c95252;
  font-size: 14px;
  font-weight: 400;
}

/* Search Form Styles */
.wp-block-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--wp--preset--spacing--medium);
  max-width: 800px;
  margin: 0 auto;
  /* Search icon */
  /* Button outside variant */
  /* Text button variant */
  /* Responsive adjustments */
}
.wp-block-search .wp-block-search__label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--jet);
  margin-bottom: var(--wp--preset--spacing--40);
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  gap: 10px;
  position: relative;
}
.wp-block-search .wp-block-search__input {
  flex: 1;
  padding: 16px 20px 16px 50px;
  border: none;
  background-color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--normal);
  font-family: var(--wp--preset--font-family--urbanist);
  color: var(--wp--preset--color--jet);
  outline: none;
  transition: background-color 0.3s ease;
}
.wp-block-search .wp-block-search__input::-moz-placeholder {
  color: var(--wp--preset--color--silver);
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--silver);
}
.wp-block-search .wp-block-search__input:focus {
  background-color: var(--wp--preset--color--gainsboro);
}
.wp-block-search .wp-block-search__inside-wrapper::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wp--preset--color--silver);
  font-size: 16px;
  z-index: 1;
  pointer-events: none;
  transition: color 0.3s ease;
}
.wp-block-search .wp-block-search__inside-wrapper:focus-within::before {
  color: var(--wp--preset--color--secondary);
}
.wp-block-search .wp-block-search__button {
  padding: 16px 24px;
  background-color: #fff;
  color: var(--wp--preset--color--white);
  border: none;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--font-weight--bold);
  font-family: var(--wp--preset--font-family--urbanist);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.wp-block-search .wp-block-search__button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.wp-block-search .wp-block-search__button:focus {
  outline: 2px solid var(--wp--preset--color--secondary);
  outline-offset: 2px;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
  border-radius: 10px;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__input {
  border-radius: 10px;
}
.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
  border-radius: 10px;
}
.wp-block-search.wp-block-search__text-button .wp-block-search__button {
  background-color: #fff;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  padding: 16px 20px;
}
.wp-block-search.wp-block-search__text-button .wp-block-search__button:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__inside-wrapper {
    flex-direction: column;
    border-radius: 10px;
  }
  .wp-block-search .wp-block-search__input {
    border-radius: 10px 10px 0 0;
  }
  .wp-block-search .wp-block-search__button {
    border-radius: 0 0 10px 10px;
  }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    border-radius: 10px;
  }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__input {
    border-radius: 10px 10px 0 0;
  }
  .wp-block-search.wp-block-search__button-outside .wp-block-search__button {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__inside-wrapper {
    flex-direction: column;
  }
  .wp-block-search .wp-block-search__inside-wrapper::before {
    top: 25px;
    left: 10px;
  }
  .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 10px;
    padding: 16px 20px;
    padding-left: 35px;
    font-size: 16px;
  }
  .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 13px;
  }
  .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
    font-size: 13px;
  }
  .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 10px;
    margin-left: 0;
  }
}
.wp-block-button {
  position: relative;
  transition: transform 0.3s ease;
}

.wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wp-block-button__link span {
  position: absolute;
  transition: transform 0.3s ease;
}

div.has-custom-dark-green-background-color input,
div.has-custom-dark-green-background-color select,
div.has-custom-dark-green-background-color textarea {
  background-color: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
}
div.has-custom-dark-green-background-color .wpforms-field-label {
  color: var(--wp--preset--color--white);
}
div.has-custom-dark-green-background-color .wpforms-field-description {
  color: var(--wp--preset--color--white);
}
div.has-custom-dark-green-background-color .wpforms-submit {
  background-color: var(--wp--preset--color--white);
  color: #000;
  border-color: var(--wp--preset--color--white);
}
div.has-custom-dark-green-background-color .wpforms-submit:hover {
  background-color: var(--wp--preset--color--white);
  color: #000;
  border-color: var(--wp--preset--color--white);
}
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field input.wpforms-error,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field input.user-invalid,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field textarea.wpforms-error,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field textarea.user-invalid,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field select.wpforms-error,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field select.user-invalid,
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
  border: 1px solid #ff9595;
}
div.has-custom-dark-green-background-color .wpforms-container label.wpforms-error {
  color: #ff9595;
}
div.has-custom-dark-green-background-color .wpforms-container .wpforms-field-description.wpforms-error {
  color: #ff9595;
}
div.has-custom-dark-green-background-color .wpforms-container .wpforms-required-label {
  color: #ff9595;
}

/* Buttons */
.wp-element-button {
  cursor: pointer;
  transition: all 0.3s ease;
}

body:not(.block-editor-page) .hero-content .is-style-back-link {
  margin-top: -50px;
}

/* Jump Link Navigation - Additional styles for buttons block variation */
.is-style-jump-link-nav .wp-block-button {
  margin: 0 !important;
}
.is-style-jump-link-nav .wp-block-button__link {
  font-size: 14px !important;
  padding: 8px 12px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--wp--preset--color--primary) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  white-space: nowrap !important;
}
@media (max-width: 768px) {
  .is-style-jump-link-nav .wp-block-button__link {
    font-size: 12px !important;
    padding: 6px 8px !important;
  }
}
.is-style-jump-link-nav .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-1px) !important;
}
.is-style-jump-link-nav .wp-block-button__link.active {
  background: var(--wp--preset--color--secondary) !important;
  color: white !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

#footer ul.wp-block-navigation__container.is-vertical.wp-block-navigation {
  gap: 10px;
}
#footer a.wp-block-navigation-item__content,
#footer .wp-block-navigation-item__label {
  font-size: 16px;
  text-decoration: none;
}
#footer a.wp-block-navigation-item__content:hover,
#footer .wp-block-navigation-item__label:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .wp-block-navigation__submenu-icon {
  display: none;
}

#footer .wp-block-navigation-submenu {
  position: relative !important;
}
#footer .wp-block-navigation-item.has-child.open-on-click.wp-block-navigation-submenu {
  flex-direction: column;
  align-items: flex-start;
}
#footer .wp-block-navigation-submenu__toggle:after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
#footer .wp-block-navigation-submenu__toggle[aria-expanded=true]:after {
  transform: rotate(45deg);
}
#footer .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  background: transparent;
  border: none;
  box-shadow: none;
}
#footer .wp-block-navigation__submenu-container.wp-block-navigation-submenu a {
  color: #fff;
}

.image-grid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
}

.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--small);
  margin: var(--wp--preset--spacing--medium) 0;
}
.wp-block-query-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--gainsboro);
  color: var(--wp--preset--color--jet);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wp-block-query-pagination .page-numbers:hover {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(69, 111, 245, 0.2);
}
.wp-block-query-pagination .page-numbers.current {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: white;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 8px 16px;
  border-radius: 20px;
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--gainsboro);
  color: var(--wp--preset--color--jet);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(69, 111, 245, 0.2);
}
.wp-block-query-pagination .wp-block-query-pagination-previous:disabled,
.wp-block-query-pagination .wp-block-query-pagination-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:disabled:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:disabled:hover {
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--gainsboro);
  color: var(--wp--preset--color--jet);
  transform: none;
  box-shadow: none;
}

.tribe-events-calendar-list__month-separator {
  margin: var(--wp--preset--spacing--medium) 0 !important;
}

.tribe-events-c-subscribe-dropdown {
  display: none !important;
}

h2.tribe-events-schedule__datetime {
  font-size: 1em;
  font-weight: 400;
}

.tribe-events-calendar-list__event-row .post-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.tribe-events-calendar-list__event-row .post-card-thumbnail,
.tribe-events-calendar-list__event-row .post-card-placeholder-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tribe-events-calendar-list__event-row .post-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.tribe-events-calendar-list__event-row {
  width: 100%;
  min-width: 0;
}

.tribe-events-calendar-list__event-row .post-card {
  width: 100%;
  min-width: 0;
}

.tribe-events-calendar-list__event-row .post-card-content {
  width: 100%;
  min-width: 0;
}

.tribe-events-calendar-list__event-row .post-card-excerpt {
  width: 100%;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/**
 * Post Card Styles
 * Global styling for post cards used throughout the site
 *
 * @package CSNM
 * @since 1.0.0
 */
.post-card {
  display: flex;
  flex-direction: column;
  background: var(--wp--preset--color--white);
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #000 !important;
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.post-card.post-card--horizontal {
  flex-direction: row;
  height: auto;
  min-height: 200px;
}
.post-card.post-card--horizontal .post-card-image {
  flex: 0 0 300px;
  aspect-ratio: 4/3;
}
.post-card.post-card--horizontal .post-card-content {
  flex: 1;
  padding: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .post-card.post-card--horizontal {
    flex-direction: column;
    height: 100%;
  }
  .post-card.post-card--horizontal .post-card-image {
    flex: 0 0 60%;
    aspect-ratio: 16/9;
  }
}
.post-card .post-card-image {
  position: relative;
  flex: 0 0 60%;
  overflow: hidden;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card .post-card-image .post-card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.post-card .post-card-image .post-card-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.post-card .post-card-image .post-card-placeholder {
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--gainsboro);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post-card .post-card-image .post-card-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.post-card .post-card-image .post-card-placeholder .post-card-placeholder-text {
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--gunmetal);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
.post-card .post-card-image:hover .post-card-thumbnail {
  transform: scale(1.05);
}
.post-card .post-card-image .post-card-label {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-card .post-card-image .post-card-label .fa-solid {
  font-size: 14px;
}
.post-card .post-card-image .post-card-label .post-card-label-count {
  font-size: 15px;
  font-weight: 700;
}
.post-card .post-card-image .post-card-gallery-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
  gap: 2px;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item {
  position: relative;
  overflow: hidden;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item .post-card-gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item.post-card-gallery-item-1 {
  grid-column: 1;
  grid-row: 1;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item.post-card-gallery-item-2 {
  grid-column: 2;
  grid-row: 1;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item.post-card-gallery-item-3 {
  grid-column: 1;
  grid-row: 2;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item.post-card-gallery-item-4 {
  grid-column: 2;
  grid-row: 2;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item .post-card-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--white);
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item .post-card-gallery-overlay .fa-solid {
  font-size: 24px;
  margin-bottom: 4px;
}
.post-card .post-card-image .post-card-gallery-preview .post-card-gallery-item .post-card-gallery-overlay .post-card-gallery-count {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
.post-card .post-card-content {
  padding: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card .post-card-content .post-card-category {
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.post-card .post-card-content .post-card-category .post-card-category-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 600;
  color: var(--wp--preset--color--gunmetal);
  text-decoration: none;
  letter-spacing: 0.5px;
}
.post-card .post-card-content .post-card-category .post-card-category-link:hover {
  color: var(--wp--preset--color--secondary);
}
.post-card .post-card-content .post-card-title {
  margin: 0 0 var(--wp--preset--spacing--small) 0;
  line-height: var(--wp--custom--line-height--snug);
}
.post-card .post-card-content .post-card-title .post-card-title-link {
  color: var(--wp--preset--color--jet);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card .post-card-content .post-card-title .post-card-title-link:hover {
  color: var(--wp--preset--color--secondary);
}
.post-card .post-card-content .event-card-details {
  margin: var(--wp--preset--spacing--small) 0 var(--wp--preset--spacing--medium) 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--x-small);
}
.post-card .post-card-content .event-card-details .event-card-date,
.post-card .post-card-content .event-card-details .event-card-time,
.post-card .post-card-content .event-card-details .event-card-venue,
.post-card .post-card-content .event-card-details .event-card-organizer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--gunmetal);
  line-height: 1.4;
}
.post-card .post-card-content .event-card-details .event-card-date .fa-solid,
.post-card .post-card-content .event-card-details .event-card-time .fa-solid,
.post-card .post-card-content .event-card-details .event-card-venue .fa-solid,
.post-card .post-card-content .event-card-details .event-card-organizer .fa-solid {
  font-size: 14px;
  color: var(--wp--preset--color--black);
  width: 16px;
  text-align: center;
}
.post-card .post-card-content .event-card-details .event-card-date span,
.post-card .post-card-content .event-card-details .event-card-time span,
.post-card .post-card-content .event-card-details .event-card-venue span,
.post-card .post-card-content .event-card-details .event-card-organizer span {
  flex: 1;
}
.post-card .post-card-content .event-card-details .event-card-date a,
.post-card .post-card-content .event-card-details .event-card-time a,
.post-card .post-card-content .event-card-details .event-card-venue a,
.post-card .post-card-content .event-card-details .event-card-organizer a {
  color: inherit;
  text-decoration: none;
}
.post-card .post-card-content .event-card-details .event-card-date a:hover,
.post-card .post-card-content .event-card-details .event-card-time a:hover,
.post-card .post-card-content .event-card-details .event-card-venue a:hover,
.post-card .post-card-content .event-card-details .event-card-organizer a:hover {
  color: var(--wp--preset--color--secondary);
}
.post-card .post-card-content .post-card-excerpt {
  margin-bottom: var(--wp--preset--spacing--medium);
  color: var(--wp--preset--color--gunmetal);
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--line-height--normal);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card .post-card-content .post-card-read-more {
  margin-top: auto;
}
.post-card .post-card-content .post-card-read-more .post-card-read-more-link {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.post-card .post-card-content .post-card-read-more .post-card-read-more-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--wp--preset--color--secondary);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.post-card .post-card-content .post-card-read-more .post-card-read-more-link:hover {
  color: var(--wp--preset--color--primary);
}
.post-card .post-card-content .post-card-read-more .post-card-read-more-link:hover::after {
  background: var(--wp--preset--color--primary);
  transform: scaleX(1.1);
}
@media (max-width: 768px) {
  .post-card .post-card-content .event-card-details {
    gap: var(--wp--preset--spacing--x-small);
  }
  .post-card .post-card-content .event-card-details .event-card-date,
  .post-card .post-card-content .event-card-details .event-card-time,
  .post-card .post-card-content .event-card-details .event-card-venue,
  .post-card .post-card-content .event-card-details .event-card-organizer {
    font-size: var(--wp--preset--font-size--x-small);
  }
  .post-card .post-card-content .event-card-details .event-card-date .fa-solid,
  .post-card .post-card-content .event-card-details .event-card-time .fa-solid,
  .post-card .post-card-content .event-card-details .event-card-venue .fa-solid,
  .post-card .post-card-content .event-card-details .event-card-organizer .fa-solid {
    font-size: 12px;
    width: 14px;
  }
}
@media (max-width: 480px) {
  .post-card .post-card-content .event-card-details .event-card-date,
  .post-card .post-card-content .event-card-details .event-card-time,
  .post-card .post-card-content .event-card-details .event-card-venue,
  .post-card .post-card-content .event-card-details .event-card-organizer {
    font-size: var(--wp--preset--font-size--x-small);
  }
}

.tribe-events-calendar-list__events-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: var(--wp--preset--spacing--large) !important;
  margin-bottom: var(--wp--preset--spacing--large) !important;
  align-items: start !important;
}
@media (max-width: 1024px) {
  .tribe-events-calendar-list__events-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .tribe-events-calendar-list__events-grid {
    grid-template-columns: 1fr !important;
    gap: var(--wp--preset--spacing--medium) !important;
  }
}

.tribe-events-calendar-list__event-row {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.tribe-events-calendar-list__event-row.tribe-events-calendar-list__event-row--custom {
  margin-bottom: 0;
}

body.view-list .wp-block-post-template {
  display: flex !important;
  flex-direction: column !important;
  gap: var(--wp--preset--spacing--medium) !important;
}
body.view-list .wp-block-post-template > * {
  width: 100% !important;
  max-width: none !important;
}
body.view-list .post-card {
  flex-direction: row !important;
  height: auto !important;
  min-height: 200px !important;
}
body.view-list .post-card .post-card-image {
  flex: 0 0 300px !important;
  aspect-ratio: 4/3 !important;
}
body.view-list .post-card .post-card-content {
  flex: 1 !important;
  padding: var(--wp--preset--spacing--medium) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  body.view-list .post-card {
    flex-direction: column !important;
    height: 100% !important;
  }
  body.view-list .post-card .post-card-image {
    flex: 0 0 60% !important;
    aspect-ratio: 16/9 !important;
  }
}

body.view-grid .wp-block-post-template,
body:not(.view-list) .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: var(--wp--preset--spacing--large) !important;
  align-items: start !important;
}
body.view-grid .wp-block-post-template > *,
body:not(.view-list) .wp-block-post-template > * {
  min-width: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  body.view-grid .wp-block-post-template,
  body:not(.view-list) .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  body.view-grid .wp-block-post-template,
  body:not(.view-list) .wp-block-post-template {
    grid-template-columns: 1fr !important;
    gap: var(--wp--preset--spacing--medium) !important;
  }
}

/**
 * Navigation Styles
 * Styles for navigation elements including job count badges
 */
.has-mega-menu .mega-menu-content .mega-menu-content-inner .wp-block-navigation ul li a:hover span.job-count-badge {
  color: white !important;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .wp-block-navigation-item__content {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer * {
    text-align: center;
    justify-content: center;
  }
  #footer .wp-block-navigation {
    align-items: center;
  }
}

.job-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  margin-left: 7px !important;
  background-color: var(--wp--preset--color--secondary);
  color: white !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s ease;
  position: relative;
  top: -1px;
}
.job-count-badge:hover {
  transform: scale(1.05);
  color: white !important;
}
@media (max-width: 768px) {
  .job-count-badge {
    min-width: 18px;
    height: 18px;
    font-size: 11px;
    margin-left: 6px;
  }
}

.job-count .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-count a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lock-container a {
  color: #fff !important;
}

/**
 * In1Touch Integration Styles
 * 
 * Global styles for In1Touch login/logout buttons and user interface elements.
 */
.in1touch-login-btn,
.in1touch-logout-btn,
.in1touch-refresh-debug {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 1.4;
}
.in1touch-login-btn:focus,
.in1touch-logout-btn:focus,
.in1touch-refresh-debug:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}
.in1touch-login-btn:disabled,
.in1touch-logout-btn:disabled,
.in1touch-refresh-debug:disabled {
  background: #ccc !important;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.in1touch-login-btn {
  background: #0073aa;
  color: white;
}
.in1touch-login-btn:hover:not(:disabled) {
  background: #005a87;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.in1touch-login-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.in1touch-logout-btn {
  background: #dc3232;
  color: white;
}
.in1touch-logout-btn:hover:not(:disabled) {
  background: #b32d2e;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.in1touch-logout-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.in1touch-refresh-debug {
  background: #46b450;
  color: white;
}
.in1touch-refresh-debug:hover:not(:disabled) {
  background: #389a3f;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.in1touch-refresh-debug:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.in1touch-user-info {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.5rem;
  margin: 1rem 0;
}
.in1touch-user-info h3 {
  margin: 0 0 1rem 0;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}
.in1touch-user-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.in1touch-user-info ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.in1touch-user-info ul li:last-child {
  border-bottom: none;
}
.in1touch-user-info ul li strong {
  color: #555;
  margin-right: 0.5rem;
}

.in1touch-notice {
  padding: 12px;
  margin: 5px 0 15px;
  border-left: 4px solid #00a32a;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.in1touch-notice.in1touch-notice-success {
  border-left-color: #00a32a;
}
.in1touch-notice.in1touch-notice-error {
  border-left-color: #d63638;
}
.in1touch-notice.in1touch-notice-warning {
  border-left-color: #dba617;
}
.in1touch-notice.in1touch-notice-info {
  border-left-color: #72aee6;
}
.in1touch-notice p {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .in1touch-login-btn,
  .in1touch-logout-btn,
  .in1touch-refresh-debug {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .in1touch-user-info {
    padding: 1rem;
  }
  .in1touch-user-info ul li {
    display: flex;
    flex-direction: column;
  }
  .in1touch-user-info ul li strong {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
.wp-admin .in1touch-login-btn,
.wp-admin .in1touch-logout-btn,
.wp-admin .in1touch-refresh-debug {
  background: #0073aa;
  border: 1px solid #0073aa;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.wp-admin .in1touch-login-btn:hover,
.wp-admin .in1touch-logout-btn:hover,
.wp-admin .in1touch-refresh-debug:hover {
  background: #005a87;
  border-color: #005a87;
}
.wp-admin .in1touch-login-btn:focus,
.wp-admin .in1touch-logout-btn:focus,
.wp-admin .in1touch-refresh-debug:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0073aa;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.wp-admin .in1touch-logout-btn {
  background: #dc3232;
  border-color: #dc3232;
}
.wp-admin .in1touch-logout-btn:hover {
  background: #b32d2e;
  border-color: #b32d2e;
}
.wp-admin .in1touch-refresh-debug {
  background: #46b450;
  border-color: #46b450;
}
.wp-admin .in1touch-refresh-debug:hover {
  background: #389a3f;
  border-color: #389a3f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#footer {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
#footer a:not(.wp-block-button__link, .wp-block-navigation-item__content) {
  text-decoration: underline;
}

/*# sourceMappingURL=main.min.css.map*/