:root {
  --fs-base-min: 16px;
  --fs-base-max: 18px;
  --scale-ratio: 1.15;
  --drugnews--font-size--xs: clamp(calc(var(--fs-base-min) / pow(var(--scale-ratio), 2)), calc(1.5vw / pow(var(--scale-ratio), 2)), calc(var(--fs-base-max) / pow(var(--scale-ratio), 2)));
  --drugnews--font-size--s: clamp(calc(var(--fs-base-min) / pow(var(--scale-ratio), 1)), calc(1.5vw / pow(var(--scale-ratio), 1)), calc(var(--fs-base-max) / pow(var(--scale-ratio), 1)));
  --drugnews--font-size--m: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 0)), calc(1.5vw * pow(var(--scale-ratio), 0)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 0)));
  --drugnews--font-size--l: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 1)), calc(1.5vw * pow(var(--scale-ratio), 1)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 1)));
  --drugnews--font-size--xl: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 1.8)), calc(1.5vw * pow(var(--scale-ratio), 1.8)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 1.8)));
  --drugnews--font-size--2xl: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 2.7)), calc(1.5vw * pow(var(--scale-ratio), 2.7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 2.7)));
  --drugnews--font-size--3xl: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 3.7)), calc(1.5vw * pow(var(--scale-ratio), 3.7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 3.7)));
  --drugnews--font-size--4xl: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 5.5)), calc(1.5vw * pow(var(--scale-ratio), 5.5)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 5.5)));
  --drugnews--font-size--enormous: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 7)), calc(1.5vw * pow(var(--scale-ratio), 7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 7)));
}
@media screen and (min-width: 768px) {
  :root {
    --scale-ratio: 1.2;
  }
}

/**
 * Button Reset
 *
 */
/**
 * Button Style
 *
 */
/**
 * Image Aspect Ratio
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | 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;
}

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

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

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--spacing-s));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--spacing-s);
  padding-right: var(--wp--custom--layout--spacing-s);
}

.site-inner {
  padding: var(--wp--custom--layout--spacing) 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 949px) {
  .sidebar-primary {
    margin-top: var(--wp--custom--layout--spacing);
  }
}
@media (min-width: 950px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(580px, var(--wp--custom--layout--content)) minmax(300px, 1fr);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
    gap: var(--wp--custom--layout--spacing-l);
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  .content-sidebar .content-area {
    gap: var(--wp--custom--layout--spacing);
  }
}
@media (min-width: 950px) {
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
}
@media (min-width: 950px) {
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--custom--layout--spacing-s);
}

/* Drop Cap
--------------------------------------------- */
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8em;
  line-height: 0.8em;
  font-weight: lighter;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft, img.alignright {
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

figcaption,
figcaption.wp-element-caption {
  font-size: var(--wp--preset--font-size--small);
  text-align: left;
  margin-top: var(--wp--custom--layout--spacing-xs);
  margin-bottom: 0;
}

.wp-block-image figcaption,
.wp-caption figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: left;
  margin-top: var(--wp--custom--layout--spacing-xs);
  margin-bottom: 0;
}
@media (min-width: 541px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
  }
}

.content .entry-content > .alignleft,
.content .block-area > .alignleft,
.is-root-container > .alignleft,
.block-library-block__reusable-block-container > .alignleft {
  margin: var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s) 0;
  float: left;
}
@media (min-width: 850px) {
  .content .entry-content > .alignleft,
.content .block-area > .alignleft,
.is-root-container > .alignleft,
.block-library-block__reusable-block-container > .alignleft {
    margin: var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s) calc((100% - var(--wp--custom--layout--content)) / 2);
  }
}
.content .entry-content > .alignright,
.content .block-area > .alignright,
.is-root-container > .alignright,
.block-library-block__reusable-block-container > .alignright {
  margin: var(--wp--custom--layout--spacing-s) 0 var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s);
  float: right;
}
@media (min-width: 850px) {
  .content .entry-content > .alignright,
.content .block-area > .alignright,
.is-root-container > .alignright,
.block-library-block__reusable-block-container > .alignright {
    margin: var(--wp--custom--layout--spacing-s) calc((100% - var(--wp--custom--layout--content)) / 2) var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s);
  }
  .content .entry-content > .alignright.wp-block-pullquote,
