:root {
  --_fonts---pargraph-mono: "IBM Plex Mono", sans-serif;
  --_colors---text-light-default: white;
  --_colors---text-light-subtitle: #fff9;
  --_colors---background-light: #fff;
  --_colors---text-green-default: #55ff8a;
  --_colors---background-dark: #090e19;
  --_colors---border-white-10: #ffffff1a;
  --radius: 0px;
  --_fonts---paragraph: "IBM Plex Sans", sans-serif;
  --radius-circle: 100%;
  --_colors---background-light-10: #ffffff1a;
  --_colors---background-light-5: #ffffff0d;
  --_colors---text-error-default: #ff6d6d;
  --button-radius: 0px;
  --_colors---text-light-hover: #ffffffd9;
  --_colors---background-green-default: #55ff8a;
  --_colors---text-dark: #090e19;
  --_colors---background-green-hover: #55ff8acc;
  --_colors---background-dark-hover: #111620;
  --_colors---border-green-10: #55ff8a1a;
  --_colors---background-green-5: #55ff8a0d;
  --_colors---background-green-10: #55ff8a1a;
  --_colors---background-error-10: #ff6d6d1a;
  --_colors---background-dark-50: #090e1980;
  --_colors---text-green-hover: #55ff8acc;
  --_colors---border-green-5: #55ff8a80;
  --_colors---border-white-5: #ffffff0d;
  --_colors---background-dark-copy: #090e19;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
  display: flex;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-wrapper {
  width: 100%;
  height: 124.5px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-link {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-subtitle);
  letter-spacing: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--_colors---background-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colors---text-green-default);
  text-decoration-color: var(--_colors---text-green-default);
}

.footer-link:focus-visible, .footer-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.body {
  background-color: var(--_colors---background-dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.tabs-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---border-white-10);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-top {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--_colors---border-white-10);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 124.5px auto 0;
  padding: 60px 24px;
  display: flex;
}

.hero-image {
  border: 1px solid var(--_colors---border-white-10);
  border-radius: var(--radius);
  cursor: pointer;
  width: 100%;
  max-width: none;
  height: auto;
  transition: opacity .3s;
}

.hero-image:hover {
  opacity: .8;
}

.h1-small {
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---text-light-default);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

.text-allcaps {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.profile-image {
  border-radius: 100%;
  width: 40px;
  max-width: 50px;
  height: 40px;
}

.snsicon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px solid var(--_colors---border-white-10);
  border-radius: var(--radius-circle);
  background-color: var(--_colors---background-light-10);
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 8px;
  transition: background-color .1s;
  display: flex;
}

.snsicon:hover {
  background-color: var(--_colors---background-light-5);
}

.text-mono {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-subtitle);
  text-align: left;
  border: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.text-mono.center-align {
  text-align: center;
  width: 100%;
}

.text-mono.error {
  color: #ff6d6d99;
  border-width: 0;
}

.text-mono.p-center-align {
  justify-content: flex-start;
  align-items: center;
}

.footer-form {
  color: var(--_colors---text-error-default);
  width: 50%;
}

.footer-form-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-left: 0;
  display: flex;
}

.footer-form-block {
  border: 1px solid var(--_colors---border-white-10);
  border-radius: var(--button-radius);
  background-color: var(--_colors---background-light-5);
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  background-color: #0000;
  border: 0 solid #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transition: all .2s;
  position: static;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: var(--_colors---text-light-hover);
  -webkit-text-stroke-color: var(--_colors---background-light);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.button-primary {
  border-radius: var(--button-radius);
  background-color: var(--_colors---background-green-default);
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---text-dark);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--_colors---background-green-hover);
}

.button-primary.full-width {
  width: 100%;
}

.nav-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.left-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--_colors---border-white-10);
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--_colors---border-white-10);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.featured-post {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.footer-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1112px;
  height: auto;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  height: auto;
  display: flex;
}

.collection-list-hero {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.herodiv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.h1-big {
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---text-light-default);
  text-align: left;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_colors---background-light-5);
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 6px 12px;
  font-weight: 300;
  transition: background-color .3s;
  display: flex;
  overflow: visible;
}

.tag:hover {
  background-color: var(--_colors---background-light-10);
}

