/**************************

Theme Name: Pressbox
Theme URI: https://www.ilovewp.com/product/pressbox/
Author: ilovewpcom
Author URI: https://www.ilovewp.com/
Version: 1.0.8
Requires PHP: 7.0
Tested up to: 6.5
Description: Pressbox is a brand new WordPress theme that takes full advantage of what WordPress 6.0 has to offer. Pressbox will help you create a professional WordPress website for your organization quickly and reliably. Pressbox is created for the new WordPress Block Editor (Gutenberg). It includes many easy to use block patterns that will make your website look like an expensive custom website. It’s as simple as dragging and dropping elements around, without having to use plugins like Elementor.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pressbox
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready

***************************/

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../ttf/icomoon.ttf") format("truetype"),
    url("../woff/icomoon.woff") format("woff"),
    url("../svg/icomoond41d.svg#icomoon") format("svg");
}

/* --------------------------- */
/*	0. CSS Variables
/* --------------------------- */

:root {
  /* Misc */
  --pressbox-section-width: 1200px;
  --pressbox-size-content: 840px;
  --pressbox-size-narrow: 600px;
  --pressbox-wrapper-padding-content: 50px;
  --pressbox-wrapper-padding-medium: 3.75rem;
  --pressbox-wrapper-padding-small: 2.5rem;
  /* Typography */
  --pressbox-ff-primary: "DM Sans", -apple-system, BlinkMacSystemFont, Arial,
    sans-serif;
  --pressbox-ff-secondary: "Inter", -apple-system, BlinkMacSystemFont, Arial,
    sans-serif;
  --pressbox-headings-weight: 700;
  /* Colors */
  --pressbox-background-color: #fcfbf2;
  --pressbox-primary-text-color: #040404;
  --pressbox-secondary-text-color: #343434;
  --pressbox-tertiary-text-color: #545454;
  --pressbox-link-color: #15598c;
  --pressbox-link-color-hover: #0f4066;
  --pressbox-header-background-color: #ffffff;
  --pressbox-footer-background-color: #ffffff;
  --pressbox-footer-text-color: #545454;
  --pressbox-footer-link-color: #545454;
  --pressbox-footer-link-color-hover: #15598c;
  --pressbox-primary-accent-color: #f5d245;
  --pressbox-primary-accent-complementary-color: #040404;
  --pressbox-neutral-color-100: #ffffff;
  --pressbox-neutral-color-900: #020202;
  --pressbox-border-color-custom: #ebe8df;
  --pressbox-border-color-white-5: rgba(255, 255, 255, 0.05);
  --pressbox-border-color-white-10: rgba(255, 255, 255, 0.1);
  --pressbox-border-color-white-15: rgba(255, 255, 255, 0.15);
  --pressbox-border-color-white-20: rgba(255, 255, 255, 0.2);
  --pressbox-border-color-black-5: rgba(0, 0, 0, 0.05);
  --pressbox-border-color-black-10: rgba(0, 0, 0, 0.1);
  --pressbox-border-color-black-15: rgba(0, 0, 0, 0.15);
  --pressbox-border-color-black-20: rgba(0, 0, 0, 0.2);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 16px;
  line-height: 1.1;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Tables */
table {
  border-top: 0;
  margin-bottom: 2em;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}

table th {
  text-align: start;
}

table tr {
  border-bottom: 1px solid var(--pressbox-border-color-black-10);
}

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 0.8125rem 1.25rem;
  vertical-align: middle;
}

ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}

/* Inputs ------------------------------------ */

fieldset {
  border: 1px solid var(--pressbox-border-color-black-10);
  margin: 1.25rem 0;
}

legend {
  font-size: 1rem;
  font-weight: 600;
  padding: 0 1.875rem;
}

label {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 0.5rem 0;
}

input,
textarea,
button {
  font-family: inherit;
  line-height: 1;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -moz-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

input,
textarea {
  background-color: var(--pressbox-background-color);
  border-color: var(--pressbox-border-color-black-10);
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  padding: 0.875rem 1.125rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: var(--pressbox-primary-accent-color);
  box-shadow: inset 0 0 0 1px var(--pressbox-primary-accent-color);
}

textarea {
  line-height: 1.5;
  width: 100%;
}

select {
  font-family: inherit;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: var(--pressbox-secondary-text-color);
  line-height: normal;
}

::-moz-placeholder {
  color: var(--pressbox-secondary-text-color);
  line-height: normal;
}

:-ms-input-placeholder {
  color: var(--pressbox-secondary-text-color);
  line-height: normal;
}

:-moz-placeholder {
  color: var(--pressbox-secondary-text-color);
  opacity: 1;
  line-height: normal;
}

::placeholder {
  color: var(--pressbox-secondary-text-color);
  line-height: normal;
  opacity: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--pressbox-primary-text-color);
  color: var(--pressbox-neutral-color-100);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: box-shadow 0.2s, background 0.2s;
}

.wp-block-button__link {
  border: 2px solid var(--pressbox-primary-text-color);
  padding: 0.875rem 1.875rem;
}

:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
  padding: 0.75rem 1.25rem;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce a.button:hover,
:root .woocommerce button.button:hover,
:root .woocommerce input.button:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:focus {
  background: var(--pressbox-primary-text-color);
  border-color: var(--pressbox-primary-text-color);
  color: var(--pressbox-neutral-color-100);
  text-decoration: underline;
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

button:focus-visible,
.button:focus-visible,
.faux-button:focus-visible,
.wp-block-button__link:focus-visible,
:root .wp-block-file__button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible,
:root .woocommerce #respond input#submit:focus-visible,
:root .woocommerce a.button:focus-visible,
:root .woocommerce button.button:focus-visible,
:root .woocommerce input.button:focus-visible,
.entry-thumbnail:focus-visible,
.ilovewp-pattern .wp-block-image:focus-within {
  outline: 2px dashed currentColor;
  outline-offset: 2px;
}

p + input[type="submit"] {
  margin-top: 0.75rem;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: var(--pressbox-background-color);
}

/* Input Reset ------------------------------- */

button.reset,
input.reset,
textarea.reset {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  height: 0.1rem;
  overflow: hidden;
  position: absolute !important;
  left: -999999rem;
  width: 0.1rem;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem 2.3rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */

.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.entry__content .alignleft {
  display: inline-block;
  float: left;
  margin: 0 2.5rem 1.75rem 0;
}

.entry__content .alignright {
  display: inline-block;
  float: right;
  margin: 0 0 1.75rem 2.5rem;
}

.entry__content .aligncenter {
  clear: both;
  margin: 0 auto 1.75rem;
}

.entry__content .ilovewp-pattern figure.alignleft,
.entry__content .ilovewp-pattern figure.alignright {
  margin-inline: 0;
}

/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
}

input,
textarea {
  font-family: var(--pressbox-ff-primary);
}

p {
  margin: 0;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
5.0 Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 0;
}

th {
  padding: 0.5rem;
  text-align: start;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td {
  padding: 0.5rem;
}

/************************** 

1. Page Structure: Common layout elements

**************************/

::selection {
  background: var(--pressbox-primary-accent-color);
  color: var(--pressbox-primary-accent-complementary-color);
}

body {
  background-color: var(--pressbox-background-color);
  color: var(--pressbox-primary-text-color);
  font-family: var(--pressbox-ff-primary);
  font-size: 62.5%;
  line-height: 1.5rem;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  text-align: center;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--pressbox-link-color);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: all 0.15s ease-in-out;
}

a:hover,
a:focus {
  color: var(--pressbox-link-color-hover);
  text-decoration-color: currentColor;
}

a:focus-visible,
.wp-block-post-featured-image:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 3px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.widget-title {
  color: inherit;
  font-family: var(--pressbox-ff-secondary);
  font-weight: var(--pressbox-headings-weight);
  line-height: 1.3;
  margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--pressbox-primary-text-color);
  text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: var(--pressbox-link-color);
}

#page__container {
  font-size: 1rem;
  line-height: 1.6;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}

#page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-wrapper-all {
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-section__wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: start;
  width: var(--pressbox-section-width);
}

hr {
  background: none;
  border: 1px solid var(--pressbox-border-color-custom);
  border-width: 1px 0 0;
  margin: 1.875rem auto;
}

#page__container img {
  vertical-align: bottom;
}

/************************** 

2. Page Structure: Header

**************************/

#masthead__topbar,
#masthead__utilities,
#masthead__navigation {
  background-color: var(--pressbox-header-background-color);
  border-block-end: 1px solid var(--pressbox-border-color-custom);
}

#masthead__topbar {
  font-size: 0.9375rem;
  padding-block: 0.75rem;
}

#masthead__topbar a {
  text-decoration: underline;
}

#masthead__utilities {
  font-size: 0.9375rem;
  padding-block: 1.25rem;
}

#masthead__navigation {
  padding-block: 0;
}

@media screen and (min-width: 959px) {
  .site-header-layout--1 .header--is-fixed #masthead__navigation,
  .site-header-layout--3 .header--is-fixed #masthead__navigation,
  .site-header-layout--2 .header--is-fixed #masthead__utilities {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  .site-header-layout--2 .header--is-fixed #masthead__utilities {
    padding-block: 0.75rem;
    transition: padding 0.3s;
  }

  .site-header-layout--2 .header--is-fixed #masthead__utilities .custom-logo {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
    transition: max-width 0.2s, max-height 0.2s;
  }
}