.content .block-area > .alignright.wp-block-pullquote,
.is-root-container > .alignright.wp-block-pullquote,
.block-library-block__reusable-block-container > .alignright.wp-block-pullquote {
    margin-left: var(--wp--custom--layout--spacing);
  }
}
@media (max-width: 540px) {
  .content .entry-content > .alignleft, .content .entry-content > .alignright,
.content .block-area > .alignleft,
.content .block-area > .alignright,
.is-root-container > .alignleft,
.is-root-container > .alignright,
.block-library-block__reusable-block-container > .alignleft,
.block-library-block__reusable-block-container > .alignright {
    float: none;
    max-width: 100%;
    margin: var(--wp--custom--layout--spacing-s) auto;
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--black);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--spacing);
  margin-bottom: var(--wp--custom--layout--spacing);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--white);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--red);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--black);
  border-radius: none;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--black);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--black);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--black);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  border-radius: var(--wp--custom--border-radius--large);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--white);
  padding: 0 var(--wp--custom--layout--spacing-s);
}

.wp-block-search__button {
  flex-shrink: 0;
  border-radius: 0 var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large) 0;
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: calc(var(--wp--custom--layout--spacing-s) * 1.25);
}
@media (min-width: 769px) {
  .wp-block-search__icon-button .wp-block-search__button.wp-element-button {
    padding: calc(var(--wp--custom--layout--spacing-s) * 1.25) calc(var(--wp--custom--layout--spacing-s) * 1.5);
  }
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
  rotate: -90deg;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--spacing-s) var(--wp--custom--layout--spacing-s);
  border-radius: var(--wp--custom--border-radius--medium);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--spacing) var(--wp--custom--layout--spacing-s);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignright, .wp-block-group.alignleft {
  max-width: calc(var(--wp--custom--layout--page) / 3);
}

/* Block pullquote
--------------------------------------------- */
.wp-block-pullquote {
  padding: var(--wp--custom--layout--spacing-s) 0;
  text-align: left;
}
.wp-block-pullquote blockquote {
  padding: 0 var(--wp--custom--layout--spacing);
  font-family: var(--wp--preset--font-family--source-sans);
  position: relative;
  max-width: var(--wp--custom--layout--content);
  width: fit-content;
}
.wp-block-pullquote blockquote p {
  font-size: var(--wp--preset--font-size--3-xl);
  font-style: italic;
  margin-bottom: var(--wp--custom--layout--spacing-xs);
  line-height: var(--wp--custom--line-height--small);
  text-align: left;
}
.wp-block-pullquote blockquote cite {
  font-size: var(--wp--preset--font-size--m);
  margin: 0;
  text-align: left;
}
.wp-block-pullquote blockquote:after, .wp-block-pullquote blockquote:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 2.125rem;
  background-image: url("../icons/utility/quotemark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  z-index: 2;
}
@media (max-width: 950px) {
  .wp-block-pullquote blockquote:after, .wp-block-pullquote blockquote:before {
    left: -0.65rem;
    width: 2rem;
    height: 1.75rem;
  }
}
.wp-block-pullquote blockquote:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: -1rem;
  transform: rotate(180deg);
}
@media (max-width: 950px) {
  .wp-block-pullquote blockquote:after {
    right: -0.65rem;
  }
}

/* Block quote
--------------------------------------------- */
.wp-block-quote {
  border-left: var(--wp--custom--border-width--large) solid var(--wp--preset--color--red);
  padding-left: var(--wp--custom--layout--spacing-s);
}
.wp-block-quote p {
  font-style: italic;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--black);
}