.tag-text {
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.article-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.blog-text {
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---background-light);
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.blog-text h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.blog-text h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.blog-text a {
  color: var(--_colors---text-light-default);
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.blog-text a:hover {
  color: var(--_colors---text-light-hover);
  -webkit-text-stroke-color: var(--_colors---text-green-default);
}

.blog-text strong {
  font-weight: 500;
}

.blog-text p {
  margin-bottom: 16px;
}

.blog-text h4 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}

.blog-text h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
}

.blog-text h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
}

.blog-text li {
  margin-top: 0;
  margin-bottom: 8px;
}

.blog-text blockquote {
  border-left-width: 6px;
  border-left-color: var(--_colors---border-white-10);
  background-color: var(--_colors---background-light-5);
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.article-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  display: flex;
}

.stickyad {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--_colors---border-white-10);
  background-color: var(--_colors---background-light-5);
  background-image: url('../images/garry-peeking.png'), url('../images/stars-bg-tile.png'), linear-gradient(#224ff000, #845df01c);
  background-position: 100% 20%, 50%, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto 50%, 400%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 32px;
}

.article {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.article-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.thumbnail-link {
  width: 50%;
}

.link-underline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colors---text-light-hover);
  text-decoration-color: var(--_colors---text-light-hover);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-underline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colors---background-green-default);
  text-decoration-color: var(--_colors---background-green-default);
}

.featured-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tag-link {
  color: var(--_colors---text-light-default);
  text-transform: uppercase;
  text-decoration: none;
  transition: text-decoration-color .2s;
}

.tag-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_colors---background-green-default);
  text-decoration-color: var(--_colors---background-green-default);
}

.author-bio-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 60%;
  padding-right: 0;
  display: flex;
}