#page__masthead .widget_nav_menu .menu {
  display: flex;
  gap: 1.25rem;
}

#page__masthead .widget_nav_menu .menu-item {
  display: inline-flex;
}

.page__masthead--2 .section-column--2,
.page__masthead--3 .section-column--1,
.page__masthead--3 .section-column--3 {
  flex: 1;
}

.page__masthead--3 .section-column--2 {
  text-align: center;
}

.page__masthead--2 .dropdown-menu {
  justify-content: flex-end;
}

#page__masthead .wp-block-columns {
  margin-block: 0;
}

/* Header Logo */

#page__masthead .site-title {
  font-family: var(--pressbox-ff-secondary);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  text-transform: uppercase;
}

#page__masthead .site-description {
  font-family: var(--pressbox-ff-primary);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.25rem 0 0;
}

#page__masthead .custom-logo {
  height: auto;
  max-width: 100%;
}

#page__masthead .wp-block-button__link {
  padding: 0.625rem 1rem;
}

.section__columns {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.section__columns--3 {
  justify-content: center;
}

.site-header-layout--1 #masthead__navigation .section-column--1,
.site-header-layout--1 #masthead__utilities .section-column--2 {
  flex: 1;
}

.site-header-layout--1 #masthead__utilities .section-column--2 {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
}

.site-header-layout--2 .section-column--2 {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
}

.site-header-layout--2 #site-nav__primary {
  flex: 1;
}

/* Search Form */

#page__masthead .page-section__wrapper {
  position: relative;
}

#header-search__icon {
  font-size: 1rem;
  align-self: center;
}

#header-search__icon > a {
  background-color: var(--pressbox-link-color);
  color: var(--pressbox-neutral-color-100) !important;
  display: inline-block;
  padding: 0.625rem;
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-content: center;
}

#header-search__icon > a:hover,
#header-search__icon > a:focus {
  background-color: var(--pressbox-link-color-hover);
  color: var(--pressbox-neutral-color-100);
}

#header-search__icon > a:focus-visible {
  outline-color: var(--pressbox-link-color-hover);
}

#header-search__form {
  background-color: var(--pressbox-neutral-color-100);
  position: absolute;
  top: 60%;
  right: 0;
  z-index: 4;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.5rem;
  transition: transform 0.2s, box-shadow 0.2s, outline 0.2s;
  outline: 1px solid var(--pressbox-border-color-black-10);
  outline-offset: -1px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.03);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#header-search__form:hover,
#header-search__form:focus-within {
  box-shadow: 8px 8px 1.25rem var(--pressbox-border-color-black-5);
  outline-color: var(--pressbox-border-color-black-20);
}

#header-search__input {
  flex: 1;
}

#header-search__submit {
  min-width: 100px;
}

/************************** 

3. Navigation

**************************/

#site-nav__primary {
  font-family: var(--pressbox-ff-primary);
}

/* Dropdown Menu */

.dropdown-menu,
.dropdown-menu ul,
.dropdown-menu ol {
  flex-wrap: wrap;
  list-style-type: none;
}

.dropdown-menu {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.header-menu.dropdown-menu a {
  display: block;
  transition: all 0.1s ease-in-out;
}

.header-menu.dropdown-menu .sub-menu a {
  color: var(--pressbox-primary-text-color);
  flex: 1;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.header-menu.dropdown-menu .sub-menu .current-menu-item > a {
  color: var(--pressbox-link-color);
}

.header-menu.dropdown-menu .sub-menu a:hover,
.header-menu.dropdown-menu .sub-menu a:focus,
.button-toggle-submenu:hover,
.button-toggle-submenu:focus {
  background-color: var(--pressbox-background-color);
  color: var(--pressbox-link-color);
}

.header-menu.dropdown-menu > .menu-item > a {
  color: var(--pressbox-primary-text-color);
  padding-block: 1rem;
}

.header-menu.dropdown-menu > .current-menu-item > a,
.header-menu.dropdown-menu > .current-menu-ancestor > a,
.header-menu.dropdown-menu > .menu-item > a:hover,
.header-menu.dropdown-menu > .menu-item > a:focus {
  color: var(--pressbox-link-color);
}

.header-menu.dropdown-menu > li {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.header-menu.dropdown-menu .menu-item-has-children {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  position: relative;
}

.header-menu.dropdown-menu .sub-menu {
  background-color: var(--pressbox-neutral-color-100);
  border: 1px solid var(--pressbox-border-color-black-10);
  position: absolute;
  top: 100%;
  left: -1rem;
  z-index: 2;
  width: 220px;
  flex-direction: column;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.header-menu.dropdown-menu .sub-menu .sub-menu {
  top: -1px;
  right: 0;
  left: 100%;
}

.header-menu.dropdown-menu .sub-menu > li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  text-transform: none;
}

.header-menu.dropdown-menu .sub-menu > li:not(:first-child) {
  border-top: 1px solid var(--pressbox-border-color-black-10);
}

.button-toggle-submenu {
  align-self: center;
  background: transparent;
  border-width: 0;
  color: inherit;
  padding: 0 0.375rem 0 0.375rem;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

.sub-menu .button-toggle-submenu {
  align-self: stretch;
  border-inline-start: 1px solid var(--pressbox-border-color-black-10);
  padding-inline: 0.75rem;
}

.button-toggle-submenu > * {
  pointer-events: none;
}

.button-toggle-text {
  align-self: center;
  transition: transform 0.15s;
}

.button-toggle-text.is--open {
  transform: rotate(-180deg);
}

/* Hamburger Menu */

.hamburger__line {
  background-color: var(--pressbox-neutral-color-100);
  display: block;
  margin-block: 5px;
  margin-inline: auto 0;
  height: 3px;
  width: 20px;
  transition: all 0.2s ease-in-out;
  transform-origin: left center;
  position: absolute;
}

.hamburger__line:nth-of-type(1) {
  top: 0;
  left: 0;
}

.hamburger__line:nth-of-type(2n) {
  width: 24px;
  top: 8px;
}

.hamburger__line:nth-of-type(3) {
  top: 16px;
  left: 0;
}

#header-hamburger__toggle {
  background-color: var(--pressbox-link-color);
  color: var(--pressbox-neutral-color-100);
  padding: 0.5rem 1rem;
  border-width: 0;
  display: none;
  justify-content: unset;
  position: relative;
  gap: 0.5rem;
  align-items: center;
  flex-direction: row;
  transition: background-color 0.2s;
}

#header-hamburger__toggle .header-hamburger__label {
  font-size: 1rem;
  font-weight: 700;
}

#header-hamburger__toggle .header-hamburger__icon {
  display: block;
  align-self: center;
  width: 24px;
  height: 30px;
  position: relative;
}

#header-hamburger__toggle.is--visible
  .header-hamburger__icon
  .hamburger__line:first-of-type {
  transform: rotate(45deg);
  width: 23px;
}

#header-hamburger__toggle.is--visible
  .header-hamburger__icon
  .hamburger__line:last-of-type {
  transform: rotate(-45deg);
  top: 16px;
  width: 23px;
}

#header-hamburger__toggle.is--visible
  .header-hamburger__icon
  .hamburger__line:nth-of-type(2n) {
  opacity: 0;
}

/************************** 

4. Page Structure: Content Layout

**************************/

img.wp-post-image {
  height: auto;
  max-width: 100%;
}

#page__main {
  flex: 1;
}

#page__main > .page-section__wrapper:first-child {
  padding-block: 0 5rem;
}

.home #page__main > .page-section__wrapper:first-child,
.blog #page__main > .page-section__wrapper:first-child,
.page-template-homepage #page__main > .page-section__wrapper {
  padding-block-start: 3.125rem;
}

#page-content__columns {
  display: flex;
  flex-direction: row;
  gap: 3.75rem;
}

.content-column--main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.content-column--aside {
  flex: 0 0 300px;
}

/************************** 

5. Page Structure: Content Sections, Blocks, Elements

**************************/

/* Posts Loop */

#entry__masthead {
  border-block-end: 1px solid var(--pressbox-border-color-custom);
  margin-block-end: 2.5rem;
  padding-block-end: 2.5rem;
}

.pressbox__posts-loop {
  list-style-type: none;
}

.pressbox__posts-loop--columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 2.5rem;
}

.pressbox__posts-loop--columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.875rem;
}

.pressbox__posts-loop--standard.pressbox__posts-loop--list
  .pressbox__posts-item:not(:last-of-type) {
  border-block-end: 1px solid var(--pressbox-border-color-custom);
  padding-block-end: 2.5rem;
}

.pressbox__posts-loop--standard.pressbox__posts-loop--list
  .pressbox__posts-item:not(:last-of-type),
.pressbox__posts-loop--cards.pressbox__posts-loop--list
  .pressbox__posts-item:not(:last-of-type) {
  margin-block-end: 2.5rem;
}

.pressbox__posts-loop--cards .pressbox__posts-item {
  background-color: #fff;
  transition: transform 0.2s, box-shadow 0.2s, outline 0.2s;
  outline: 1px solid var(--pressbox-border-color-black-5);
  outline-offset: -1px;
}