.has-primary-background-color,
.has-secondary-background-color {
  color: var(--wp--preset--color--white);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--small);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  --header-grid-spacing: max(calc((100vw - var(--wp--custom--layout--wide)) / 2), var(--wp--custom--layout--spacing-s));
  background: var(--wp--preset--color--white);
  position: relative;
}
.site-header__inner {
  padding-top: var(--wp--custom--layout--spacing-s);
  padding-bottom: 0;
  gap: var(--wp--custom--layout--spacing-s) 0;
  display: grid;
  grid-template-columns: var(--header-grid-spacing) auto 1fr auto var(--header-grid-spacing);
  grid-template-areas: ". logo search toggles ." "tagline tagline tagline tagline tagline";
}
@media (min-width: 769px) {
  .site-header__inner {
    gap: var(--wp--custom--layout--spacing-s) var(--header-grid-spacing);
    grid-template-columns: 0 auto 1fr 0;
    grid-template-areas: ". logo tagline ." ". logo search ." "menu menu menu menu";
    grid-template-rows: repeat(3, auto);
  }
}
.site-header__toggles {
  grid-area: toggles;
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  align-self: center;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
.site-header__logo, .site-header__logo-title {
  grid-area: logo;
}
@media (max-width: 768px) {
  .site-header__logo, .site-header__logo-title {
    width: 80px;
  }
}
.site-header__logo img, .site-header__logo-title img {
  min-width: 80px;
  max-height: 100px;
  width: auto;
}
.site-header__logo-title {
  margin: 0;
}
.site-header__tagline {
  grid-area: tagline;
  font-family: var(--wp--preset--font-family--encode-sans);
  font-size: var(--wp--preset--font-size--m);
  color: var(--wp--preset--color--dark-blue);
  justify-self: end;
}
@media (max-width: 768px) {
  .site-header__tagline {
    text-align: center;
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--s);
    width: 100%;
    background-color: var(--wp--preset--color--dark-blue);
    padding: var(--wp--custom--layout--spacing-xs);
  }
}
.site-header .header-search-wrapper {
  grid-area: search;
  justify-self: end;
  align-self: center;
}
@media (min-width: 769px) {
  .site-header .header-search-wrapper {
    align-self: end;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
  grid-area: menu;
  width: 100%;
}
@media (max-width: 768px) {
  .nav-menu.active {
    grid-area: tagline;
  }
}
.nav-menu .nav-primary {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--wide);
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--white);
  display: block;
  font-size: var(--wp--preset--font-size--s);
  font-weight: 600;
  font-family: var(--wp--preset--font-family--source-sans);
  position: relative;
  padding: var(--wp--custom--layout--spacing-s);
  text-decoration: none;
  background-color: var(--wp--preset--color--dark-blue);
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--spacing-s) + 6px);
}
.nav-menu .menu-item:hover > a {
  background-color: var(--wp--preset--color--blue);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--white);
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: center;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--dark-blue);
    color: var(--wp--preset--color--white);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu.left {
    right: 100%;
  }
  .nav-menu .sub-menu.left-nudged {
    right: 0;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--light-blue);
  padding: var(--wp--custom--layout--spacing) 0;
}
.archive-header__inner {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
}
.archive-header__inner .searchandfilter ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
  gap: var(--wp--custom--layout--spacing-s);
  grid-template-areas: "search search search search" "date-from date-to category post_tag";
}
@media (max-width: 768px) {
  .archive-header__inner .searchandfilter ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "search search" "date-from date-to" "category post_tag";
  }
}
.archive-header__inner .searchandfilter ul li {
  padding: 0;
  align-self: end;
}
.archive-header__inner .searchandfilter ul li h4 {
  margin: 0 0 var(--wp--custom--layout--spacing-xs) var(--wp--custom--layout--spacing-s);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 600;
  color: var(--wp--preset--color--dark-blue);
}
.archive-header__inner .searchandfilter ul li:has(select.postform) {
  position: relative;
}
.archive-header__inner .searchandfilter ul li:has(select.postform):after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: var(--wp--custom--layout--spacing-s);
  width: 14px;
  height: 8px;
  background-image: url("../../assets/icons/utility/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.archive-header__inner .searchandfilter ul li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.archive-header__inner .searchandfilter ul li input,
.archive-header__inner .searchandfilter ul li select {
  border-radius: var(--wp--custom--border-radius--large);
  border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--white);
  padding: var(--wp--custom--layout--spacing-xs) var(--wp--custom--layout--spacing-s);
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--encode-sans);
  font-size: var(--wp--preset--font-size--s);
  font-weight: 600;
  height: auto;
}
.archive-header__inner .searchandfilter ul li input:focus-visible,
.archive-header__inner .searchandfilter ul li select:focus-visible {
  outline: none;
  border-color: var(--wp--preset--color--blue);
}
.archive-header__inner .searchandfilter ul li:has(input[name=ofsearch]) {
  width: 100%;
  grid-area: search;
}
.archive-header__inner .searchandfilter ul li:has(input[name=ofsearch]) input {
  padding: calc(var(--wp--custom--layout--spacing-s) * 0.75) var(--wp--custom--layout--spacing-s);
  padding-right: var(--wp--custom--layout--spacing-l);
  font-family: var(--wp--preset--font-family--source-sans);
  font-weight: 400;
  color: var(--wp--preset--color--black);
}
.archive-header__inner .searchandfilter ul li:has(input[name=ofsearch]) input::placeholder {
  color: var(--wp--preset--color--dark-grey);
}
@media (max-width: 540px) {
  .archive-header__inner .searchandfilter ul li:has(input[name=ofsearch]) input {
    padding: calc(var(--wp--custom--layout--spacing-s) * 0.75) var(--wp--custom--layout--spacing-s);
  }
}
.archive-header__inner .searchandfilter ul li:has(input[type=submit]) {
  grid-area: search;
  justify-self: end;
}
.archive-header__inner .searchandfilter ul li:has(input[type=submit]) input {
  border-radius: 0 var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large) 0;
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--red);
  padding: calc(var(--wp--custom--layout--spacing-s) * 0.75) var(--wp--custom--layout--spacing);
  transition: all 0.3s ease;
}
.archive-header__inner .searchandfilter ul li:has(input[type=submit]) input [value] {
  display: none;
}
.archive-header__inner .searchandfilter ul li:has(input[type=submit]) input:hover {
  background-color: var(--wp--preset--color--dark-blue);
  border-color: var(--wp--preset--color--dark-blue);
  cursor: pointer;
}
@media (max-width: 540px) {
  .archive-header__inner .searchandfilter ul li:has(input[type=submit]) input {
    padding: calc(var(--wp--custom--layout--spacing-s) * 0.75) var(--wp--custom--layout--spacing-s);
  }
}
.archive-header__inner .searchandfilter ul li:has(input[type=date]):has(h4) {
  grid-area: date-from;
}
.archive-header__inner .searchandfilter ul li:has(input[type=date]):not(:has(h4)) {
  grid-area: date-to;
}
.archive-header__inner .searchandfilter ul li:has(select[name=ofcategory]) {
  grid-area: category;
}
.archive-header__inner .searchandfilter ul li:has(select[name=ofpost_tag]) {
  grid-area: post_tag;
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--spacing-s);
}
.archive .site-main .post-summary {
  display: grid;
  grid-template-columns: minmax(10rem, 16rem) minmax(22rem, 1fr);
}
@media (max-width: 540px) {
  .archive .site-main .post-summary {
    grid-template-columns: 1fr;
  }
}
.archive .site-main .post-summary__image {
  border-radius: var(--wp--custom--border-radius--medium) 0 0 var(--wp--custom--border-radius--medium);
  height: 100%;
}
@media (max-width: 540px) {
  .archive .site-main .post-summary__image {
    border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  }
}
.archive .site-main .post-summary__content {
  background-color: var(--wp--preset--color--white);
  border-radius: 0 var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0;
  padding: var(--wp--custom--layout--spacing-s);
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--spacing-xs);
  justify-content: center;
}
.archive .site-main .post-summary__content > * {
  margin: 0;
}
@media (max-width: 540px) {
  .archive .site-main .post-summary__content {
    border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  }
}
.archive .site-main .post-summary__title {
  font-size: var(--wp--preset--font-size--xl);
}