.footer-credit {
  border-top: 1px solid var(--_colors---border-white-10);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-spacebetween {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.link {
  color: var(--_colors---background-light);
  -webkit-text-decoration-color: var(--_colors---text-green-default);
  text-decoration-color: var(--_colors---text-green-default);
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.author-avatar {
  border-radius: var(--radius-circle);
  width: 250px;
  max-width: none;
}

.author-profile-image {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.author-bio {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border: 1px solid var(--_colors---border-white-10);
  background-color: #ffffff05;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  padding: 40px;
  display: flex;
}

.subtitle-bold {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---background-light);
  text-align: left;
  -webkit-text-stroke-color: var(--_colors---text-light-default);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
}

.h3 {
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---background-light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-image {
  border: 1px solid var(--_colors---border-white-10);
  border-radius: var(--radius);
  width: 100%;
  height: auto;
  transition: opacity .3s;
}

.grid-image:hover {
  opacity: .8;
}

.collection-list-grid {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---background-dark-hover);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.h2-small {
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---background-light);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.div-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.empty-state {
  background-color: var(--_colors---background-light-5);
  opacity: 1;
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---background-light);
  width: 100%;
  padding: 8px 16px;
}

.hero-bg {
  background-image: linear-gradient(#090e1900 52%, #090e19), url('../images/stars-bg-tile.png'), linear-gradient(#090e1999, #090e1999), url('../images/TileBackground.png');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, 80%, auto, 900px 700px;
  background-attachment: scroll, scroll, scroll, scroll;
  flex: 1;
  width: 100%;
}

.section-all {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 0px solid var(--_colors---border-white-10);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 24px;
  display: flex;
}

.section-tags {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  border-bottom: 0px solid var(--_colors---border-white-10);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 124.5px auto 0;
  padding: 60px 24px;
  display: flex;
}

.page-title {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  letter-spacing: .5px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.tab:hover {
  border-bottom: 0px solid var(--_colors---background-green-default);
  text-decoration: none;
}

.tab.w--current {
  border-bottom: 0px solid var(--_colors---background-light);
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 300;
}

.footer-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.button-secondary {
  border: 1px solid var(--_colors---border-green-10);
  background-color: var(--_colors---background-green-5);
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---background-green-default);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--_colors---background-green-10);
}

._404-message {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-bottom: 0px solid var(--_colors---border-white-10);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  margin: 124.5px auto 0;
  padding: 60px 24px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding-right: 48px;
  display: flex;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.navbar-brand-three.w--current {
  width: auto;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.div-block-25 {
  border-bottom: 1px solid var(--_colors---border-white-10);
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.menu-icon {
  max-width: none;
  display: block;
}

.link-2 {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.dropdown {
  display: none;
}

.glow-underline {
  background-color: var(--_colors---background-light);
  box-shadow: 0 0 8px 2px var(--_colors---background-green-default);
  color: var(--_colors---background-light);
  width: 100%;
  height: 1.5px;
  display: flex;
}

.post-decor {
  width: 100%;
  display: flex;
}

.left-decor {
  background-color: var(--_colors---background-dark-hover);
  width: 100%;
  height: 16px;
}

.middle-decor {
  width: 35%;
  height: 16px;
}

.right-decor {
  background-color: var(--_colors---background-dark-hover);
  width: 15%;
  height: 16px;
}

.center-align {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.success-message {
  border: 1px solid var(--_colors---border-white-10);
  background-color: var(--_colors---background-green-10);
  width: 100%;
  margin-top: 50px;
  padding: 12px 16px;
}

.error-message {
  border: 1px solid var(--_colors---border-white-10);
  background-color: var(--_colors---background-error-10);
  width: 100%;
  margin-top: 24px;
  padding: 12px 16px;
}

.green {
  color: var(--_colors---text-green-default);
}

.button-nav {
  border-radius: var(--button-radius);
  background-color: var(--_colors---background-green-default);
  font-family: var(--_fonts---paragraph);
  color: var(--_colors---text-dark);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.button-nav:hover {
  background-color: var(--_colors---background-green-hover);
}

._404-image {
  width: 500px;
}

.brand {
  width: 180px;
}

.footer-credit-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1112px;
  display: flex;
}

.full-width {
  width: 100%;
}

.cms-item-count {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---background-light);
  font-weight: 600;
}

.post-count {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-link {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link:visited {
  color: inherit;
}

.author-link-x {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-x:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-x:visited {
  color: inherit;
}

.author-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-links:empty {
  display: none;
}

.authors-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  border-radius: var(--radius-circle);
  width: 40px;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.author-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.cms-author {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  font-weight: 500;
  display: inline;
}

.featured-post-info-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cms-comma {
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-default);
  width: auto;
  margin-right: 0;
  padding-right: 2px;
  font-weight: 500;
  display: inline;
}

.code-embed {
  display: none;
}

.publish-date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--_fonts---pargraph-mono);
  color: var(--_colors---text-light-subtitle);
  text-align: left;
  border: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.blog-post-date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-link-facebook {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-facebook:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-facebook:visited {
  color: inherit;
}

.author-link-instagram {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-instagram:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-instagram:visited {
  color: inherit;
}

.author-link-linkedin {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-linkedin:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-linkedin:visited {
  color: inherit;
}

.author-link-youtube {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-youtube:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-youtube:visited {
  color: inherit;
}

.author-link-tiktok {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-tiktok:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-tiktok:visited {
  color: inherit;
}

.author-link-threads {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-threads:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-threads:visited {
  color: inherit;
}

.author-link-bluesky {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-bluesky:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-bluesky:visited {
  color: inherit;
}

.author-link-mastodon {
  border-radius: 50%;
  background-color: var(--_colors---background-light-10);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-link-mastodon:hover {
  background-color: var(--_colors---background-light-5);
}

.author-link-mastodon:visited {
  color: inherit;
}

@media screen and (max-width: 991px) {
  .footer-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .snsicon {
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
  }

  .snsicon:hover {
    opacity: 1;
  }

  .footer-form {
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    margin-top: 0;
  }

  .footer-form-container {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .footer-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .tag-text {
    font-weight: 400;
  }

  .blog-text h3 {
    font-size: 20px;
  }

  .blog-text h4 {
    font-weight: 600;
  }

  .article-title {
    width: 100%;
  }

  .column {
    width: 70%;
  }

  .author-avatar {
    width: 200px;
  }

  .collection-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-bg {
    background-image: url('../images/stars-bg-tile.png'), linear-gradient(#090e1900 49%, #090e19), linear-gradient(#0000, #0000), url('../images/TileBackground.png');
    background-size: 80%, auto, auto, 900px;
  }

  .section-all {
    padding-bottom: 60px;
  }

  .tab:hover {
    border-bottom-color: var(--_colors---background-light);
  }

  ._404-message {
    height: 60vh;
  }

  .column-socials {
    height: auto;
    padding-right: 40px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-brand-three {
    position: static;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

  .div-block-25 {
    justify-content: space-between;
  }

  .icon {
    width: 24px;
  }

  .post-count {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  a {
    font-family: var(--_fonts---pargraph-mono);
    color: var(--_colors---text-light-default);
    font-weight: 300;
    text-decoration: none;
  }

  .nav-wrapper {
    z-index: 3;
    height: 73px;
    position: absolute;
  }

  .footer-link {
    padding: 0;
    display: inline-block;
  }

  .tabs-navigation {
    display: none;
  }

  .section-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom-width: 1px;
    border-bottom-color: var(--_colors---border-white-10);
    margin-top: 73px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-small {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  }

  .snsicon {
    width: 100%;
  }

  .text-mono {
    text-align: center;
  }

  .footer-form {
    width: 100%;
  }

  .footer-form-container {
    padding: 0 24px 40px;
  }

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .left-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-bottom-width: 1px;
    flex-flow: column;
    width: 100%;
    padding: 40px 24px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-post {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .h1-big {
    font-size: 32px;
  }

  .article-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .blog-text h2 {
    margin-top: 32px;
    font-size: 20px;
  }

  .blog-text h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .blog-text a {
    font-family: var(--_fonts---paragraph);
    text-decoration: underline;
  }

  .blog-text p {
    font-size: 14px;
  }

  .blog-text h4 {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .blog-text h5 {
    margin-top: 16px;
    font-weight: 700;
  }

  .blog-text h6 {
    margin-top: 16px;
  }

  .blog-text li {
    font-size: 14px;
  }

  .blog-text blockquote {
    font-size: 16px;
  }

  .article-left {
    width: 100%;
  }

  .stickyad {
    width: 100%;
    padding: 16px;
    top: 105px;
  }

  .article-title, .thumbnail-link {
    width: 100%;
  }

  .featured-post-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .author-bio-div, .column {
    width: 100%;
  }

  .author-profile-image {
    width: 200px;
    height: 200px;
  }

  .link {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colors---text-green-default);
    text-decoration-color: var(--_colors---text-green-default);
    margin-left: 0;
  }

  .author-bio {
    grid-column-gap: 40px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 40px;
  }

  .h3 {
    font-size: 20px;
  }

  .post-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .collection-list-grid {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .h2-small {
    font-size: 18px;
  }

  .div-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-bg {
    background-image: url('../images/stars-bg-tile.png'), linear-gradient(#090e1900 49%, #090e19), linear-gradient(#0000, #0000), url('../images/TileBackground.png');
    background-size: 80%, auto, auto, 700px;
  }

  .section-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-tags {
    margin-top: 73px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .herodiv {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._404-message {
    height: 60vh;
    margin-top: 73px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-socials {
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: start;
    display: flex;
  }

  .link-block {
    width: 45px;
    height: 45px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .div-block-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    display: flex;
  }

  .div-block-25 {
    background-color: var(--_colors---background-dark);
    justify-content: space-between;
    width: 100%;
    position: fixed;
  }

  .menu-icon {
    display: block;
  }

  .icon {
    display: none;
  }

  .link-2 {
    float: none;
    text-align: center;
    padding: 8px 0;
  }

  .link-2:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--_colors---text-green-default);
    text-decoration-color: var(--_colors---text-green-default);
  }

  .dropdown-list {
    position: fixed;
    left: 0;
  }

  .dropdown-list.w--open {
    border-bottom: 1px solid var(--_colors---border-white-10);
    background-color: var(--_colors---background-dark);
    top: 73px;
  }

  .dropdown-toggle {
    background-color: #0000;
    padding: 8px;
    transition: background-color .2s;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    background-color: var(--_colors---background-light-5);
  }

  .dropdown {
    display: flex;
  }

  .dropdown-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding: 16px 24px;
    display: flex;
  }

  .center-align {
    text-align: center;
  }

  .button-nav {
    display: none;
  }

  ._404-image {
    width: 400px;
  }

  .authors-list.center-author {
    justify-content: center;
    align-items: center;
  }

  .author-list-wrapper.in-line {
    width: auto;
  }

  .featured-post-info-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .publish-date {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .tabs-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .section-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--_colors---border-white-10);
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-small {
    font-size: 28px;
  }

  .text-mono {
    text-align: left;
  }

  .text-mono.p-center-align {
    text-align: center;
  }

  .footer-form {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .footer-form-container {
    flex-flow: column;
    padding: 0 24px 40px;
  }

  .nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .left-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom-width: 1px;
    border-right-width: 0;
    flex-flow: column;
    width: 100%;
    padding: 40px 24px;
  }

  .footer {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-post {
    flex-flow: column;
  }

  .footer-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .collection-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1-big.center-align {
    font-size: 28px;
  }

  .blog-text p, .blog-text li {
    font-size: 16px;
  }

  .stickyad {
    background-size: auto 40%, 400%, auto;
    padding: 16px;
  }

  .thumbnail-link, .featured-post-info {
    width: 100%;
  }

  .footer-credit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .div-spacebetween {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .link {
    margin-left: 0;
  }

  .author-bio {
    padding: 40px;
  }

  .author-profile-image {
    width: 200px;
    height: 200px;
  }

  .post-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .collection-list-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .section-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-tags {
    margin-top: 73px;
  }

  .button-secondary {
    padding-right: 24px;
  }

  ._404-message {
    height: 60vh;
  }

  .column-socials {
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .link-block {
    width: auto;
    height: auto;
  }

  .link-2 {
    font-weight: 400;
  }

  .center-align {
    text-align: center;
  }

  .button-nav {
    display: none;
  }

  .footer-credit-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .featured-post-info-copy {
    width: 100%;
  }

  .publish-date {
    text-align: left;
  }
}



/* Ghost Editor Width Classes */
.kg-width-wide {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Ghost Card Styles */
.kg-card {
  margin: 1.5em 0;
}

.kg-image-card img {
  width: 100%;
  height: auto;
}

.kg-gallery-card {
  display: flex;
  flex-direction: column;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-bookmark-card {
  width: 100%;
}

.kg-video-card {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.kg-video-card .kg-video-container {
  width: 100%;
  max-width: 100%;
  background: transparent;
}

.kg-video-card video {
  width: 100%;
  height: auto;
  display: block;
}

.kg-bookmark-container {
  display: flex;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid var(--_colors---border-white-10);
  background-color: var(--_colors---background-light-5);
  overflow: hidden;
}

.kg-bookmark-content {
  flex-grow: 1;
  padding: 20px;
}

.kg-bookmark-title {
  font-weight: 600;
}

.kg-bookmark-description {
  margin-top: 12px;
  opacity: 0.7;
}

.kg-bookmark-metadata {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.kg-bookmark-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.kg-bookmark-author {
  opacity: 0.7;
}

.kg-bookmark-publisher {
  opacity: 0.7;
}

.kg-bookmark-thumbnail {
  min-width: 140px;
  max-width: 180px;
}

.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Search Icon Styles */
.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.search-toggle .icon,
.search-toggle .search-icon {
  transition: filter 0.15s ease, opacity 0.15s ease;
}

.search-toggle:hover .icon,
.search-toggle:hover .search-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(100%);
  opacity: 0.85;
}

/* Load More Button Spacing - div-inner already has 40px gap, so we add the difference */
.load-more-btn {
  margin-top: 16px !important; /* 40px gap + 16px margin = 56px total */
}

@media screen and (max-width: 991px) {
  .load-more-btn {
    margin-top: 0 !important; /* 40px gap + 0 margin = 40px total */
  }
}

/* Mobile Navigation - Search Icon Positioning */
@media screen and (max-width: 767px) {
  .div-block-24 {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .search-toggle {
    order: 1;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Override Webflow's display:none for the search icon on mobile */
  .search-toggle .icon,
  .search-toggle .search-icon {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .dropdown {
    order: 2;
  }
  
  .button-nav {
    display: none;
  }
}

/* Custom spacing fixes */

/* Tag page: Reduce bottom padding on mobile to match author page spacing */
@media screen and (max-width: 479px) {
  .section-tags {
    padding-bottom: 40px;
  }
}