.pressbox__posts-loop--cards .pressbox__posts-item:hover,
.pressbox__posts-loop--cards .pressbox__posts-item:focus-within {
  outline-color: var(--pressbox-border-color-black-10);
}

.pressbox__posts-item .entry__preview-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pressbox__posts-loop--cards.pressbox__posts-loop--columns
  .entry__preview-wrapper,
.pressbox__posts-loop--cards.pressbox__posts-loop--list-columns
  .pressbox__posts-item {
  padding: 1.875rem;
}

.pressbox__posts-loop--cards.pressbox__posts-loop--list-full
  .entry__preview-wrapper {
  padding: 2.5rem;
}

.pressbox__posts-item .entry__meta {
  color: var(--pressbox-secondary-text-color);
  font-size: 0.875rem;
}

#entry__meta > span:not(:last-child):after,
.entry__meta > span:not(:last-child):after {
  content: "\00B7";
  display: inline-block;
  margin-inline: 0.375rem;
}

.pressbox__posts-item .entry__meta a {
  color: inherit;
}

.pressbox__posts-item .entry__meta a:hover,
.pressbox__posts-item .entry__meta a:focus {
  color: var(--pressbox-link-color);
}

.pressbox__posts-item .entry__title {
  font-weight: 700;
}

.pressbox__posts-loop--columns-2 .entry__title {
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.pressbox__posts-loop--list-columns .entry__title {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.pressbox__posts-loop--list-full .entry__title {
  font-size: 2rem;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.pressbox__posts-loop--columns-3 .entry__title {
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.pressbox__posts-item .entry__excerpt {
  font-size: 1rem;
  line-height: 1.6;
}

.pressbox__posts-loop--columns-3 .entry__excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.pressbox__posts-loop--list-full .pressbox__posts-item .entry__excerpt {
  font-size: 1.125rem;
  line-height: 1.7;
}

.pressbox__posts-loop--list-columns .pressbox__posts-item {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}

.pressbox__posts-loop--list-columns .entry__thumbnail {
  flex: 0 1 250px;
}

.pressbox__posts-loop--list-columns .entry__preview {
  flex: 1;
}

.pressbox__posts-loop--standard.pressbox__posts-loop--list-full
  .entry__thumbnail {
  margin-block-end: 1.875rem;
}

.pressbox__posts-loop--standard.pressbox__posts-loop--columns
  .entry__thumbnail {
  margin-block-end: 1.25rem;
}

.pressbox__posts-loop .pressbox__posts-item--full {
  flex-direction: column;
}

.pressbox__posts-loop--columns-2 .pressbox__posts-item--full {
  grid-column-start: 1;
  grid-column-end: 3;
}

.pressbox__posts-loop--columns-3 .pressbox__posts-item--full {
  grid-column-start: 1;
  grid-column-end: 4;
}

.pressbox__posts-loop .pressbox__posts-item--full .entry__title {
  font-size: 2rem;
}

.pressbox__posts-loop .pressbox__posts-item--full .entry__excerpt {
  font-size: 1.1875rem;
}

/* Sidebar */

#page__aside {
  font-size: 0.9375rem;
  line-height: 1.5;
}

#page__aside .sidebar-widgets {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

#page__aside .wp-block-image {
  margin-block: 0;
}

#page__aside ul {
  list-style-type: none;
}

#page__aside .widget-title,
#page__aside .widget h2 {
  font-size: 1.125rem;
  font-weight: bold;
}

#page__aside .widget-title {
  margin-block-end: 1.25rem;
}

#page__aside .widget .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Breadcrumbs */

.page__breadcrumbs {
  color: var(--pressbox-tertiary-text-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 2.5rem 0 0;
}

.page__breadcrumbs a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--pressbox-border-color-black-15);
  text-underline-offset: 2px;
  text-transform: uppercase;
}

.page__breadcrumbs a:hover,
.page__breadcrumbs a:focus {
  color: var(--pressbox-link-color);
  text-decoration-color: currentColor;
}

.page__breadcrumbs .icon-icomoon {
  font-size: 0.75rem;
  margin-inline: 3px;
}

.page-section__box {
  background-color: #fff;
  border-radius: 3px;
  padding: 2.5rem 2.5rem 3.125rem;
  transition: transform 0.2s, box-shadow 0.2s, outline 0.2s;
  outline: 1px solid var(--pressbox-border-color-black-5);
  outline-offset: -1px;
}

.page-section__box:hover,
.page-section__box:focus-within {
  box-shadow: 8px 8px 1.25rem rgba(0, 0, 0, 0.03);
  outline-color: var(--pressbox-border-color-black-10);
  transform: translateY(-0.25rem);
}

/************************** 

6. Single: Post/Page Styling

**************************/

#entry__masthead {
  margin-block: 3.75rem 2.5rem;
}

#entry__masthead > * {
  margin-block: 0;
}

#entry__masthead > *:not(:last-child) {
  margin-block-end: 1.25rem;
}

#entry__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

#entry__deck {
  line-height: 1.7;
}

#entry__deck.entry__deck--before {
  font-size: 1.1875rem;
  max-width: var(--pressbox-size-content);
}

#entry__deck.entry__deck--after {
  border-top: 1px solid var(--pressbox-border-color-custom);
  font-size: 1.0625rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

#entry__meta {
  color: var(--pressbox-tertiary-text-color);
  font-size: 0.875rem;
  position: relative;
}

#entry__meta a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

#entry__meta a:hover,
#entry__meta a:focus {
  color: var(--pressbox-link-color);
}

#page__featured-image {
  margin: 0 0 2.5rem;
}

#page__featured-image img {
  height: auto;
  width: 100%;
}

#page__featured-image figcaption,
.entry__content .wp-block-image figcaption {
  border-block-end: 1px solid var(--pressbox-border-color-custom);
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.75rem 0;
}

#page__featured-image cite,
#page__featured-image small {
  font-size: 0.875rem;
  font-style: normal;
}

.entry__content {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.6;
  text-align: start;
  word-break: break-word;
}

.entry__content::after {
  content: "";
  display: block;
  clear: both;
}

.entry__content b,
.entry__content strong {
  font-weight: 700;
}

.entry__content h1 {
  font-size: 2rem;
  line-height: 1.3;
}

.entry__content h2 {
  font-size: 1.75rem;
  line-height: 1.4;
}

.entry__content h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.entry__content h4 {
  font-size: 1.375rem;
  line-height: 1.4;
}

.entry__content h5 {
  font-size: 1.3125rem;
  line-height: 1.5;
}

.entry__content h6 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content h6 {
  font-family: var(--pressbox-ff-secondary);
  font-weight: 700;
  letter-spacing: 0;
  margin-block: 1.875rem 1.5rem;
}

.entry__content p,
.entry__content > *,
.entry__content > .wp-block-group,
#entry__deck > * {
  margin-bottom: 1.875rem;
}

.entry__content p,
#entry__deck > p {
  margin-bottom: 1.5rem;
}

.entry__content *:first-child,
#entry__deck *:first-child {
  margin-block-start: 0;
}

.entry__content *:last-child,
#entry__deck *:last-child {
  margin-block-end: 0;
}

.entry__content--narrow > * {
  max-width: var(--pressbox-size-narrow);
  margin-inline: auto;
}

.entry__content img,
.entry__thumbnail img {
  height: auto;
  max-width: 100%;
  outline: 1px solid var(--pressbox-border-color-black-10);
  outline-offset: -1px;
}

.entry__content iframe {
  max-width: 100%;
}

.entry__content img.alignnone,
.entry__content img.aligncenter,
.entry__content img.alignleft,
.entry__content img.alignright {
  max-width: 100%;
  width: auto;
  height: auto;
}

.entry__content figure {
  margin: 0 auto 1.875rem;
}

.entry__content figure figcaption {
  font-size: 0.875rem;
}

.entry__content .wp-block-column figure {
  margin-bottom: 0;
}

.entry__content .wp-block-image img,
.entry__content .wp-block-media-text__media img,
.entry__content .wp-block-media-text__media video {
  height: auto;
}

.entry__content .wp-block-image img {
  margin-bottom: 0;
  max-width: 100%;
}

.entry__content blockquote {
  border-inline-start: 3px solid currentColor;
  display: block;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6;
  margin-block: 1.875rem;
  padding: 0 1.875rem;
}

.entry__content blockquote > *:last-child {
  margin-block-end: 0;
}

.entry__content .wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
}

.entry__content .wp-block-pullquote blockquote {
  margin-bottom: 0;
}

.entry__content .wp-block-pullquote p {
  font-size: 1.25em;
}

.entry__content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.entry__content a:hover,
.entry__content a:focus {
  color: var(--pressbox-link-color-hover);
  cursor: pointer;
  text-decoration-color: currentColor;
}

.entry__content .wp-block-buttons a {
  text-decoration: none;
}

.entry__content h1 a,
.entry__content h2 a,
.entry__content h3 a,
.entry__content h4 a,
.entry__content h5 a,
.entry__content h6 a {
  text-decoration: none;
}

.entry__content table {
  border: 1px solid var(--pressbox-border-color-black-10);
  border-width: 1px;
  margin: 2rem 0;
  table-layout: auto;
  width: 100%;
}

.entry__content table:first-child {
  margin-top: 0;
}

.entry__content table caption {
  font-weight: bold;
  margin: 0 0 1rem;
  padding: 0.5rem 20px;
  text-align: center;
}