.archive-title {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto var(--wp--custom--layout--spacing) auto;
  color: var(--wp--preset--color--dark-blue);
}
.archive-title:first-letter {
  text-transform: uppercase;
}
.archive-title:has(+ .archive-description) {
  margin-bottom: 0;
}

.archive-description {
  margin: 0 auto var(--wp--custom--layout--spacing) auto;
  max-width: var(--wp--custom--layout--page);
}
.archive-description:first-letter {
  text-transform: uppercase;
}

.no-results {
  padding: var(--wp--custom--layout--spacing) 0 var(--wp--custom--layout--spacing-l) 0;
}
.no-results .entry-title {
  color: var(--wp--preset--color--dark-blue);
  margin-bottom: var(--wp--custom--layout--spacing-s);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--red);
  border-radius: var(--wp--custom--border-radius--large);
  color: var(--wp--preset--color--red);
  fill: var(--wp--preset--color--red);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  fill: var(--wp--preset--color--white);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--spacing-s);
  padding-right: var(--wp--custom--layout--spacing-s);
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--spacing-s));
  margin-right: calc(-1 * var(--wp--custom--layout--spacing-s));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide.has-background,
.block-area > *.alignwide.has-background {
    margin-left: calc(-1 * var(--wp--custom--layout--spacing-s));
    margin-right: calc(-1 * var(--wp--custom--layout--spacing-s));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--custom--layout--spacing-s);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--spacing);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--spacing);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--spacing));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--spacing));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--spacing));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-footer {
  margin-top: 48px;
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
.entry-comments h2,
.entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--red);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--red);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Category tag styles 
--------------------------------------------- */
.entry-category {
  padding: 0.25em 0.75em;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--encode-sans);
  border-radius: var(--wp--custom--border-radius--medium) 0;
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

