:root {
  color-scheme: light;
  --brand: #563d7c;
  --brand-dark: #443061;
  --text: #212529;
  --muted: #9a9a9a;
  --border: #eaecef;
  --link: #007bff;
  --red: #cf2e2e;
}

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

html {
  background: #ffffff;
  font-size: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

a {
  background-color: transparent;
  color: var(--link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0056b3;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 1.5em;
}

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

figure {
  margin: 1em 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.site-header {
  margin-bottom: 0;
  padding: 0.74rem 1rem;
  background-color: var(--brand);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.site-header .container {
  padding-right: 0;
  padding-left: 0;
}

.site-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.324rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.site-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.site-title:hover,
.site-title:focus {
  color: #ffffff;
  text-decoration: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0.25rem;
  background: transparent;
  color: rgb(255 255 255 / 50%);
  font: inherit;
  font-size: 1.171875rem;
  line-height: 1;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: 2px solid rgb(255 255 255 / 45%);
  outline-offset: 2px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.navbar-collapse {
  display: none;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-collapse.show {
  display: block;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav-item {
  display: block;
}

.nav-link {
  display: block;
  padding: 10px;
  color: #cdbfe3;
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus,
.nav-item.active .nav-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.site-content {
  padding-top: 4.125rem;
  padding-bottom: 3.75rem;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  width: 100%;
  margin: 0 auto;
}

.content-area,
.widget-area {
  min-width: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.entry-title {
  color: var(--text);
  font-weight: 600;
}

h1.entry-title,
.page-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 1.31rem;
}

h2.entry-title {
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--border);
  font-size: 1.5rem;
  line-height: 1.25;
}

.entry-title > a {
  color: inherit;
}

.entry-title > a:hover,
.entry-title > a:focus {
  color: inherit;
}

.entry-meta {
  color: var(--muted);
  font-size: 0.875rem;
}

.entry-meta a {
  color: inherit;
}

.entry-content {
  margin: 1.5em 0 0;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

.entry-content figure.aligncenter,
.entry-content .aligncenter {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.entry-content figure.alignleft,
.entry-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.entry-content figure.alignright,
.entry-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

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

.wp-block-media-text {
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}

.wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.wp-block-media-text > .wp-block-media-text__content {
  align-self: center;
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text__media a {
  display: block;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: middle;
}

.wp-block-separator {
  border: 0;
  border-top: 2px solid #8f98a1;
}

.entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.post.hentry {
  margin-bottom: 4rem;
}

.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
}

.widget-title {
  margin: 24px 0 25px;
  padding: 0 5px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.widget ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.search-form {
  margin: 0;
}

.search-form label {
  display: inline-block;
}

.search-field {
  display: block;
  width: 185px;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0;
  background: #ffffff;
  color: #495057;
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.search-field:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.search-field::placeholder {
  color: #868e96;
  opacity: 1;
}

.search-submit {
  display: none;
}

.search-page-form {
  margin-bottom: 2rem;
}

.search-page-form button {
  display: none;
}

.empty-state {
  margin-bottom: 2rem;
}

.post-navigation {
  padding-top: 1.875rem;
  margin: 0 0 1.5em;
  overflow: hidden;
}

.posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

.post-navigation a {
  display: inline-block;
  padding: 0.313rem 0.875rem;
  border: 1px solid #dddddd;
  border-radius: 0.938rem;
  text-decoration: none;
}

.post-navigation a:hover,
.post-navigation a:focus {
  background: #eeeeee;
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.archive-year {
  margin-bottom: 2rem;
}

.archive-year h2 {
  font-size: 1.875rem;
}

.archive-year ol {
  padding-left: 0;
  list-style: none;
}

.archive-year li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 4px 0;
}

.archive-year time {
  color: var(--muted);
}

.site-footer {
  background: #f7f7f7;
  color: #99979c;
  font-size: 85%;
}

.site-footer-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-footer a {
  color: inherit;
}

.archive-select {
  max-width: 100%;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.comments-title {
  padding-bottom: 0.3em;
  font-size: 1.125rem;
  line-height: 1.25;
}

.comment-body {
  display: flex;
  margin-bottom: 1.5rem;
}

.comment-card {
  width: 100%;
  border: 1px solid rgb(0 0 0 / 12.5%);
  border-radius: 0.25rem;
}

.comment-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgb(0 0 0 / 12.5%);
  background: rgb(0 0 0 / 3%);
}

.comment-header h5 {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
}

.comment-header cite {
  font-style: normal;
}

.comment-meta {
  font-size: 0.875rem;
}

.comment-content {
  padding: 20px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip-path: none;
  background: #dddddd;
  color: #444444;
}

@media (min-width: 576px) {
  .container,
  .layout {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .layout {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .layout {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .layout {
    max-width: 1140px;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .navbar-nav {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .widget-area {
    margin-top: 2rem;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 75%;
  }

  .site-header {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .nav-previous,
  .nav-next {
    float: none;
    width: 100%;
    margin-bottom: 0.75rem;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

.admin-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 42px 15px 56px;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.admin-tabs a {
  padding: 10px 14px;
  color: #33373a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.admin-tabs a[aria-current="page"],
.admin-tabs a:hover,
.admin-tabs a:focus {
  background: var(--brand);
  color: #ffffff;
}

.admin-panel {
  min-width: 0;
}

.admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-heading h1 {
  margin: 0;
  color: #2d2f31;
  font-size: 22px;
  font-weight: 800;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus,
button.button:hover,
button.button:focus {
  background: var(--brand-dark);
  color: #ffffff;
  text-decoration: none;
}

.button.secondary {
  border-color: #c9cdd1;
  background: #ffffff;
  color: #303438;
}

.button.secondary:hover,
.button.secondary:focus {
  background: #f5f7f8;
  color: #303438;
}

.notice {
  margin: 0 0 18px;
  padding: 10px 12px;
  border-left: 4px solid var(--brand);
  background: #eef8fb;
  color: #263238;
  font-weight: 600;
}

.notice.error {
  border-left-color: var(--red);
  background: #fff0f1;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.admin-metric {
  display: block;
  padding: 20px;
  border: 1px solid var(--border);
  color: #303438;
  text-decoration: none;
}

.admin-metric:hover,
.admin-metric:focus {
  border-color: var(--brand);
  text-decoration: none;
}

.admin-metric span {
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.admin-metric strong {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  text-transform: uppercase;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--border);
  font-size: 14px;
}

.admin-table th,
.admin-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #303438;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-table .actions {
  width: 190px;
  text-align: right;
}

.admin-table td.actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.admin-table form {
  display: inline;
}

.row-note {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--link);
  font: inherit;
  cursor: pointer;
}

.link-button:hover,
.link-button:focus {
  color: var(--brand-dark);
  text-decoration: underline;
}

.link-button.danger {
  color: var(--red);
}

.admin-form {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.admin-form.post-editor {
  max-width: 920px;
}

.admin-form label,
.admin-form fieldset {
  display: grid;
  gap: 7px;
}

.admin-form label span,
.admin-form legend {
  color: #303438;
  font-size: 13px;
  font-weight: 800;
}

.admin-form input[type="text"],
.admin-form input[type="password"],
.admin-form input[type="datetime-local"],
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #cfd4d8;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-size: 14px;
}

.admin-form textarea {
  min-height: 120px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.admin-form fieldset {
  padding: 14px;
  border: 1px solid var(--border);
}

.check-row {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
}

.check-row input {
  flex: 0 0 auto;
}

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

.form-actions {
  display: flex;
  justify-content: flex-start;
}

.imported-content::after,
.page-content::after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 700px) {
  .admin-heading,
  .admin-table td.actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-table .actions {
    width: auto;
    text-align: left;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }
}
