@charset "UTF-8";
/*
  Theme Name: Reginald
  Theme URI: gratis-themes.com/themes/reginald
  Author: Gratis Themes
  Author URI: https://gratis-themes.com/
  Description: Create a minimalistic website that is responsive and optimized for mobile.
  Version: 2.2.1
  Requires at least: 5.0
  Tested up to: 5.7
  Requires PHP: 7.0
  License: GNU General Public License v3
  License URI: http://www.gnu.org/licenses/gpl-3.0.html  
  Tags: blog, one-column, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu,editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
  Text Domain: reginald

  Reginald WordPress Theme, Copyright (C) 2016-2022, Gratis Themes
  Reginald distributed under the terms of the GNU GPL v3
*/
/* Table of Contents
  -------------------------------
  0.0 Normalize.css
  1.0 Base
    1.1 Root
    1.2 Typography
    1.3 Lists
    1.4 Tables
    1.5 Media
    1.6 Forms
  2.0 Classes
    2.1 Alignment
    2.2 Accessibility
  3.0 Components
    3.1 Headers
    3.2 Entry meta
    3.3 Post thumbnail
    3.4 nav-links
    3.5 page-links
    3.6 image-navigation
    3.7 Entry tags
    3.8 Author bio
    3.9 read-more-link
    3.10 edit-post-link
    3.11 scroll-to-top
  4.0 Pages/Layouts
    4.1 Attachment
  5.0 Site header
    5.1 Header nav
    5.2 Branding
    5.3 Social links
    5.4 Header image
  6.0 Comments
  7.0 Widgets
    9.1 Widget areas
    9.2 Widgets
  8.0 Site footer
    10.1 Footer nav
  9.0 Post formats
  10.0 Block styles
  -------------------------------
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Base */
/* Base: Root */
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray-200: #FAFAFA;
  --color-gray-400: #EEEEEE;
  --color-gray-600: #BDBDBD;
  --color-gray-900: #191919;
  --color-blue: #1E73BE;
  --font-family: "Open Sans", sans-serif;
  --font-size: 1rem;
  --font-style: normal;
  --border-width: .0625em;
  --border-style: solid;
  --border-color: var(--color-gray-400);
  --border-radius: .125em;
  --background-color: var(--color-blue);
  --background-color-container: var(--color-white);
  --text-color: var(--color-black);
  --anchor-color: var(--color-gray-900);
  --site-title-color: var(--color-gray-900);
  --site-tagline-color: var(--color-gray-900);
}

/* Base: Typography */
html {
  font-family: var(--font-family);
}

body {
  font-size: var(--font-size);
  font-style: var(--font-style);
  font-weight: 400;
  color: var(--text-color);
  word-wrap: break-word;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  line-height: 1.5;
}

a {
  color: var(--anchor-color);
  text-decoration: underline;
}

q {
  font-style: italic;
}

blockquote {
  background-color: var(--color-gray-200);
  margin: 0 0 1em;
  padding: 0.85em;
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  color: var(--color-gray-900);
}
blockquote p {
  margin: 0;
}

q::before,
blockquote::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  font-weight: 900;
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
}

blockquote::before {
  font-size: 1.8rem;
  color: var(--color-gray-900);
}

address {
  font-style: italic;
}

cite {
  font-style: italic;
}

code {
  background-color: var(--color-gray-400);
  padding-inline: 0.25em;
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  color: var(--color-gray-900);
}

hr {
  width: 100%;
  border: none;
  height: var(--border-width);
  background-color: var(--text-color);
}

ins {
  text-decoration: underline;
}

pre {
  white-space: pre;
  max-width: 100%;
  overflow-x: auto;
}

/* Base: Lists */
dt {
  font-weight: 600;
}

dd {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  line-height: 1.5;
}

ul,
ol {
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  padding: 0;
}

li {
  margin-block: 0.65em;
}

/* Base: Tables */
table,
td,
th {
  border: var(--border-width) var(--border-style) var(--border-color);
}