a.entry-category {
  transition: filter 0.3s ease;
}
a.entry-category:hover {
  filter: brightness(0.85);
}

/** Tag styles
--------------------------------------------- */
.entry-tag {
  color: var(--wp--preset--color--red);
  text-transform: uppercase;
  text-decoration: none;
  padding-right: calc(var(--wp--custom--layout--spacing-xs) / 2);
  font-size: inherit;
  font-weight: inherit;
}
.entry-tag:after {
  content: "|";
  margin-left: calc(var(--wp--custom--layout--spacing-xs) / 2);
  color: var(--wp--preset--color--red);
}
.entry-tag:hover {
  color: var(--wp--custom--color--hover-dark-red);
}

/** Image styles
--------------------------------------------- */
:is(.entry-content, .site-inner, .editor-styles-wrapper) img {
  border-radius: var(--wp--custom--border-radius--medium);
}
:is(.entry-content, .site-inner, .editor-styles-wrapper) .post-summary__image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--spacing) var(--wp--custom--layout--spacing-s);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer .wrap {
  display: grid;
  gap: var(--wp--custom--layout--spacing);
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "content" "links" "buttons";
}
@media (min-width: 540px) {
  .site-footer .wrap {
    grid-template-columns: minmax(7rem, 9rem) 1fr auto;
    grid-template-areas: "logo content content" "links links buttons";
  }
}
@media (min-width: 768px) {
  .site-footer .wrap {
    grid-template-areas: "logo content buttons" "logo content links";
  }
}
.site-footer .wrap .image-logo {
  grid-area: logo;
}
.site-footer .wrap .image-logo img {
  max-width: 9rem;
  width: 100%;
}
.site-footer .wrap .block-area-footer-content {
  grid-area: content;
  text-align: left;
  max-width: 18rem;
}
.site-footer .wrap .block-area-footer-content > *:not(:first-child) {
  margin-top: var(--wp--custom--layout--spacing-xs);
}
.site-footer .wrap .footer-buttons {
  grid-area: buttons;
  align-self: start;
  justify-self: start;
}
@media (min-width: 540px) {
  .site-footer .wrap .footer-buttons {
    justify-self: end;
  }
}
.site-footer .wrap .footer-buttons .wp-element-button {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  padding: var(--wp--custom--layout--spacing-xs) var(--wp--custom--layout--spacing);
  border-radius: var(--wp--custom--border-radius--large);
  font-family: var(--wp--preset--font-family--source-sans);
  transition: background-color 0.3s ease;
}
.site-footer .wrap .footer-buttons .wp-element-button:hover {
  background-color: var(--wp--custom--color--hover-dark-red);
}
.site-footer .wrap .footer-links {
  grid-area: links;
  align-self: end;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: var(--wp--custom--layout--spacing-xs);
  flex-direction: column;
  text-align: left;
}
@media (min-width: 540px) {
  .site-footer .wrap .footer-links {
    flex-direction: row;
  }
}
.site-footer .wrap .footer-links a {
  font-family: var(--wp--preset--font-family--source-sans);
  color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--s);
  font-weight: 700;
  transition: color 0.3s ease;
}
.site-footer .wrap .footer-links a:hover {
  color: var(--wp--preset--color--blue);
}
@media (min-width: 540px) {
  .site-footer .wrap .footer-links li:not(:last-child)::after {
    content: "|";
    margin-left: var(--wp--custom--layout--spacing-xs);
    color: var(--wp--preset--color--dark-blue);
  }
}