.entry__content table:last-child {
  margin-bottom: 0;
}

.entry__content table th,
.entry__content table td {
  font-size: 0.9375rem;
  line-height: 1.5em;
  padding: 0.75rem 1rem;
}

.entry__content table th {
  background-color: var(--pressbox-primary-text-color);
  color: var(--pressbox-neutral-color-100);
  font-weight: 600;
}

.entry__content table thead tr {
  border-bottom-width: 0;
}

.entry__content table tr {
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
}

.entry__content table tr:first-of-type {
  border-top-width: 0;
}

.entry__content table tr:last-of-type {
  border-bottom-width: 0;
}

.wp-block-table.is-style-stripes {
  border-width: 0;
}

.entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.widget .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: white;
}

.entry__content .wp-block-table.is-style-stripes tbody tr:nth-child(even),
.widget .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--pressbox-border-color-black-5);
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table;
}

@media screen and (min-width: 1200px) {
  .entry__content--narrow .alignwide {
    max-width: var(--pressbox-size-content);
  }
  .entry__content--full .alignwide {
    max-width: var(--pressbox-section-width);
  }
}

.entry__content .alignfull {
  margin-inline-start: calc(-100vw / 2 + 100% / 2);
  margin-inline-end: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.entry__content .alignfull .wp-block-group__inner-container {
  margin-inline: auto;
  max-width: var(--pressbox-section-width);
}

.entry__content .wp-block-gallery {
  justify-content: center;
}

.entry__content > .wp-block-gallery.alignfull > ul {
  padding-inline: 1.5em;
}

.wp-block-separator {
  border-color: var(--pressbox-border-color-custom);
  border-style: solid;
  border-width: 0 0 1px;
}

/* Patterns */

.entry__content > .wp-block-columns.alignwide {
  gap: 2.5rem;
}

.entry__content .wp-block-post-date {
  color: var(--pressbox-tertiary-text-color);
  font-size: 0.875rem;
}

.entry__content .wp-block-post-template,
.entry__content .wp-block-post-template.is-flex-container,
.entry__content .wp-block-post-template.is-layout-grid,
.entry__content .wp-block-query-loop.is-flex-container {
  gap: 1.25rem;
}

.entry__content .wp-block-post-template.is-flex-container {
  flex-direction: row;
}

.entry__content .wp-block-post-template {
  display: flex;
  flex-direction: column;
  margin-block: 0;
}

.entry__content .wp-block-post-template .wp-block-post {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block: 0;
  flex: 1;
  width: unset !important;
}

.entry__content .wp-block-post-template .wp-block-post > * {
  margin-block: 0;
}

.wp-block-post-template .wp-block-post-title a {
  text-decoration: none;
}

/************************** 

7. Page Structure: Footer

**************************/

#page__footer {
  background-color: var(--pressbox-footer-background-color);
  border-block-start: 1px solid var(--pressbox-border-color-custom);
  color: var(--pressbox-footer-text-color);
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 5rem 0 3.75rem;
}

#page__footer a {
  color: var(--pressbox-footer-link-color);
  text-decoration: underline;
}

#page__footer a:hover,
#page__footer a:focus,
#footer__widgets .current-menu-item > a {
  color: var(--pressbox-footer-link-color-hover);
}

#page__footer h2,
#page__footer h3,
#page__footer h4 {
  color: var(--pressbox-primary-text-color);
  font-size: 1rem;
  font-weight: 500;
}

#page__footer .wp-block-column > * {
  margin-block: 0;
}

#page__footer .wp-block-column > *:not(:last-child) {
  margin-block-end: 1.5rem;
}

#footer__widgets .wp-block-columns {
  gap: 3.75rem;
  margin-block: 0;
}

#footer__widgets ul li {
  list-style-type: none;
}

#footer__widgets ul li:not(:first-of-type) {
  margin-block-start: 0.375rem;
}

#footer__widgets + #footer__disclaimers .page-section__wrapper {
  border-block-start: 1px solid var(--pressbox-border-color-custom);
  margin-block-start: 2.5rem;
  padding-block-start: 2.5rem;
}

.site__copyrights {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.site__copyrights .site-copyrights-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.25rem;
}

#page__footer .designer-credit > a {
  text-decoration: none;
}

/************************** 

8. Comments Styling

**************************/

.block__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-block: 0 2.5rem;
}

#page__comments {
  margin-block: 3.75rem 0;
}

.comments__separator {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-block: 0 1.25rem;
}

#page__comments .comments__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

#page__comments ol,
#page__comments ul {
  list-style-type: none;
}

#page__comments #respond {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#page__comments .children,
#page__comments .children > .comment:not(:first-child) {
  border-top: 1px solid var(--pressbox-border-color-custom);
  margin-block-start: 1.875rem;
  padding-block-start: 1.875rem;
}

#page__comments .children {
  margin-inline-start: 1.875rem;
}

#page__comments .card__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#page__comments .card__excerpt {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

#page__comments .comment__body {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.875rem 2.5rem;
}

#page__comments .comment__avatar {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
}

#page__comments .comment__avatar > img,
#page__author-box img.avatar {
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.03);
  outline: 1px solid var(--pressbox-border-color-black-5);
  outline-offset: -1px;
}

#page__comments .comment__meta {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: flex-end;
}

#page__comments .comment__author {
  font-weight: 600;
}

#page__comments .comment__author > a {
  color: inherit;
}

#page__comments .comment__metadata {
  color: var(--pressbox-tertiary-text-color);
  flex: 1;
  font-size: 0.875rem;
}

#page__comments .comment__content {
  font-size: 1rem;
  line-height: 1.6;
}

#page__comments .comment__content > *:not(:first-child) {
  margin-top: 1.5em;
}

#page__comments .comment__content blockquote {
  border: 1px dashed var(--pressbox-border-color-custom);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  padding: 1.25rem 1.875rem;
}

#respond > *:not(:first-child) {
  margin-block-start: 1.875rem;
}

#respond.comment-respond {
  background-color: #fff;
  margin-block-start: 2.5rem;
}

#reply-title.comment-reply-title {
  display: flex;
  justify-content: space-between;
}

#reply-title.comment-reply-title a {
  color: var(--pressbox-link-color);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-inline-start: 1.25rem;
  text-decoration: underline;
}

#commentform.comment-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#commentform.comment-form label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

#commentform .comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: flex-start;
  justify-items: center;
}

#commentform #wp-comment-cookies-consent {
  margin-top: 0.25rem;
}

#commentform .comment-form-cookies-consent label {
  margin-block: 0;
}

#commentform #comment {
  height: 10rem;
}

/************************** 

9. Misc

**************************/

.entry-meta__disclaimer {
  cursor: pointer;
  position: relative;
}

.entry-disclaimer__tooltip {
  display: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 1.25rem;
  position: absolute;
  top: calc(100% + 0.75rem);
  right: -180px;
  width: 360px;
  opacity: 0;
  transition: opacity 0.2s;
}

.entry-meta__disclaimer:hover .entry-disclaimer__tooltip,
.entry-meta__disclaimer:focus-within .entry-disclaimer__tooltip {
  display: inline-block;
  opacity: 1;
}

/* Tags */

.entry-meta__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 3.75rem 0 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.entry-meta__tags a {
  background-color: var(--pressbox-neutral-color-100);
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
}

/* Post Navigation */

#page__post-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin: 3.75rem 0 0;
}

#page__post-navigation > div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#page__post-navigation .cell__title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

#page__post-navigation .entry__thumbnail {
  margin-block: 0 0.375rem;
}

#page__post-navigation .entry-meta__time {
  color: var(--pressbox-tertiary-text-color);
  font-size: 0.875rem;
}

#page__post-navigation .entry__title {
  font-size: 1.125rem;
  line-height: 1.4;
}

/* Author Box */

#page__author-box {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin-block: 3.75rem 0;
}

#page__author-box .author__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
}

#page__author-box .author__name {
  font-size: 1.25rem;
  line-height: 1.3;
}

/* Block Editor Styles */

.entry__content .wp-block-separator.is-style-default {
  border-color: var(--pressbox-border-color-black-15);
  margin-inline: auto;
  max-width: 200px;
}

.entry__content .wp-block-separator.is-style-dots:before {
  padding-inline-start: 0;
}

.entry__content .wp-block-columns img {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
11.0 Lists
--------------------------------------------------------------*/
.entry__content ul,
.entry__content ol {
  margin-block: 1.25rem 1.875rem;
  padding: 0;
}

.entry__content .wp-block-post-template {
  margin-inline: 0;
}

.entry__content > ul:last-child,
.entry__content > ol:last-child {
  margin-bottom: 0;
}

.entry__content ul > li {
  margin-block: 0.25rem;
}

.entry__content li > ul,
.entry__content li > ol {
  margin: 0.375rem 0 0 2rem;
}

.entry__content dt {
  font-weight: 600;
}

.entry__content dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Archive Pagination/Navigation
--------------------------------------------------------------*/

.posts__pagination {
  border-top: 1px solid var(--pressbox-border-color-custom);
  margin-block: 2.5rem 0;
  padding-top: 2.5rem;
  font-family: var(--pressbox-ff-secondary);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.posts__pagination .nav-links {
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.posts__pagination .nav-links > * {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--pressbox-border-color-black-10);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.03);
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, color 0.15s;
}

.posts__pagination .nav-links a {
  color: var(--pressbox-tertiary-text-color);
  text-decoration: none;
}

.posts__pagination .nav-links a:hover,
.posts__pagination .nav-links a:focus {
  color: var(--pressbox-primary-text-color);
}

.posts__pagination .nav-links .current {
  background-color: var(--pressbox-link-color);
  color: var(--pressbox-neutral-color-100);
}

.posts__pagination .nav-links > *:hover,
.posts__pagination .nav-links > *:focus {
  box-shadow: 6px 6px 6px var(--pressbox-border-color-black-5);
  border-color: var(--pressbox-border-color-black-15);
  transform: translateY(-0.125rem);
}

/**************************

11. Blocks

**************************/

/* Font Sizes -------------- */

:root .has-smallest-font-size {
  font-size: 0.875rem !important;
}

:root .has-small-font-size {
  font-size: 1rem !important;
}

:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 1.125rem !important;
}

