@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #911;
  text-decoration: none;
}
a:visited {
  color: rgb(84.15, 9.35, 9.35);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #666;
  border-left: 4px solid #cccccc;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px));
  max-width: calc(800px - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #666;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
table tr:nth-child(even) {
  background-color: rgb(219.3, 219.3, 219.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(211.65, 211.65, 211.65);
  border: 1px solid rgb(193.8, 193.8, 193.8);
  border-bottom-color: rgb(173.4, 173.4, 173.4);
}
table td {
  border: 1px solid #cccccc;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #f80;
  border-bottom: 1px solid #cccccc;
  min-height: 55.95px;
  position: relative;
}
.site-header .logo svg {
  height: 36px;
  fill: #911;
  padding-top: 18px;
}

.site-title {
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: rgb(38.25, 38.25, 38.25);
}

.site-nav {
  position: absolute;
  top: 11px;
  right: 15px;
  background-color: #fdfdfd;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: right;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav .menu-icon > svg path {
  fill: rgb(38.25, 38.25, 38.25);
}
.site-nav label[for=nav-trigger] {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding-bottom: 5px;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
    margin-top: 18px;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
    margin-left: auto;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #666;
  margin-left: -15px;
}

.footer-col {
  width: -webkit-calc(100% - (30px / 2));
  width: calc(100% - 30px / 2);
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: -webkit-calc(50% - (30px / 2));
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(100% - (30px / 2));
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: -webkit-calc(35% - (30px / 2));
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: -webkit-calc(20% - (30px / 2));
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(45% - (30px / 2));
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col {
    float: left;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #666;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 42px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 28px;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 32px;
  }
}
.post-content h3 {
  font-size: 22px;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 26px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media screen and (min-width: 800px) {
  .post-content h4 {
    font-size: 20px;
  }
}

.social-media-list {
  margin: 0 auto;
}
.social-media-list li a {
  display: block;
}
.social-media-list li:hover .svg-icon {
  fill: currentColor;
}

/**
 * Grid helpers
 */
.one-half {
  width: -webkit-calc(50% - (30px / 2));
  width: calc(50% - 30px / 2);
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.older-posts {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

ul.archive-list-year {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
ul.archive-list-year ul.archive-list-month {
  list-style-type: none;
  padding-left: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}
ul.archive-list-year ul.archive-list-month li {
  display: inline;
}
ul.archive-list-year ul.archive-list-month a {
  padding: 0 15px;
}

ul.previous-next {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

a {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, .more a, .social-media-list a, header a {
  text-decoration: none;
}

.post-thumb {
  width: 80px;
  height: 80px;
  float: left;
  padding-top: 10px;
  margin: 0px 15px 15px 0;
}

.post-excerpt {
  content: "";
  display: table;
  clear: both;
}

blockquote em {
  font-style: normal;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 15px;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-container-soundcloud {
  padding-top: 0;
  height: 166px;
}

.iframe-container-4x3 {
  padding-top: 75%;
}

.iframe-container-16x9 {
  padding-top: 56.25%;
}

.image-container {
  margin-bottom: 15px;
}

.dual {
  margin-bottom: 15px;
}
.dual .image-container {
  width: 49%;
  display: inline-block;
}

.slide-container {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

video {
  width: 100%;
  margin-bottom: 15px;
}

img.fake-phone {
  width: 50%;
  border: 2px solid black;
  border-radius: 16px;
}

img.paper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

figure img {
  width: 100%;
}

table.htable th {
  background: none;
}
table.htable td {
  text-align: right;
}

blockquote {
  font-size: 16px;
  letter-spacing: 0;
}
blockquote footer {
  font-style: normal;
  text-align: right;
}
blockquote footer::before {
  content: "— ";
}
blockquote footer cite {
  font-style: italic;
}

@keyframes fadeHighlight {
  0% {
    background-color: #dff;
  }
  100% {
    background-color: none;
  }
}
.link-target {
  animation: fadeHighlight ease 5s;
  animation-fill-mode: forwards;
}

*[lang=ja] {
  font-style: normal !important;
}

:root {
  --pagefind-ui-scale:.8;
  --pagefind-ui-border:#cccccc;
  --pagefind-ui-tag:#eeeeee;
  --pagefind-ui-border-width:1px;
  --pagefind-ui-border-radius:8px;
  --pagefind-ui-image-border-radius:8px;
  --pagefind-ui-image-box-ratio:3 / 2;
}

.pagefind-ui--reset *:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
  outline: revert;
}

.pagefind-ui--reset *, .pagefind-ui--reset *:before, .pagefind-ui--reset *:after {
  box-sizing: border-box;
}

.pagefind-ui--reset a, .pagefind-ui--reset button {
  cursor: revert;
}

.pagefind-ui--reset ol, .pagefind-ui--reset ul, .pagefind-ui--reset menu {
  list-style: none;
}

.pagefind-ui--reset img {
  max-width: 100%;
}

.pagefind-ui--reset table {
  border-collapse: collapse;
}

.pagefind-ui--reset input, .pagefind-ui--reset textarea {
  -webkit-user-select: auto;
}

.pagefind-ui--reset textarea {
  white-space: revert;
}

.pagefind-ui--reset meter {
  -webkit-appearance: revert;
  appearance: revert;
}

.pagefind-ui--reset ::placeholder {
  color: unset;
}

.pagefind-ui--reset :where([hidden]) {
  display: none;
}

.pagefind-ui--reset :where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

.pagefind-ui--reset :where([draggable=true]) {
  -webkit-user-drag: element;
}

.pagefind-ui--reset mark {
  all: revert;
}

.pagefind-ui__result {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  gap: min(40px * var(--pagefind-ui-scale), 3%);
  padding: calc(30px * var(--pagefind-ui-scale)) 0 calc(40px * var(--pagefind-ui-scale));
  border-top: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border);
}

.pagefind-ui__result:last-of-type {
  border-bottom: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border);
}

.pagefind-ui__result-thumb {
  width: min(30%, (30% - 100px * var(--pagefind-ui-scale)) * 100000);
  max-width: calc(120px * var(--pagefind-ui-scale));
  margin-top: calc(10px * var(--pagefind-ui-scale));
  aspect-ratio: var(--pagefind-ui-image-box-ratio);
  position: relative;
}

.pagefind-ui__result-image {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  font-size: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--pagefind-ui-image-border-radius);
}

.pagefind-ui__result-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(10px * var(--pagefind-ui-scale));
}

.pagefind-ui__result-title {
  display: inline-block;
  font-weight: 700;
  font-size: calc(21px * var(--pagefind-ui-scale));
  margin-top: 0;
  margin-bottom: 0;
}

.pagefind-ui__result-title .pagefind-ui__result-link {
  text-decoration: none;
}

.pagefind-ui__result-title .pagefind-ui__result-link:hover {
  text-decoration: underline;
}

.pagefind-ui__result-excerpt {
  display: inline-block;
  font-weight: 400;
  font-size: calc(16px * var(--pagefind-ui-scale));
  margin-top: calc(4px * var(--pagefind-ui-scale));
  margin-bottom: 0;
  min-width: calc(250px * var(--pagefind-ui-scale));
}

.pagefind-ui__loading {
  border-radius: var(--pagefind-ui-border-radius);
  opacity: 0.1;
  pointer-events: none;
}

.pagefind-ui__result-tags {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: calc(20px * var(--pagefind-ui-scale));
  flex-wrap: wrap;
  margin-top: calc(20px * var(--pagefind-ui-scale));
}

.pagefind-ui__result-tag {
  padding: calc(4px * var(--pagefind-ui-scale)) calc(8px * var(--pagefind-ui-scale));
  font-size: calc(14px * var(--pagefind-ui-scale));
  border-radius: var(--pagefind-ui-border-radius);
  background-color: var(--pagefind-ui-tag);
}

.pagefind-ui {
  width: 100%;
}

.pagefind-ui__hidden {
  display: none !important;
}

.pagefind-ui__suppressed {
  opacity: 0;
  pointer-events: none;
}

.pagefind-ui__form {
  position: relative;
}

.pagefind-ui__form:before {
  background-color: black;
  width: calc(18px * var(--pagefind-ui-scale));
  height: calc(18px * var(--pagefind-ui-scale));
  top: calc(23px * var(--pagefind-ui-scale));
  left: calc(20px * var(--pagefind-ui-scale));
  content: "";
  position: absolute;
  display: block;
  opacity: 0.7;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  z-index: 9;
  pointer-events: none;
}

.pagefind-ui__search-input {
  height: calc(64px * var(--pagefind-ui-scale));
  padding: 0 calc(70px * var(--pagefind-ui-scale)) 0 calc(54px * var(--pagefind-ui-scale));
  border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);
  border-radius: var(--pagefind-ui-border-radius);
  font-size: calc(21px * var(--pagefind-ui-scale));
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
}

.pagefind-ui__search-input::placeholder {
  opacity: 0.2;
}

.pagefind-ui__search-clear {
  position: absolute;
  top: calc(3px * var(--pagefind-ui-scale));
  right: calc(3px * var(--pagefind-ui-scale));
  height: calc(58px * var(--pagefind-ui-scale));
  padding: 0 calc(15px * var(--pagefind-ui-scale)) 0 calc(2px * var(--pagefind-ui-scale));
  font-size: calc(14px * var(--pagefind-ui-scale));
  cursor: pointer;
  border-radius: var(--pagefind-ui-border-radius);
}

.pagefind-ui__drawer {
  gap: calc(60px * var(--pagefind-ui-scale));
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pagefind-ui__results-area {
  min-width: min(400px * var(--pagefind-ui-scale), 100%);
  flex: 1000;
  margin-top: calc(20px * var(--pagefind-ui-scale));
}

.pagefind-ui__results {
  padding: 0;
}

.pagefind-ui__message {
  box-sizing: content-box;
  font-size: calc(16px * var(--pagefind-ui-scale));
  height: calc(24px * var(--pagefind-ui-scale));
  padding: calc(20px * var(--pagefind-ui-scale)) 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 0;
}

.pagefind-ui__button {
  margin-top: calc(40px * var(--pagefind-ui-scale));
  border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);
  border-radius: var(--pagefind-ui-border-radius);
  height: calc(48px * var(--pagefind-ui-scale));
  padding: 0 calc(12px * var(--pagefind-ui-scale));
  font-size: calc(16px * var(--pagefind-ui-scale));
  width: 100%;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.pagefind-ui__button:hover {
  border-color: var(--pagefind-ui-border);
}

/*# sourceMappingURL=style.css.map */