:root {
  --header-search-button-color: var(--wp--preset--color--red);
  --header-search-button-border-radius: 999px;
}

.header-search-wrapper {
  z-index: 3;
}
.header-search-wrapper .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
  position: relative;
}
.header-search-wrapper .wp-block-search__input {
  position: absolute;
  width: clamp(10rem, 30vw, 16rem);
  height: 100%;
  right: 0;
  padding-left: var(--wp--custom--layout--spacing-s);
  padding-right: var(--wp--custom--layout--spacing-s);
  border: 2px solid var(--wp--preset--color--red);
  z-index: 1;
}
.header-search-wrapper .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--dark-grey);
}
.header-search-wrapper .wp-block-search__button {
  z-index: 2;
}
@media (max-width: 768px) {
  .header-search-wrapper .wp-block-search__button {
    border-radius: var(--wp--custom--border-radius--large);
    padding: 0;
  }
}
.header-search-wrapper .wp-block-search__button:hover {
  background-color: var(--wp--custom--color--hover-dark-red);
}
.header-search-wrapper .wp-block-search.active .wp-block-search__button {
  border-radius: 0 var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large) 0;
}

.post-summary {
  position: relative;
}
.post-summary__link {
  text-decoration: none;
  color: var(--wp--preset--color--black);
}
.post-summary__link:hover .post-summary__title {
  color: var(--wp--preset--color--blue);
}
.post-summary__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-date {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--encode-sans);
  color: var(--wp--preset--color--dark-grey);
  text-align: right;
  line-height: 1;
}
.post-summary .entry-excerpt {
  line-height: var(--wp--custom--line-height--medium);
  hyphens: auto;
  word-break: break-word;
}
.post-summary .entry-category {
  position: absolute;
  top: 0;
  left: 0;
}