:root .has-medium-font-size {
  font-size: 1.25rem !important;
  line-height: 1.6;
}

:root .has-large-font-size {
  font-size: 1.375rem !important;
  line-height: 1.4;
}

:root .has-larger-font-size {
  font-size: 1.5rem !important;
  line-height: 1.3;
}

:root .has-largest-font-size {
  font-size: 2rem !important;
  line-height: 1.3;
}

:root .has-oversized-font-size {
  font-size: 3rem !important;
  line-height: 1.2;
}

/* Editor Color Palette -------------------------------- */

:root .has-body-background-color {
  color: var(--pressbox-background-color);
}

:root .has-white-color {
  color: #fff;
}

:root .has-black-color {
  color: #000;
}

:root .has-primary-text-color {
  color: var(--pressbox-primary-text-color);
}

:root .has-secondary-text-color {
  color: var(--pressbox-secondary-text-color);
}

:root .has-tertiary-text-color {
  color: var(--pressbox-tertiary-text-color);
}

:root .has-link-color {
  color: var(--pressbox-link-color);
}

:root .has-link-hover-color {
  color: var(--pressbox-link-color-hover);
}

:root .has-primary-accent-color {
  color: var(--pressbox-primary-accent-color);
}

:root .has-primary-accent-complementary-color {
  color: var(--pressbox-primary-accent-complementary-color);
}

:root .has-footer-background-color {
  color: var(--pressbox-footer-background-color);
}

:root .has-neutral-100-color {
  color: var(--pressbox-neutral-color-100);
}

:root .has-neutral-900-color {
  color: var(--pressbox-neutral-color-900);
}

:root .has-body-background-background-color {
  background-color: var(--pressbox-background-color);
}

:root .has-white-background-color {
  background-color: #fff;
}

:root .has-black-background-color {
  background-color: #000;
}

:root .has-primary-text-background-color,
:root hr.has-primary-text-color {
  background-color: var(--pressbox-primary-text-color);
}

:root .has-secondary-text-background-color,
:root hr.has-secondary-text-color {
  background-color: var(--pressbox-secondary-text-color);
}

:root .has-link-background-color,
:root hr.has-link-color {
  background-color: var(--pressbox-link-color);
}

:root .has-link-hover-background-color,
:root hr.has-link-hover-color {
  background-color: var(--pressbox-link-color-hover);
}

:root .has-primary-accent-background-color,
:root hr.has-primary-accent-color {
  background-color: var(--pressbox-primary-accent-color);
}

:root .has-primary-accent-complementary-background-color,
:root hr.has-primary-accent-complementary-color {
  background-color: var(--pressbox-primary-accent-complementary-color);
}

:root .has-footer-background-background-color,
:root hr.has-footer-background-color {
  background-color: var(--pressbox-footer-background-color);
}

:root .has-neutral-100-background-color,
:root hr.has-neutral-100-color {
  background-color: var(--pressbox-neutral-color-100);
}

:root .has-neutral-900-background-color,
:root hr.has-neutral-900-color {
  background-color: var(--pressbox-neutral-color-900);
}

/* Block Typography Classes ------------------ */

:root .is-style-typeface-primary {
  font-family: var(--pressbox-ff-primary);
}

:root .is-style-typeface-secondary {
  font-family: var(--pressbox-ff-secondary);
}

/* Buttons ------------------ */

.wp-block-button.is-style-blank > a {
  background-color: unset;
  border-width: 0;
  color: var(--pressbox-primary-text-color);
  text-decoration: underline;
}

.wp-block-button.is-style-blank > a:hover,
.wp-block-button.is-style-blank > a:hover {
  color: var(--pressbox-link-color);
}

/* Headings ------------------ */

:root .is-style-section-title {
  position: relative;
  z-index: 2;
}

:root .is-style-section-title:after {
  background-color: var(--pressbox-primary-text-color);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

:root .is-style-section-title span {
  background: var(--pressbox-background-color);
  display: inline-block;
  padding-inline: 0 1.5rem;
}

/* Lists ------------------ */

:root .is-style-column-count--2,
:root .is-style-column-count--3 {
  column-gap: 2.5rem;
  column-rule: 1px solid var(--pressbox-primary-text-color);
  list-style-type: none;
  margin-inline: 0;
}
:root .is-style-column-count--2 {
  column-count: 2;
}
:root .is-style-column-count--3 {
  column-count: 3;
}
:root .is-style-column-count--4 {
  column-count: 4;
}
:root .is-style-column-count--5 {
  column-count: 5;
}
:root .is-style-column-count--6 {
  column-count: 6;
}

:root ol.is-style-numbers-special {
  counter-reset: li;
}

:root ol.is-style-numbers-special > li {
  border-inline-start: 1px solid var(--pressbox-primary-text-color);
  list-style-type: none;
  margin: 0 0 1.25rem 1.875rem;
  padding: 0 0 0 1.25rem;
  position: relative;
  transition: border-color 0.2s ease-in-out;
}

:root ol.is-style-numbers-special > li:last-of-type {
  margin-bottom: 0;
}

:root ol.is-style-numbers-special > li:before {
  content: counter(li);
  counter-increment: li;
  font-family: var(--pressbox-ff-secondary);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0;
  text-align: right;
  position: absolute;
  top: 0px;
  left: -1.875rem;
}

:root .is-style-table {
  border: 1px solid var(--pressbox-primary-text-color);
  font-size: 1rem;
  list-style: none;
  margin: 1.875rem 0;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
}

:root .is-style-table > li {
  align-self: auto;
  flex: 1 1 100%;
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: center;
}

:root .is-style-table > li:not(:last-of-type):after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  background: var(--pressbox-primary-text-color);
  top: 0.25rem;
  bottom: 0.25rem;
  right: 0;
}

/* Fixes */

.wp-block-search__button {
  align-items: center;
}

/* WP Recipe Maker */

.wprm-recipe-container .wprm-recipe,
.wprm-recipe-container .wprm-recipe {
  max-width: 100%;
  padding: 1.875rem;
}

/**************************

12. Block Patterns

**************************/

.entry__content .is-style-withline {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.entry__content .is-style-withline:after {
  background-color: var(--pressbox-primary-text-color);
  content: "";
  margin-left: 1.5rem;
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 2px;
}

.entry__content > .ilovewp-pattern:not(:first-child) {
  margin-block-start: 2.5rem;
}

.entry__content > .ilovewp-pattern:not(:last-child) {
  margin-block-end: 2.5rem;
}

.ilovewp-pattern .wp-block-columns {
  gap: 1.875rem;
}

.ilovewp-pattern h2 + .wp-block-columns {
  margin-block-start: 1.25rem;
}

.entry__content div.has-background {
  padding: 2.5rem 1.875rem;
  outline: 1px solid var(--pressbox-border-color-black-5);
  outline-offset: -1px;
  transition: transform 0.2s, box-shadow 0.2s, outline 0.2s;
}

.entry__content h2.has-background,
.entry__content h3.has-background,
.entry__content h4.has-background,
.entry__content h5.has-background,
.entry__content h6.has-background {
  padding: 1.125rem;
}

.entry__content .ilovewp-pattern.has-background {
  padding: 3.125rem 2.5rem;
}

.entry__content div.has-background:hover,
.entry__content div.has-background:focus-within {
  outline-color: var(--pressbox-border-color-black-10);
}

.entry__content .wp-block-cover,
.entry__content .wp-block-cover-image {
  padding: 1.25rem;
}

.entry__content--narrow div.wp-block-group.has-background > div > p {
  margin-inline: auto;
  max-width: var(--pressbox-size-narrow);
}

/* Posts Columns #1 */

.ilovewp-pattern__posts-columns--1 .wp-block-columns,
.ilovewp-pattern__posts-columns--2 .wp-block-columns,
.ilovewp-pattern__posts-columns--3 .wp-block-columns,
.ilovewp-pattern__posts-columns--4 .wp-block-columns {
  gap: 3.75rem;
}

.ilovewp-pattern__posts-columns--1 .wp-block-separator,
.ilovewp-pattern__posts-columns--2 .wp-block-separator,
.ilovewp-pattern__posts-columns--3 .wp-block-separator,
.ilovewp-pattern__posts-columns--4 .wp-block-separator {
  margin-block: 1.25rem;
}

.ilovewp-pattern__posts-columns--1 .wp-block-column:not(:first-of-type),
.ilovewp-pattern__posts-columns--2 .wp-block-column:not(:first-of-type),
.ilovewp-pattern__posts-columns--3 .wp-block-column:not(:first-of-type),
.ilovewp-pattern__posts-columns--4 .wp-block-column:not(:first-of-type) {
  position: relative;
}

.ilovewp-pattern__posts-columns--1 .wp-block-column:not(:first-of-type):before,
.ilovewp-pattern__posts-columns--2 .wp-block-column:not(:first-of-type):before,
.ilovewp-pattern__posts-columns--3 .wp-block-column:not(:first-of-type):before,
.ilovewp-pattern__posts-columns--4 .wp-block-column:not(:first-of-type):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: 1px;
  height: 100%;
  background-color: var(--pressbox-border-color-custom);
}

