/*
Theme Name:     Geekist (Child)
Theme URI:      https://geekist.co/
Description:    Custom child theme for Twenty Twenty-Five
Author:         Jason Nathan
Template:       twentytwentyfive
Version:        1.0.0
*/

* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

body {
  line-height: 1.6;
  word-spacing: 0.02em;
  font-feature-settings: "kern", "liga", "calt";
}

body.vertical-music {
  background-color: #121212;
  background-image: url("/wp-content/uploads/2025/04/music-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  background-attachment: fixed;
  background-blend-mode: overlay;
}

.hero-text {
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1);
  mix-blend-mode: lighten;
  opacity: 0.92; /* Just enough to ease the bite */
}

.series-description-block {
  font-size: var(--wp--preset--font-size--series-intro);
  color: var(--wp--preset--color--text);
  font-family: var(--wp--preset--font-family--ysabeau-office);
  line-height: 1.6;
  padding-left: 1.25rem;
  border-left: 3px solid var(--wp--preset--color--muted);
  margin-bottom: 2rem;
  opacity: 0.95;
}

.series-description-block p {
  margin: 0.5em 0;
}

.series-toc-listing .serieslist-box {
  background: var(--wp--preset--color--base);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.series-toc-listing .serieslist-content h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
  vertical-align: middle;
  background-color: currentColor;

  /* SVG as mask for external icon */
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 3h7v7m0-7L10 14m-7 7h7v-7'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 3h7v7m0-7L10 14m-7 7h7v-7'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
}


.reddit-embed {
  filter: invert(1) hue-rotate(180deg);
}

code,
code.inline-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0.1em 0.3em;
  border-radius: 4px;
}

.enlighter-t-dracula .enlighter span {
    font-size: 1.1em !important;
}