table {
  display: block;
  border-spacing: 0;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (min-width: 28em) {
  table {
    display: table;
    white-space: initial;
    border-collapse: collapse;
  }
}

td,
th {
  padding: 1em;
}

/* Base: Media */
img,
figure,
iframe,
embed,
object {
  max-width: 100%;
}

img {
  vertical-align: bottom;
  height: auto;
}

figure {
  margin: 0;
}

.wp-caption {
  border: var(--border-width) var(--border-style) var(--border-color);
}

.wp-caption-text {
  background-color: var(--color-gray-200);
  color: var(--color-gray-900);
  padding: 0.5em;
  text-align: start;
  font-size: 0.85rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  max-width: 100%;
  gap: 1em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}

.gallery-item {
  background-color: transparent;
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  overflow: hidden;
}
.gallery-item .wp-caption-text {
  background-color: transparent;
  color: var(--text-color);
  padding-inline: 0;
  text-align: center;
}
.gallery-item img {
  display: block;
  margin-inline: auto;
}

.gallery-caption {
  text-align: initial;
  font-weight: normal;
}

@media (min-width: 48em) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
  }

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

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

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

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

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

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

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

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

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

  .gallery-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
/* Base: Forms */
input,
textarea,
select {
  background-color: var(--color-gray-200);
  color: var(--color-black);
  max-width: 100%;
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  padding: 0.5em;
}

/* iOS not respecting border-radius */
[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=tel],
[type=color],
[type=datetime],
[list=datalist],
[type=search],
textarea {
  -webkit-appearance: none;
}

[type=color] {
  padding: initial;
  cursor: pointer;
  border: none;
}

[type=file] {
  padding: 0.5em;
}

/* buttons */
button,
.button,
[type=button],
[type=reset],
[type=submit] {
  background-color: var(--color-gray-200);
  color: var(--color-black);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  padding: 0.5em 0.75em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
button:hover,
.button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: var(--color-gray-400);
}

[type=submit] {
  background-color: var(--color-gray-400);
}

@media (prefers-reduced-motion) {
  button,
.button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
fieldset {
  min-width: 0px;
}

/* Search and Password forms */
.search-form,
.post-password-form p:nth-child(2) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 1em;
}

.search-form .search-submit,
.post-password-form [type=submit] {
  -webkit-margin-start: -0.0625em;
          margin-inline-start: -0.0625em;
}