.ilovewp-pattern__posts-columns--1 .wp-block-post-template,
.ilovewp-pattern__posts-columns--2 .wp-block-post-template,
.ilovewp-pattern__posts-columns--3 .wp-block-post-template,
.ilovewp-pattern__posts-columns--4 .wp-block-post-template {
  gap: 0;
}

.ilovewp-pattern__posts-columns--1 .pattern-column__small .wp-block-post {
  flex-direction: row-reverse;
}

.ilovewp-pattern__posts-columns--1
  .pattern-column__small
  .wp-block-post:not(:last-of-type),
.ilovewp-pattern__posts-columns--2
  .pattern-column__small
  .wp-block-post:not(:last-of-type),
.ilovewp-pattern__posts-columns--3 .wp-block-post:not(:last-of-type),
.ilovewp-pattern__posts-columns--4
  .pattern-column__small
  .wp-block-post:not(:last-of-type) {
  border-block-end: 1px solid var(--pressbox-border-color-custom);
  margin-block-end: 1.25rem;
  padding-block-end: 1.25rem;
}

.ilovewp-pattern__posts-columns--3
  .pattern-column__large
  .wp-block-post:not(:last-of-type) {
  margin-block-end: 1.875rem;
  padding-block-end: 1.875rem;
}

.ilovewp-pattern__posts-columns--1 .pattern-column__large .wp-block-post-title {
  font-size: 1.5rem;
}

.ilovewp-pattern__posts-columns--1 .pattern-column__small .wp-block-group,
.ilovewp-pattern__posts-columns--2 .pattern-column__small .wp-block-group,
.ilovewp-pattern__posts-columns--3 .pattern-column__small .wp-block-group,
.ilovewp-pattern__posts-columns--4 .pattern-column__small .wp-block-group {
  flex: 1;
}

.ilovewp-pattern__posts-columns--1
  .pattern-column__small
  .wp-block-group__inner-container,
.ilovewp-pattern__posts-columns--2 .wp-block-group__inner-container,
.ilovewp-pattern__posts-columns--3 .wp-block-group__inner-container,
.ilovewp-pattern__posts-columns--4 .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ilovewp-pattern__posts-columns--1
  .pattern-column__large
  .wp-block-group__inner-container,
.ilovewp-pattern__posts-columns--2
  .pattern-column__large
  .wp-block-group__inner-container {
  gap: 1.25rem;
}

.ilovewp-pattern__posts-columns--1
  .pattern-column__small
  .wp-block-group__inner-container
  > *,
.ilovewp-pattern__posts-columns--2
  .pattern-column__small
  .wp-block-group__inner-container
  > *,
.ilovewp-pattern__posts-columns--3 .wp-block-group__inner-container > *,
.ilovewp-pattern__posts-columns--4 .wp-block-group__inner-container > *,
.ilovewp-pattern__posts-columns .wp-block-post-excerpt p {
  margin-block: 0;
}

.ilovewp-pattern__posts-columns--1
  .pattern-column__small
  .wp-block-post-featured-image {
  max-width: clamp(100px, 33%, 180px);
}

/* Posts Columns #2 */