.single .entry-title {
  margin-top: var(--wp--custom--layout--spacing-s);
  margin-bottom: 0;
}
.single .entry-category:not(.related-posts .entry-category) {
  font-size: var(--wp--preset--font-size--m);
  margin-right: var(--wp--custom--layout--spacing-xs);
}
.single .post-date {
  font-family: var(--wp--preset--font-family--encode-sans);
  color: var(--wp--preset--color--dark-grey);
  font-size: var(--wp--preset--font-size--s);
  margin: var(--wp--custom--layout--spacing-xs) 0;
}
.single .post-thumbnail__image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.single .entry-content {
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  margin-top: var(--wp--custom--layout--spacing-s);
}
.single .entry-content [id^=more-] {
  display: block;
}
.single .entry-header .entry-tag:last-of-type::after,
.single .entry-footer .entry-tag:last-of-type::after {
  display: none;
}
.single .entry-footer {
  margin-top: var(--wp--custom--layout--spacing-s);
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--spacing-s);
  clear: both;
}
.single .entry-footer .entry-tags {
  display: flex;
  flex-wrap: wrap;
}
.single .entry-footer .share-buttons {
  display: flex;
  gap: var(--wp--custom--layout--spacing-xs);
  align-items: center;
  justify-content: end;
}
.single .entry-footer .share-buttons__title {
  color: var(--wp--preset--color--black);
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--s);
  line-height: 1;
}
.single .entry-footer .share-buttons__title i {
  margin-right: 0.25em;
}
.single .entry-footer .share-buttons__list {
  display: flex;
  gap: var(--wp--custom--layout--spacing-xs);
  margin: 0;
  padding: 0;
}
.single .entry-footer .share-buttons__list li {
  list-style: none;
  line-height: 0;
}
.single .entry-footer .share-buttons__list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--wp--preset--color--red);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: var(--wp--custom--border-radius--large);
  transition: background-color 0.3s ease;
}
.single .entry-footer .share-buttons__list li a i {
  font-size: 10px;
  z-index: 2;
  color: var(--wp--preset--color--white);
}
.single .entry-footer .share-buttons__list li a:hover {
  background-color: var(--wp--custom--color--hover-dark-red);
}
.single .entry-footer .author-box {
  --avatar-width: 3.5rem;
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--medium);
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--spacing-s);
  padding-bottom: var(--wp--custom--layout--spacing-s);
}
.single .entry-footer .author-box__head {
  padding: var(--wp--custom--layout--spacing-xs) var(--wp--custom--layout--spacing-s);
  background-color: var(--wp--preset--color--dark-blue);
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
}
.single .entry-footer .author-box__title {
  font-size: var(--wp--preset--font-size--s);
  font-weight: 400;
  color: var(--wp--preset--color--white);
  margin: 0;
  text-transform: uppercase;
}
.single .entry-footer .author-box__single-author {
  display: grid;
  grid-template-areas: "avatar content";
  grid-template-columns: var(--avatar-width) 1fr;
  gap: var(--wp--custom--layout--spacing-s);
  padding: 0 var(--wp--custom--layout--spacing-s);
}
.single .entry-footer .author-box__content {
  grid-area: content;
  align-self: center;
}
.single .entry-footer .author-box__name a {
  font-size: var(--wp--preset--font-size--m);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin: 0;
  font-family: var(--wp--preset--font-family--encode-sans);
  text-decoration: none;
}
.single .entry-footer .author-box__bio p {
  font-size: var(--wp--preset--font-size--s);
  margin: 0;
  line-height: var(--wp--custom--line-height--medium);
}
.single .entry-footer .author-box__avatar {
  grid-area: avatar;
}
.single .entry-footer .author-box__avatar img {
  border-radius: var(--wp--custom--border-radius--large);
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
}
.single .related-posts {
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  margin-top: var(--wp--custom--layout--spacing);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--wp--custom--layout--spacing-s);
}
.single .related-posts h2 {
  grid-column: 1/-1;
  grid-row: 1;
  color: var(--wp--preset--color--dark-blue);
  margin: 0;
}
.single .related-posts .post-summary__title {
  font-size: var(--wp--preset--font-size--l);
}

.dropcap {
  float: left;
  font-size: 3.2em;
  line-height: 0.8em;
  font-weight: bold;
}

.dropcap_2 {
  float: left;
  font-size: 8em;
  line-height: 0.8em;
  font-weight: lighter;
}