.post-password-form [type=submit] {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.search-form .search-field,
.post-password-form [type=password] {
  width: 100%;
}

.search-form > label,
.search-form .search-submit,
.post-password-form p:nth-child(2) > label,
.post-password-form [type=submit] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 22em) {
  .post-password-form p:nth-child(2) {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* Classes */
/* Classes: Alignment */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

@media (min-width: 64em) {
  .alignwide {
    width: -webkit-calc(100% + 4rem);
    width: calc(100% + 4rem);
    max-width: -webkit-calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    margin: 0 auto 1em -2rem;
  }
}

.alignfull {
  background-color: var(--background-color-container);
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.alignfull p {
  padding: 0.5em;
}
.alignfull img {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* Clear floats */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Classes: Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Components */
/* Components: Headers */
.archive-header,
.page-header,
.entry-header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-gap: 0.5em;
}
.archive-header i,
.page-header i,
.entry-header i {
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}
.archive-header h1,
.archive-header h2,
.page-header h1,
.page-header h2,
.entry-header h1,
.entry-header h2 {
  margin: 0;
  padding: 0 0 0.125em;
}
.archive-header h1 a:hover,
.archive-header h2 a:hover,
.page-header h1 a:hover,
.page-header h2 a:hover,
.entry-header h1 a:hover,
.entry-header h2 a:hover {
  text-decoration: none;
}
.archive-header h2,
.page-header h2,
.entry-header h2 {
  font-size: 1.6rem;
}
.archive-header a,
.page-header a,
.entry-header a {
  text-decoration: none;
  color: var(--text-color);
}
.archive-header a:hover,
.page-header a:hover,
.entry-header a:hover {
  text-decoration: underline;
}
.archive-header p,
.page-header p,
.entry-header p {
  margin: 0;
}

.sticky .entry-header h2::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-weight: 900;
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}

/* Components: Entry meta */
.entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.85rem;
  gap: 0.25em;
}
.entry-meta .avatar {
  display: none;
}
.entry-meta i {
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}

@media (min-width: 68em) {
  .entry-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .entry-meta__author {
    justify-self: flex-start;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    line-height: 2.5em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .entry-meta__author i {
    display: none;
  }
  .entry-meta__author .avatar {
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
  }
  .entry-meta__author, .entry-meta__date, .entry-meta__comments {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }

  article.author-hidden .entry-meta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* Components: Post thumbnail */
.post-thumbnail {
  display: block;
  margin-block: 0.5em;
}
.post-thumbnail img {
  display: block;
  margin-inline: auto;
}

/* Compoinents: Nav links */
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
.nav-links a {
  color: var(--text-color);
}

.pagination .nav-links {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-previous,
.nav-next,
.page-numbers:not(.dots) {
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  text-decoration: none;
  color: var(--color-gray-900);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.nav-previous a,
.nav-next a,
.page-numbers:not(.dots) a {
  color: var(--color-gray-900);
}
.nav-previous:hover:not(.current),
.nav-next:hover:not(.current),
.page-numbers:not(.dots):hover:not(.current) {
  background-color: var(--color-gray-400);
}

.nav-previous a,
.nav-next a,
.page-numbers:not(.dots) {
  display: block;
  text-decoration: none;
  padding: 0.5em;
}

.page-numbers.dots {
  padding: 0.75em 0.5em 0;
}

.page-numbers.current {
  background-color: transparent;
  color: var(--text-color);
}

.nav-previous i,
.page-numbers.prev i {
  margin-right: 0.5em;
}

.nav-next i,
.page-numbers.next i {
  margin-left: 0.5em;
}

@media (min-width: 48em) {
  .nav-next {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }

  .nav-previous ~ .nav-next {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
/* Components: Page links */
.page-links {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  clear: both;
}

.post-page-numbers {
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  text-decoration: none;
  padding: 0.128em 0.5em;
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
  color: var(--color-gray-900);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.post-page-numbers:hover:not(.current) {
  background-color: var(--color-gray-400);
}
.post-page-numbers.current {
  background-color: transparent;
  color: var(--text-color);
}

.post-page-numbers + .post-page-numbers {
  -webkit-margin-start: 0.25em;
          margin-inline-start: 0.25em;
}

@media (prefers-reduced-motion) {
  .post-page-numbers {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* Components: Image navigation */
.image-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.image-nav__previous a, .image-nav__next a {
  display: block;
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  text-decoration: none;
  padding: 0.5em 0.75em;
  color: var(--color-gray-900);
}
.image-nav__previous a:hover, .image-nav__next a:hover {
  background-color: var(--color-gray-400);
}
.image-nav__previous i {
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.image-nav__next i {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

/* Components: Entry tags */
.entry-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.entry-tags__tag {
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  padding: 0.25em 0.5em;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.entry-tags__tag:hover {
  background-color: var(--color-gray-400);
}
.entry-tags__tag i {
  color: var(--color-gray-600);
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.entry-tags__tag a {
  color: var(--color-gray-900);
  text-decoration: none;
}

/* Components: Author bio */
.author-bio {
  display: grid;
  grid-template-columns: 4em minmax(0, 1fr);
  grid-gap: 0.5em 1em;
  text-align: left;
  margin-inline: 0;
  max-width: 74ch;
}
.author-bio .avatar {
  display: block;
  grid-row: 1/4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.author-bio__title, .author-bio__description {
  margin: 0;
}
.author-bio__title a {
  text-decoration: none;
  color: var(--text-color);
}

/* Components: Read more link */
.read-more-link {
  position: relative;
  display: table-cell;
  top: 0.5em;
  padding: 0.25em 0.5em;
  text-decoration: none;
}

/* Components: Post edit link */
.post-edit-link {
  background-color: var(--color-gray-400);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em 0.5em;
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
}
.post-edit-link i {
  font-size: 0.85rem;
  margin-right: 0.25em;
}

.entry-header .post-edit-link:hover {
  text-decoration: none;
}

/* Components: Scroll to top */
#scroll-to-top {
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--color-gray-600);
  position: fixed;
  inset-block-end: -2000px;
  inset-inline-end: 2em;
  cursor: pointer;
  width: 2em;
  height: 2em;
  overflow: hidden;
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  -webkit-transition: bottom 1s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: bottom 1s ease-in-out, background-color 0.3s ease-in-out;
  transition: bottom 1s ease-in-out, background-color 0.3s ease-in-out;
}
#scroll-to-top::before, #scroll-to-top::after {
  background-color: var(--color-gray-900);
  position: absolute;
  content: "";
  width: 43%;
  height: 0.128em;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#scroll-to-top::before {
  inset-block-start: 50%;
  inset-inline-end: 15%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#scroll-to-top::after {
  inset-block-start: 50%;
  inset-inline-start: 15%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#scroll-to-top:hover {
  background-color: var(--color-gray-400);
}
#scroll-to-top:hover > * + * {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/* Pages/Layout */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: var(--background-color);
  min-height: 100vh;
}

.site-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: var(--background-color-container);
  max-width: 68em;
  padding: 1em;
}

body.hide-vertical-margin .site-container {
  min-height: 100vh;
}
body.hide-vertical-margin .site-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.content-container article > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.site-container > * + *,
.content-container > * + *,
.single .content-container article > * + *,
.page .content-container article > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

@media (min-width: 64em) {
  .site-container {
    padding: 2em;
  }
}
@media (min-width: 68em) {
  .site-container {
    margin-inline: auto;
  }

  body:not(.hide-vertical-margin) .site-container {
    margin-block: 3em;
    -webkit-border-radius: var(--border-radius);
            border-radius: var(--border-radius);
  }

  .content-container > * + * {
    -webkit-margin-before: 6em;
            margin-block-start: 6em;
  }

  .single .content-container article > * + *,
.page .content-container article > * + * {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }

  body.has-sidebar .site-main {
    display: grid;
    grid-template-columns: minmax(70ch, 1fr) auto;
    gap: 4em;
  }
  body.has-sidebar .widget-area-sidebar {
    min-width: 10em;
    max-width: 18em;
  }
}
/* Pages/lauout: Attachment */
.attachment .entry-meta {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.attachment .entry-content img {
  display: block;
  margin-inline: auto;
}
.attachment .wp-caption-text {
  background-color: transparent;
  font-weight: initial;
  padding: 0;
  margin-block: 1em;
  color: var(--text-color);
}

/* Site header */
/* Site header: Base */
.site-header {
  text-align: center;
}

/* Site header: Header nav */
.header-nav-container {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.header-nav-container ul {
  list-style: none;
  margin: 0;
}

#header-nav-toggle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

#header-nav-toggle:focus-visible ~ .header-nav-toggle-label {
  outline: 0.128em solid var(--text-color);
}

.header-nav-container .header-nav-toggle-label {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.25em;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
.header-nav-container .header-nav-toggle-label span,
.header-nav-container .header-nav-toggle-label span::before,
.header-nav-container .header-nav-toggle-label span::after {
  position: absolute;
  display: block;
  background-color: var(--text-color);
  width: 100%;
  height: 0.25em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0.25em;
          border-radius: 0.25em;
}
.header-nav-container .header-nav-toggle-label span {
  inset-block: 0;
  margin-block: auto;
}
.header-nav-container .header-nav-toggle-label span::before,
.header-nav-container .header-nav-toggle-label span::after {
  content: "";
}
.header-nav-container .header-nav-toggle-label span::before {
  inset-block-start: -0.5em;
}
.header-nav-container .header-nav-toggle-label span::after {
  inset-block-end: -0.5em;
}

#header-nav-toggle:checked ~ .header-nav-toggle-label span {
  inset-inline-start: 2em;
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::before, #header-nav-toggle:checked ~ .header-nav-toggle-label span::after {
  inset-inline-start: -2em;
  inset-block-start: 0;
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header-nav-toggle:checked ~ .header-nav-toggle-label span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-nav {
  background-color: var(--background-color-container);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  -webkit-padding-before: 3em;
          padding-block-start: 3em;
  z-index: 10;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.header-nav ul {
  font-weight: 400;
}
.header-nav li {
  padding: 1em;
  margin: 0;
}
.header-nav li ul {
  margin-block: 0.5em;
}
.header-nav li:hover > ul,
.header-nav li:focus-within > ul {
  display: block;
}
.header-nav li.menu-item-has-children > a::after {
  display: inline-block;
  content: "";
  position: relative;
  inset-inline-start: 0.3em;
  inset-block-start: 0;
  width: 0.3em;
  height: 0.3em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: middle;
  -webkit-border-end: 0.1em solid var(--text-color);
          border-inline-end: 0.1em solid var(--text-color);
  -webkit-border-start: none;
          border-inline-start: none;
  -webkit-border-before: 0.1em solid var(--text-color);
          border-block-start: 0.1em solid var(--text-color);
}
.header-nav a {
  color: var(--text-color);
  text-decoration: none;
}

@media (hover: none) and (pointer: coarse) {
  .header-nav ul {
    display: none;
  }
}
#header-nav-toggle:checked ~ .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 56em) {
  .wp-custom-logo .header-nav-container {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .header-nav {
    background-color: var(--color-gray-200);
    border: var(--border-width) var(--border-style) var(--border-color);
    inset-block: 3.5em auto;
    inset-inline: 1em auto;
    padding: 0;
    width: initial;
    height: initial;
    text-align: start;
    -webkit-border-radius: var(--border-radius);
            border-radius: var(--border-radius);
    color: var(--color-gray-900);
  }
  .header-nav a {
    color: var(--color-gray-900);
  }
  .header-nav ul {
    background-color: var(--color-gray-200);
    border: var(--border-width) var(--border-style) var(--border-color);
  }
  .header-nav li {
    position: relative;
  }
  .header-nav li + li {
    -webkit-border-before: var(--border-width) var(--border-style) var(--border-color);
            border-block-start: var(--border-width) var(--border-style) var(--border-color);
  }
  .header-nav li ul {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 100%;
    margin: 0;
    white-space: nowrap;
    display: none;
  }
  .header-nav li:hover,
.header-nav li.current-menu-item {
    background-color: var(--color-gray-400);
  }
  .header-nav li.menu-item-has-children > a::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-color: var(--color-gray-900);
  }
}
@media (min-width: 64em) {
  .header-nav {
    inset-block: 4.5em auto;
    inset-inline: 2em auto;
  }
}
/* Site header: Base */
.site-title,
.site-tagline {
  margin: 0;
}

.site-title {
  font-size: 1.6rem;
  line-height: 1.15;
  font-weight: 600;
  -webkit-margin-after: 0.128em;
          margin-block-end: 0.128em;
  color: var(--site-title-color);
}
.site-title a {
  text-decoration: none;
  color: var(--site-title-color);
}

.custom-logo-link {
  display: block;
  margin-block: 0.5em;
}

.site-tagline {
  color: var(--site-tagline-color);
}

@media (min-width: 56em) {
  .site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em;
  }

  .site-title {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  .custom-logo-link {
    margin-block: 0;
  }

  .site-tagline {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .wp-custom-logo .site-tagline {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
/* Site header: Social links */
.social-links {
  font-size: 1.6rem;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links a {
  text-decoration: none;
  width: 1.5em;
  color: var(--text-color);
}

@media (min-width: 56em) {
  .social-links {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* Site header: Header image */
.header-image {
  display: block;
  margin-inline: auto;
}

/* Comments */
.comments-area > * + * {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
}

.comment-list {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.comment-list > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-content,
.comment .reply {
  margin: 0 !important;
}

.comment .children,
.pingback .children {
  margin: 2em 0 0 1em;
}

.comment-list > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  border-top: var(--border-width) dashed var(--color-gray-400);
  -webkit-padding-before: 2em;
          padding-block-start: 2em;
}

.comment-meta {
  white-space: nowrap;
  font-size: 1rem;
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  gap: 1em;
}
.comment-meta a {
  text-decoration: none;
  color: var(--text-color);
}
.comment-meta a:hover {
  text-decoration: underline;
}
.comment-meta .comment-author {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, auto);
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-column: 1/3;
  grid-row: 1/3;
  gap: 1em;
}
.comment-meta .comment-author .avatar {
  grid-column: 1;
  grid-row: 1/2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.comment-meta .comment-author .fn {
  grid-column: 2;
  grid-row: 1;
}
.comment-meta .comment-author .says {
  grid-column: 3;
  grid-row: 1;
}
.comment-meta .comment-metadata {
  grid-row: 2;
  grid-column: 2;
  font-size: 0.8rem;
}
.comment-meta .comment-edit-link {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-gray-900);
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.comment-meta .comment-edit-link:hover {
  text-decoration: underline;
}

.comment-content,
.comment .reply {
  -webkit-padding-start: -webkit-calc(42px + 1em);
          padding-inline-start: calc(42px + 1em);
}

.comment-reply-link {
  background-color: var(--color-gray-200);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  text-decoration: none;
  padding: 0.25em 0.5em;
  color: var(--color-gray-900);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.comment-reply-link:hover {
  background-color: var(--color-gray-400);
}

.comment-form label {
  display: block;
}

.comment-reply-title {
  font-weight: 600;
}

/* Widgets */
/* Widgets: Widget areas */
.widget-area {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}
.widget-area > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

@media (min-width: 68em) {
  .widget-area-header {
    margin-block: 4em;
  }
  .widget-area-header > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }

  .widget-area-header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
  }

  .widget-areas-footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2em;
  }
}
/* Widgets: Widgets */
.widget-title {
  margin: 0;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}

.widget a {
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
}
.widget ul,
.widget ol {
  list-style: none;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
.widget table {
  width: 100%;
}
.widget .wp-caption-text {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_recent_entries a,
.widget_nav_menu a,
.widget_tag_cloud a {
  font-weight: initial;
  color: var(--text-color);
}

.widget_rss li + li {
  margin-top: 1em;
}
.widget_rss a {
  font-weight: 600;
}

.widget_calendar {
  font-size: 0.85rem;
}
.widget_calendar a {
  font-weight: 600;
  text-decoration: underline;
}
.widget_calendar caption {
  margin-bottom: 0.5em;
}
.widget_calendar table {
  display: table !important;
  table-layout: fixed;
}
.widget_calendar table a {
  text-decoration: none;
  font-weight: 600;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
  padding: 0.5em;
}
.widget_calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.widget_calendar .wp-calendar-nav a {
  text-decoration: none;
}

/* Site footer */
/* Site footer: Base */
.site-footer {
  font-size: 0.85rem;
  padding-block: 1em;
}
.site-footer > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.site-footer a {
  text-decoration: none;
  color: var(--text-color);
}
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer-info {
  text-align: center;
  font-size: 0.75rem;
}
.site-footer-info > * + * {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

@media (min-width: 48em) {
  .site-footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
  .site-footer-info > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
    -webkit-border-start: var(--border-width) var(--border-style) var(--border-color);
            border-inline-start: var(--border-width) var(--border-style) var(--border-color);
  }
}
/* 5.2 Navigation: Footer nav */
.site-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
.site-footer-nav > * + * {
  -webkit-margin-start: 0.5em;
          margin-inline-start: 0.5em;
}

/* Post formats */
/* Post formats: Aside*/
body:not(.single) article.format-aside {
  background-color: var(--color-gray-200);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  padding: 1em;
}
body:not(.single) article.format-aside > * + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
body:not(.single) article.format-aside .entry-meta {
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Post formats: Chat*/
body:not(.single) article.format-chat .entry-content {
  font-family: monospace, monospace;
}

/* Post formats: Image */
body:not(.single) article.format-image .entry-content img,
body:not(.single) article.format-image .entry-content figure {
  width: 100% !important;
}

/* Post formats: Link*/
body:not(.single) article.format-link .entry-content {
  font-size: 2rem;
  text-align: center;
}
body:not(.single) article.format-link .entry-content a {
  text-decoration: none;
}
body:not(.single) article.format-link .entry-content a:hover {
  text-decoration: underline;
}

/* Post formats: Quote*/
body:not(.single) article.format-quote .entry-content {
  font-size: 2rem;
  text-align: center;
}
body:not(.single) article.format-quote .entry-content blockquote {
  border: none;
}

/* Post formats: Status*/
body:not(.single) article.format-status > * + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
body:not(.single) article.format-status .entry-meta {
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Post formats: Video*/
body:not(.single) article.format-video .entry-content iframe,
body:not(.single) article.format-video .entry-content embed,
body:not(.single) article.format-video .entry-content object {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  aspect-ratio: attr(width)/attr(height);
}

/* Block styles */
.wp-block-verse {
  font-family: var(--font-family);
  padding: 0.5em 0;
}

.wp-block-preformatted {
  white-space: pre;
  overflow-x: auto;
}

.wp-block-calendar table {
  display: table;
  margin-block: 1em;
}

.wp-block-pullquote blockquote {
  background: transparent;
}

p.wp-block-cover-text:not(.has-text-color) {
  color: var(--color-white);
}

p.wp-block-cover-text a {
  text-decoration: none;
}

.wp-block-button a,
.wp-block-file .wp-block-file__button {
  background-color: var(--color-gray-200);
  color: var(--color-black);
  border: var(--border-width) var(--border-style) var(--border-color);
  -webkit-border-radius: var(--border-radius);
          border-radius: var(--border-radius);
  margin-bottom: 1em;
}
.wp-block-button a:hover,
.wp-block-file .wp-block-file__button:hover {
  color: var(--color-black);
}

.wp-block-button.is-style-outline a {
  border-color: var(--border-color);
}

.wp-block-button.is-style-squared a {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.wp-block-file .wp-block-file__button {
  display: table;
  margin: 0.5em 0 1em 0;
  font-size: 1rem;
}

.wp-block-separator {
  border: none;
  width: 25%;
}

.wp-block-separator.is-style-wide {
  width: 100%;
}