.ilovewp-pattern__posts-columns--2
  .pattern-column__large
  > .wp-block-query
  .wp-block-post {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.ilovewp-pattern__posts-columns--2 .pattern-column__large .wp-block-post-title {
  font-size: 1.75rem;
  margin-block: 0;
}

.ilovewp-pattern__posts-columns--2
  .pattern-column__large
  > .wp-block-query
  .wp-block-post
  > * {
  flex: 1;
}

/* Posts Columns #3 */

.ilovewp-pattern__posts-columns--3 .pattern-column__large .wp-block-post {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}

.ilovewp-pattern__posts-columns--3
  .pattern-column__large
  .wp-block-post
  .wp-block-group {
  flex: 1 1 0;
}

.ilovewp-pattern__posts-columns--3
  .pattern-column__large
  .wp-block-group__inner-container {
  gap: 1.25rem;
}

.ilovewp-pattern__posts-columns--3
  .pattern-column__large
  .wp-block-post
  .wp-block-post-featured-image {
  flex: 0 1 35%;
}

.ilovewp-pattern__posts-columns--3 .pattern-column__large .wp-block-post-title {
  font-size: 1.5rem;
}

/* Posts Columns #4 */

.ilovewp-pattern__posts-columns--4
  .pattern-column__large
  > .wp-block-query
  .wp-block-post {
  flex-direction: row;
  gap: 2.5rem;
}

.ilovewp-pattern__posts-columns--4
  .pattern-column__large
  .wp-block-post
  .wp-block-group {
  flex: 1 1 0;
}

.ilovewp-pattern__posts-columns--4
  .pattern-column__large
  .wp-block-group__inner-container {
  gap: 1.25rem;
}

.ilovewp-pattern__posts-columns--4
  .pattern-column__large
  > .wp-block-query
  .wp-block-post
  .wp-block-post-featured-image {
  flex: 0 1 35%;
}

.ilovewp-pattern__posts-columns--4 .pattern-column__large .wp-block-post-title {
  font-size: 1.5rem;
  margin-block: 0;
}

.ilovewp-pattern__posts-columns--4
  .pattern-content__secondary
  .wp-block-post-template.is-flex-container.is-flex-container {
  gap: 1.875rem;
}

.ilovewp-pattern__posts-columns--4
  .pattern-content__secondary
  .wp-block-post-template.is-flex-container.is-flex-container
  .wp-block-post {
  flex-direction: column;
  width: unset;
  flex: 1;
}

/* Posts Columns #5 */

.ilovewp-pattern__posts-columns--5 .wp-block-columns {
  gap: 2.8125rem;
}

.ilovewp-pattern__posts-columns--5 .wp-block-post-template {
  gap: 1.875rem;
}

.ilovewp-pattern__posts-columns--5 .wp-block-post-template .wp-block-post {
  gap: 1.25rem;
}

.ilovewp-pattern__posts-columns--5 .pattern-column__large .wp-block-post-title {
  font-size: 1.5rem;
  margin-block: 0;
}

/* Alternatives Columns */

.ilovewp-pattern__alternatives h1,
.ilovewp-pattern__alternatives h2,
.ilovewp-pattern__alternatives h3,
.ilovewp-pattern__alternatives h4,
.ilovewp-pattern__alternatives h5,
.ilovewp-pattern__alternatives h6 {
  font-weight: normal;
}

.ilovewp-pattern__alternatives a:hover,
.ilovewp-pattern__alternatives a:focus {
  text-decoration: underline;
}

/* Alternatives Columns #1 */

.ilovewp-pattern__alternatives--1 .wp-block-columns {
  gap: 1.25rem;
}

.ilovewp-pattern__alternatives--1 .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.ilovewp-pattern__alternatives--1 .wp-block-column.has-background {
  padding: 2.5rem 1.875rem;
}

.ilovewp-pattern__alternatives--1 .wp-block-column > * {
  margin-block: 0;
}

.ilovewp-pattern__alternatives--1 .entry__title {
  font-size: 1.5rem;
}

.ilovewp-pattern__alternatives--1 .entry__tagline {
  font-size: 0.9375rem;
  font-weight: 500;
}

.ilovewp-pattern__alternatives--1 .entry__tagline.has-background {
  border-radius: 100px;
  display: inline-block;
  margin-inline: auto;
  padding-block: 0.75rem;
}

.ilovewp-pattern__alternatives--1 .wp-block-buttons {
  gap: 1rem;
}

.ilovewp-pattern__alternatives--1 a.wp-block-button__link {
  padding: 1rem 1.5rem;
}

.ilovewp-pattern__alternatives--1 a.wp-block-button__link:hover,
.ilovewp-pattern__alternatives--1 a.wp-block-button__link:focus {
  text-decoration: underline;
}

.ilovewp-pattern__alternatives--1 .is-style-fill a.wp-block-button__link:hover,
.ilovewp-pattern__alternatives--1 .is-style-fill a.wp-block-button__link:focus {
  background-color: var(--pressbox-link-color);
  border-color: var(--pressbox-link-color);
  color: var(--pressbox-neutral-color-100);
  outline-color: var(--pressbox-link-color);
}

.ilovewp-pattern__alternatives--1
  .is-style-outline
  a.wp-block-button__link:hover,
.ilovewp-pattern__alternatives--1
  .is-style-outline
  a.wp-block-button__link:focus {
  border-color: var(--pressbox-link-color);
  color: var(--pressbox-link-color);
}

/* Alternatives Columns #2 */

.ilovewp-pattern__alternatives--2 .wp-block-column > * {
  margin-block: 0;
}

.ilovewp-pattern__alternatives--2 .wp-block-column a {
  color: inherit;
}

.ilovewp-pattern__alternatives--2 .has-background {
  transition: box-shadow 0.2s;
}

.ilovewp-pattern__alternatives--2 .has-background:hover,
.ilovewp-pattern__alternatives--2 .has-background:focus {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

/* Alternatives Columns #3 */

.ilovewp-pattern__alternatives--3 .wp-block-column > * {
  margin-block: 0;
}

.ilovewp-pattern__alternatives--3 .wp-block-column a {
  color: inherit;
}

.ilovewp-pattern__alternatives--3 .wp-block-cover {
  display: flex;
  align-items: stretch;
  padding: 1.25rem;
}

.ilovewp-pattern__alternatives--3 .wp-block-cover__inner-container {
  border: 1px solid var(--pressbox-border-color-white-15);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.ilovewp-pattern__alternatives--3 .wp-block-cover__inner-container > * {
  flex: 1;
}

.ilovewp-pattern__alternatives--3 .has-background {
  transition: box-shadow 0.2s;
}

.ilovewp-pattern__alternatives--3 .has-background:hover,
.ilovewp-pattern__alternatives--3 .has-background:focus {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

/* Featured Category #1 */

.ilovewp-pattern__category--1 .wp-block-post-template.is-layout-grid,
.ilovewp-pattern__category--1 .wp-block-post-template.is-flex-container {
  display: grid;
}

.ilovewp-pattern__category--1 .wp-block-post-template.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.ilovewp-pattern__category--1 .wp-block-post-template.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ilovewp-pattern__category--1 .wp-block-post-template.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ilovewp-pattern__category--1 .wp-block-post-template.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.ilovewp-pattern__category--1 .wp-block-post-template.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.ilovewp-pattern__category--1
  .wp-block-post-template:not(.is-flex-container, .is-layout-grid)
  .wp-block-post:not(:last-of-type) {
  border-block-end: 1px solid var(--pressbox-border-color-custom);
  padding-bottom: 1.25rem;
}

/* CTA #1 */

.ilovewp-pattern__cta--1 .wp-block-cover__inner-container > * {
  margin-block: 0;
}

.ilovewp-pattern__cta--1 .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.ilovewp-pattern__cta--1 .wp-block-cover__background,
.ilovewp-pattern__cta--1 .wp-block-cover__image-background {
  border-radius: 5px;
}

/*********************************

13. Animations

*********************************/

.page-with-animations .entry-thumbnail img:hover,
.page-with-animations .entry-thumbnail:focus-within img,
.page-with-animations .ilovewp-pattern .wp-block-image:hover img,
.page-with-animations .ilovewp-pattern .wp-block-image:focus-within img,
.page-with-animations .ilovewp-pattern .wp-block-cover:hover img,
.page-with-animations .ilovewp-pattern .wp-block-cover:focus-within img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

:root .page-with-animations .ilovewp-pattern .wp-block-cover {
  overflow: hidden;
}

:root .page-with-animations .js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

:root .page-with-animations .js-scroll.scrolled {
  opacity: 1;
}

:root .page-with-animations .scrolled.fade-in {
  animation: fade-in 0.5s ease-in-out both;
}

:root .page-with-animations .scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.5s ease-in-out both;
}

:root .page-with-animations .scrolled.slide-left {
  animation: slide-in-left 0.5s ease-in-out both;
}

:root .page-with-animations .scrolled.slide-right {
  animation: slide-in-right 0.5s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**************************

14. Media Queries 

**************************/

@media screen and (max-width: 1300px) {
  :root {
    --pressbox-section-width: 100%;
    --pressbox-wrapper-padding-medium: 3.125rem;
    --pressbox-wrapper-padding-small: 1.875rem;
  }

  .page-section__wrapper {
    padding-inline: var(--pressbox-wrapper-padding-small);
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #masthead__utilities .section__columns--3 {
    flex-wrap: wrap;
  }

  .page__masthead--2 #masthead__utilities .section__columns {
    flex-direction: column;
  }

  .page__masthead--2 .dropdown-menu {
    justify-content: flex-start;
  }

  #page-content__columns {
    gap: 2.5rem;
  }

  .content-column--aside {
    flex-basis: 250px;
  }

  #entry__title {
    font-size: 2.25rem;
  }

  #entry__deck.entry__deck--before {
    font-size: 1.125rem;
  }

  .pressbox__posts-loop--list-full .entry__title,
  .pressbox__posts-loop .pressbox__posts-item--full .entry__title {
    font-size: 1.75rem;
  }

  .pressbox__posts-loop--list-columns .pressbox__posts-item {
    gap: 1.875rem;
  }

  .pressbox__posts-loop--list-columns .entry__thumbnail {
    flex-basis: 28%;
  }

  .pressbox__posts-loop--list-columns .entry__title {
    font-size: 1.375rem;
  }

  .page-withsidebar .entry__content--narrow > * {
    max-width: 100%;
  }

  .page-section__box {
    gap: 1.875rem;
    padding: 1.875rem 1.875rem 2.5rem;
  }

  #page__author-box {
    gap: 1.875rem;
  }

  /* Patterns */

  .entry__content > .wp-block-columns.alignwide {
    gap: 1.875rem;
  }

  .ilovewp-pattern__posts-columns--1 .wp-block-columns,
  .ilovewp-pattern__posts-columns--2 .wp-block-columns,
  .ilovewp-pattern__posts-columns--3 .wp-block-columns,
  .ilovewp-pattern__posts-columns--4 .wp-block-columns {
    gap: 2.5rem;
  }

  .ilovewp-pattern__posts-columns--1
    .wp-block-column:not(:first-of-type):before,
  .ilovewp-pattern__posts-columns--2
    .wp-block-column:not(:first-of-type):before,
  .ilovewp-pattern__posts-columns--3
    .wp-block-column:not(:first-of-type):before,
  .ilovewp-pattern__posts-columns--4
    .wp-block-column:not(:first-of-type):before {
    left: -1.25rem;
  }

  .ilovewp-pattern__posts-columns--2 .wp-block-columns .pattern-column__small,
  .ilovewp-pattern__posts-columns--3 .wp-block-columns .pattern-column__small,
  .ilovewp-pattern__posts-columns--4 .wp-block-columns .pattern-column__small {
    flex-basis: 30% !important;
  }

  .ilovewp-pattern__posts-columns--3 .pattern-column__large .wp-block-post,
  .ilovewp-pattern__posts-columns--4
    .pattern-column__large
    > .wp-block-query
    .wp-block-post {
    flex-direction: column-reverse;
  }

  .ilovewp-pattern__posts-columns--5 .wp-block-columns {
    gap: 1.875rem;
  }

  .ilovewp-pattern__posts-columns--3
    .pattern-column__large
    .wp-block-post
    .wp-block-post-featured-image {
    flex: 1;
    margin-inline: 0;
  }

  .ilovewp-pattern__posts-columns--5
    .pattern-column__large
    .wp-block-post-title {
    font-size: 1.375rem;
  }

  .ilovewp-pattern__category--1 .is-layout-grid.columns-4,
  .ilovewp-pattern__category--1 .is-flex-container.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* Font Sizes -------------- */

  :root .has-regular-font-size,
  :root .has-normal-font-size {
    font-size: 1.0625rem !important;
  }

  :root .has-oversized-font-size {
    font-size: 2.25rem !important;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --pressbox-wrapper-padding-small: 1.25rem;
  }

  .site-header-layout--1 #masthead__navigation,
  .site-header-layout--3 #masthead__navigation {
    padding-block: 0.75rem;
  }

  .site-header-layout--1 #header-search__form,
  .site-header-layout--2 #header-search__form,
  .site-header-layout--3 #header-search__form {
    transform: translateY(12px);
  }

  .site-header-layout--1 #masthead__utilities .section__columns {
    flex-direction: column;
  }

  .site-header-layout--1 #masthead__navigation .section__columns {
    align-items: unset;
    flex-direction: column-reverse;
    gap: 0;
  }

  .site-header-layout--1 #masthead__navigation .section-column--2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .site-header-layout--3 .section__columns--3 {
    flex-direction: column;
  }

  .site-header-layout--2 .section-column--2 {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .site-header-layout--2 #site-nav__primary {
    flex-basis: 100%;
    order: 2;
  }

  #site-nav__primary {
    display: none;
    border-block-start: 1px solid var(--pressbox-border-color-black-10);
    margin-block: 1.25rem;
    padding-block: 1.25rem;
  }

  #header-hamburger__toggle {
    display: flex;
  }

  .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }

  .page__masthead--2 .dropdown-menu {
    justify-content: unset;
  }

  .button-toggle-submenu {
    display: none;
  }

  .header-menu.dropdown-menu > li {
    border-bottom: 1px solid var(--pressbox-border-color-black-10);
    display: block;
    height: 100%;
    padding-bottom: 1.25rem;
  }

  .header-menu.dropdown-menu > .menu-item > a {
    display: inline-flex;
    padding-block: 0.25rem;
  }

  .header-menu.dropdown-menu .menu-item-has-children {
    display: block;
  }

  .header-menu.dropdown-menu .sub-menu {
    display: block !important;
    opacity: 1 !important;
    background: unset;
    border-width: 0;
    margin-block-start: 1.25rem;
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    box-shadow: unset;
  }

  .header-menu.dropdown-menu .sub-menu li {
    font-size: 0.9375rem;
    font-weight: normal;
  }

  .header-menu.dropdown-menu .sub-menu a {
    padding: 0.25rem 0;
  }

  .header-menu.dropdown-menu .sub-menu a:hover,
  .header-menu.dropdown-menu .sub-menu a:focus {
    background-color: unset;
  }

  .header-menu.dropdown-menu > .menu-item > .sub-menu > .menu-item > a:before {
    content: "\f105";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: 12px/12px icomoon;
    margin: 0 6px 1px 0;
    vertical-align: middle;
  }

  .header-menu.dropdown-menu .sub-menu .sub-menu {
    top: unset;
    right: unset;
    left: unset;
    border-inline-start: 1px solid var(--pressbox-border-color-black-10);
    margin-block: 0.75rem;
    padding-inline-start: 1.25rem;
  }

  /* Content */

  #entry__masthead {
    margin-block: 2.5rem 1.875rem;
  }

  #page-content__columns {
    flex-direction: column;
  }

  #page__aside {
    flex: 1;
  }

  #page__aside .sidebar-widgets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.875rem;
  }

  .entry-meta__disclaimer {
    position: unset;
  }

  .entry-disclaimer__tooltip {
    right: 0;
    width: 100%;
  }

  .entry__content {
    font-size: 1.0625rem;
  }

  .entry__content .ilovewp-pattern.has-background {
    padding: 2.5rem var(--pressbox-wrapper-padding-small);
  }

  .pressbox__posts-loop--standard.pressbox__posts-loop--list
    .pressbox__posts-item:not(:last-of-type),
  .pressbox__posts-loop--cards.pressbox__posts-loop--list
    .pressbox__posts-item:not(:last-of-type) {
    margin-block-end: 1.875rem;
    padding-block-end: 1.875rem;
  }

  .ilovewp-pattern__posts-columns--3
    .pattern-column__large
    .wp-block-post-title,
  .ilovewp-pattern__posts-columns--4
    .pattern-column__large
    .wp-block-post-title,
  .ilovewp-pattern__posts-columns--5
    .pattern-column__large
    .wp-block-post-title {
    font-size: 1.375rem;
  }

  .ilovewp-pattern__posts-columns--3
    .pattern-column__large
    .wp-block-post
    .wp-block-post-featured-image {
    flex-basis: 33%;
  }

  .ilovewp-pattern__posts-columns--4
    .pattern-column__large
    > .wp-block-query
    .wp-block-post
    .wp-block-post-featured-image {
    flex-basis: unset;
  }

  .ilovewp-pattern__posts-columns--5 .pattern-column__large {
    order: 1;
  }

  .entry__content .ilovewp-pattern .wp-block-post-featured-image {
    margin-inline: 0;
  }

  .ilovewp-pattern__posts-columns--5 .pattern-column__small {
    order: 2;
  }

  #page__footer {
    padding-block: 3.75rem 2.5rem;
  }

  .site__copyrights {
    flex-direction: column;
    gap: 1.25rem;
  }

  .site__copyrights > div:last-of-type:not(:only-child) {
    flex-basis: unset;
    text-align: start;
  }
}

@media screen and (max-width: 640px) {
  .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .entry__content {
    font-size: 1rem;
    line-height: 1.5;
  }

  .entry__content h2 {
    font-size: 1.5rem;
  }

  .entry__content h3 {
    font-size: 1.375rem;
  }

  .entry__content h3 {
    font-size: 1.25rem;
  }

  #entry__title {
    font-size: 2rem;
  }

  #entry__deck {
    line-height: 1.6;
  }

  #entry__deck.entry__deck--before {
    font-size: 1.0625rem;
  }

  #page__author-box {
    flex-direction: column;
  }

  .pressbox__posts-loop--columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pressbox__posts-loop--columns-3 .pressbox__posts-item--full {
    grid-column-end: 3;
  }

  .ilovewp-pattern__posts-columns--2
    .pattern-column__large
    .wp-block-post-title {
    font-size: 1.375rem;
  }

  .pressbox__posts-loop--list-full .entry__title,
  .pressbox__posts-loop .pressbox__posts-item--full .entry__title {
    font-size: 1.5rem;
  }

  .pressbox__posts-loop--list-columns .entry__title {
    font-size: 1.25rem;
  }

  /* Font Sizes -------------- */

  :root .has-regular-font-size,
  :root .has-normal-font-size {
    font-size: 1rem !important;
  }

  :root .has-medium-font-size {
    font-size: 1.125rem !important;
    line-height: 1.6;
  }

  :root .has-large-font-size {
    font-size: 1.25rem !important;
    line-height: 1.4;
  }

  :root .has-larger-font-size {
    font-size: 1.375rem !important;
    line-height: 1.5;
  }

  :root .has-largest-font-size {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }

  :root .has-oversized-font-size {
    font-size: 2rem !important;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #entry__title {
    font-size: 1.75rem;
  }

  #entry__deck {
    line-height: 1.5;
  }

  #entry__deck.entry__deck--before {
    font-size: 1rem;
  }

  #page__aside .sidebar-widgets {
    display: flex;
    flex-direction: column;
  }

  .pressbox__posts-loop--columns-2,
  .pressbox__posts-loop--columns-3,
  #page__post-navigation {
    grid-template-columns: repeat(1, 1fr);
  }

  .pressbox__posts-loop--columns-2 .pressbox__posts-item--full,
  .pressbox__posts-loop--columns-3 .pressbox__posts-item--full {
    grid-column-end: 2;
  }

  .pressbox__posts-loop--list-columns .pressbox__posts-item {
    flex-direction: column;
  }

  .pressbox__posts-loop .pressbox__posts-item--full .entry__title {
    font-size: 1.5rem;
  }

  /* Font Sizes -------------- */

  :root .has-regular-font-size,
  :root .has-normal-font-size {
    font-size: 1rem !important;
  }

  :root .has-medium-font-size {
    font-size: 1.125rem !important;
  }

  :root .has-large-font-size {
    font-size: 1.1875rem !important;
  }

  :root .has-larger-font-size {
    font-size: 1.25rem !important;
  }

  :root .has-largest-font-size {
    font-size: 1.375rem !important;
  }

  :root .has-oversized-font-size {
    font-size: 1.75rem !important;
  }

  /* Patterns */

  .entry__content .wp-block-post-template,
  .entry__content .wp-block-post-template.is-flex-container,
  .entry__content .wp-block-post-template.is-layout-grid,
  .entry__content .wp-block-query-loop.is-flex-container,
  .entry__content .wp-block-query-loop.is-layout-grid {
    gap: 1.875rem;
  }

  .ilovewp-pattern__posts-columns--1
    .pattern-column__small
    .wp-block-post:not(:last-of-type),
  .ilovewp-pattern__posts-columns--2
    .pattern-column__small
    .wp-block-post:not(:last-of-type),
  .ilovewp-pattern__posts-columns--3 .wp-block-post:not(:last-of-type),
  .ilovewp-pattern__posts-columns--4
    .pattern-column__small
    .wp-block-post:not(:last-of-type) {
    margin-block-end: 0;
  }

  .entry__content .wp-block-post-template.is-flex-container,
  .entry__content .wp-block-post-template.is-layout-grid {
    flex-direction: column;
  }

  .ilovewp-pattern__category--1 .wp-block-post-template.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ilovewp-pattern__category--1
    .wp-block-post-template
    .wp-block-post:not(:last-of-type) {
    border-bottom: 1px solid var(--pressbox-border-color-custom);
    padding-bottom: 1.875rem;
  }

  .ilovewp-pattern__posts-columns--3
    .pattern-column__large
    .wp-block-post-title,
  .ilovewp-pattern__posts-columns--4
    .pattern-column__large
    .wp-block-post-title,
  .ilovewp-pattern__posts-columns--5
    .pattern-column__large
    .wp-block-post-title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 380px) {
  :root {
    --pressbox-wrapper-padding-small: 0.9375rem;
  }

  .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .header-menu.dropdown-menu > li {
    padding-bottom: 0.75rem;
  }

  #header-search__form {
    flex-direction: column;
    padding: 1.25rem;
  }

  #header-search__submit {
    border-width: 0;
  }

  #entry__title {
    font-size: 1.5rem;
  }

  .pressbox__posts-loop .pressbox__posts-item--full .entry__excerpt {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .pressbox__posts-item .entry__excerpt {
    line-height: 1.5;
  }

  .ilovewp-pattern__posts-columns--1 .pattern-column__small .wp-block-post {
    flex-direction: column;
  }

  .ilovewp-pattern__posts-columns--1
    .pattern-column__small
    .wp-block-post-featured-image {
    max-width: unset;
  }

  .ilovewp-pattern__category--1 .is-flex-container.columns-4,
  .ilovewp-pattern__category--1 .is-layout-grid.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (prefers-reduced-motion) {
  .js-scroll {
    opacity: 1;
  }

  .scrolled {
    animation: none !important;
  }

  :root .page-with-animations .entry-thumbnail img:hover {
    -webkit-transform: unset !important;
    transform: unset !important;
  }
}
