:root {
    --color-primary-text: #333;
    --color-secondary-text: #999;
    --color-white: #fff;
    --color-lighter-gray: #f6f6f6;
    --color-light-gray: #e6e6e6;
    --color-mid-gray: #ccc;
    --color-dark-gray: #444;
    --color-darker-gray: #15171a;
    --color-black: #000;
    --font-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; /* stylelint-disable-line value-keyword-case */
    --font-serif: Georgia, serif; /* stylelint-disable-line value-keyword-case */
    --font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; /* stylelint-disable-line value-keyword-case */
    --head-nav-gap: 2.8rem;
    --h1-size: 4.6rem;
    --gap: 3.6rem;
    --header-spacing: 80px;
}

@media (max-width: 767px) {
    :root {
        --h1-size: 3.2rem !important;
        --gap: 2rem;
        --header-spacing: 48px;
    }
}

/* Box sizing rules */

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

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizespeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
    display: block;
    max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
    /* Paksa scrollbar selalu tampil (tidak hilang saat popup Search/
       Sign in/Subscribe terbuka), supaya lebar halaman tidak pernah
       berubah dan tombol di header tidak ikut bergeser. Sudah terbukti
       berhasil lewat tes di Code Injection sebelumnya. */
    overflow-y: scroll !important;
}

body {
    font-family: var(--gh-font-body, var(--font-sans));
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--color-primary-text);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    height: auto;
}

a {
    color: var(--color-darker-gray);
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading, var(--font-sans));
    line-height: 1.15;
    color: var(--color-darker-gray);
    letter-spacing: -0.02em;
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.8rem;
}

hr {
    width: 100%;
    height: 1px;
    background-color: var(--color-light-gray);
    border: 0;
}

blockquote:not([class]) {
    padding-left: 2rem;
    border-left: 4px solid var(--ghost-accent-color);
}

figcaption {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--color-secondary-text);
    text-align: center;
}

.kg-width-full figcaption {
    padding: 0 1.6rem;
}

.gh-content figcaption a {
    color: var(--color-darker-gray);
    text-decoration: none;
}

pre {
    padding: 1.6rem 2.4rem;
    overflow-x: scroll;
    hyphens: none;
    line-height: 1.5;
    white-space: pre;
    background-color: var(--color-lighter-gray);
    -webkit-overflow-scrolling: touch;
}

code {
    font-family: var(--font-mono);
    font-size: 15px;
}

:not(pre) > code {
    padding: 0.4rem;
    color: var(--ghost-accent-color);
    background-color: var(--color-lighter-gray);
    border-radius: 3px;
}

iframe {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 0;
}

sub, sup {
    line-height: 1;
}

@media (max-width: 767px) {
    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2.1rem;
    }
}

.gh-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.gh-main {
    flex-grow: 1;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.page-template .gh-main {
    padding-block: 0;
}

.gh-outer {
    padding-right: var(--gap);
    padding-left: var(--gap);
}

.gh-inner {
    max-width: var(--container-width, 1200px);
    margin: 0 auto;
}

/* Canvas creates a multi-column, centered grid which the post
is laid out on top of. Canvas just defines the grid, we don't
use it for applying any other styles. */

.gh-canvas,
.kg-width-full.kg-content-wide {
    --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
    --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));
    --full: minmax(var(--gap), 1fr);

    display: grid;
    grid-template-columns:
        [full-start] var(--full)
        [wide-start] var(--wide)
        [main-start] var(--main) [main-end]
        var(--wide) [wide-end]
        var(--full) [full-end];
}

.gh-canvas > * {
    grid-column: main;
}

.kg-width-wide,
.kg-content-wide > div {
    grid-column: wide;
}

.kg-width-full {
    grid-column: full;
}

.kg-width-full img {
    width: 100%;
}

@media (max-width: 767px) {
    #gh-main {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }
}

.gh-head {
    height: 100px;
    background-color: var(--color-white);
}

.gh-head-inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-auto-flow: row dense;
    -moz-column-gap: var(--head-nav-gap);
         column-gap: var(--head-nav-gap);
    align-items: center;
    height: 100%;
}

.gh-head-brand {
    line-height: 1;
}

.gh-head-brand-wrapper {
    display: flex;
    align-items: center;
}

.gh-head-logo {
    position: relative;
    font-family: var(--gh-font-heading, var(--font-sans));
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.gh-head-logo img {
    max-height: 40px;
}

.gh-head-logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.gh-head-menu {
    display: flex;
    gap: var(--head-nav-gap);
    align-items: center;
}

.gh-head .nav {
    display: inline-flex;
    gap: var(--head-nav-gap);
    align-items: center;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

.gh-head .nav-more-toggle {
    position: relative;
    margin: 0 -6px;
    font-size: inherit;
    text-transform: inherit;
}

.gh-head .nav-more-toggle svg {
    width: 24px;
    height: 24px;
}

.gh-head-actions {
    display: flex;
    gap: var(--head-nav-gap);
    align-items: center;
    justify-content: flex-end;
}

.gh-head-members {
    display: flex;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
}

.gh-head-btn.gh-btn {
    font-size: inherit;
    font-weight: 600;
}

.gh-head-btn:not(.gh-btn) {
    display: inline-flex;
    align-items: center;
    color: var(--ghost-accent-color);
}

.gh-head-btn svg {
    width: 1.3em;
    height: 1.3em;
}

.gh-search {
    margin-right: -6px;
    margin-left: -6px;
}

.gh-search:hover {
    opacity: 0.9;
}

.gh-head-brand .gh-search {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .gh-head-members {
        flex-direction: column-reverse;
        gap: 16px;
        width: 100%;
    }

    .gh-head-actions .gh-search {
        display: none;
    }
}

@media (min-width: 768px) {
    .gh-head-brand .gh-search {
        display: none;
    }

    body:not(.is-dropdown-loaded) .gh-head-menu .nav > li {
        opacity: 0;
    }
}

/* Header variants
/* ---------------------------------------------------------- */

/*
======================================================================
LOGO   Home About Collection Author Portal             Login Subscribe
======================================================================
*/

.is-head-left-logo .gh-head-inner {
    grid-template-columns: auto 1fr auto;
}

@media (min-width: 992px) {
    .is-head-left-logo .gh-head-menu {
        margin-right: 64px;
        margin-left: 16px;
    }
}

/*
======================================================================
Home About Collection            LOGO                  Login Subscribe
======================================================================
*/

.is-head-middle-logo .gh-head-inner {
    grid-template-columns: 1fr auto 1fr;
}

.is-head-middle-logo .gh-head-brand {
    grid-column-start: 2;
}

.is-head-middle-logo .gh-head-actions {
    gap: 28px;
}

@media (min-width: 992px) {
    .is-head-middle-logo .gh-head-menu {
        margin-right: 64px;
    }
}

/*
======================================================================
Search                         LOGO                    Login Subscribe
                 Home About Collection Author Portal
======================================================================
*/

.is-head-stacked .gh-head {
    position: relative;
    height: auto;
}

.is-head-stacked .gh-head-inner {
    grid-template-columns: 1fr auto 1fr;
}

.is-head-stacked .gh-head-brand {
    display: flex;
    grid-row-start: 1;
    grid-column-start: 2;
    min-height: 80px;
}

@media (max-width: 767px) {
    .is-head-stacked .gh-head-brand {
        min-height: unset;
    }
}

@media (min-width: 992px) {
    .is-head-stacked .gh-head-inner {
        padding: 0;
    }

    .is-head-stacked .gh-head-brand {
        display: flex;
        align-items: center;
        height: 80px;
    }

    .is-head-stacked .gh-head-menu {
        grid-row-start: 2;
        grid-column: 1 / 4;
        justify-content: center;
        height: 56px;
        margin: 0 48px;
    }

    .is-head-stacked .gh-head-menu::before,
    .is-head-stacked .gh-head-menu::after {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 1px;
        content: "";
        background-color: var(--color-light-gray);
    }

    .is-head-stacked .gh-head-menu::after {
        top: 136px;
    }

    .is-head-stacked .gh-head-actions {
        grid-row-start: 1;
        grid-column: 1 / 4;
        justify-content: space-between;
    }
}

/* Transparent header
/* ---------------------------------------------------------- */

.is-head-transparent .gh-head {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 90;
    background-color: transparent;
}

.is-head-transparent .gh-head-logo,
.is-head-transparent .gh-head-logo a,
.is-head-transparent .gh-head .nav > li a,
.is-head-transparent .gh-head-description,
.is-head-transparent .gh-search,
.is-head-transparent .gh-social,
.is-head-transparent .nav-more-toggle,
.is-head-transparent .gh-head-link {
    color: var(--color-white);
}

.is-head-transparent .gh-burger::before,
.is-head-transparent .gh-burger::after {
    background-color: var(--color-white);
}

.is-head-transparent .gh-head-btn {
    color: #15171a;
    background-color: #fff;
}

.is-head-transparent .gh-head-menu::before,
.is-head-transparent .gh-head-menu::after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Dark header
/* ---------------------------------------------------------- */

.is-head-dark:not(.is-head-transparent) .gh-head {
    background-color: var(--color-darker-gray);
}

.is-head-dark:not(.is-head-transparent) .gh-head-logo,
.is-head-dark:not(.is-head-transparent) .gh-head-logo a,
.is-head-dark:not(.is-head-transparent) .gh-head .nav a,
.is-head-dark:not(.is-head-transparent) .gh-head-description,
.is-head-dark:not(.is-head-transparent) .gh-search,
.is-head-dark:not(.is-head-transparent) .gh-social,
.is-head-dark:not(.is-head-transparent) .nav-more-toggle,
.is-head-dark:not(.is-head-transparent) .gh-head-link {
    color: var(--color-white);
}

.is-head-dark:not(.is-head-transparent) .gh-burger::before,
.is-head-dark:not(.is-head-transparent) .gh-burger::after {
    background-color: var(--color-white);
}

.is-head-dark:not(.is-head-transparent) .gh-head-btn {
    color: #15171a;
    background-color: #fff;
}

.is-head-dark:not(.is-head-transparent) .gh-head-menu::before,
.is-head-dark:not(.is-head-transparent) .gh-head-menu::after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Brand header
/* ---------------------------------------------------------- */

.is-head-brand:not(.is-head-transparent) .gh-head {
    background-color: var(--ghost-accent-color);
}

.is-head-brand:not(.is-head-transparent) .gh-head-logo,
.is-head-brand:not(.is-head-transparent) .gh-head-logo a,
.is-head-brand:not(.is-head-transparent) .gh-head .nav a,
.is-head-brand:not(.is-head-transparent) .gh-head-description,
.is-head-brand:not(.is-head-transparent) .gh-search,
.is-head-brand:not(.is-head-transparent) .gh-social,
.is-head-brand:not(.is-head-transparent) .nav-more-toggle,
.is-head-brand:not(.is-head-transparent) .gh-head-link {
    color: var(--color-white);
}

.is-head-brand:not(.is-head-transparent) .gh-burger::before,
.is-head-brand:not(.is-head-transparent) .gh-burger::after {
    background-color: var(--color-white);
}

.is-head-brand:not(.is-head-transparent) .gh-head-btn {
    color: #15171a;
    background-color: #fff;
}

.is-head-brand:not(.is-head-transparent) .gh-head-menu::before,
.is-head-brand:not(.is-head-transparent) .gh-head-menu::after {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Dropdown menu
/* ---------------------------------------------------------- */

.gh-dropdown {
    position: absolute;
    top: 100%;
    right: -16px;
    z-index: 90;
    width: 200px;
    padding: 12px 0;
    margin-top: 24px;
    text-align: left;
    visibility: hidden;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 7px 20px -5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s, transform 0.2s;
    transform: translate3d(0, 6px, 0);
}

.is-head-middle-logo .gh-dropdown {
    right: auto;
    left: -24px;
}

.is-dropdown-mega .gh-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: auto;
    padding: 20px 32px;
}

.is-dropdown-open .gh-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.gh-dropdown li a {
    display: block;
    padding: 6px 20px;
    color: #15171a !important;
}

.is-dropdown-mega .gh-dropdown li a {
    padding: 8px 0;
}

/* Mobile menu
/* ---------------------------------------------------------- */

.gh-burger {
    position: relative;
    display: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: -3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.gh-burger::before,
.gh-burger::after {
    position: absolute;
    left: 3px;
    width: 24px;
    height: 1px;
    content: "";
    background-color: var(--color-darker-gray);
    transition: all 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.gh-burger::before {
    top: 11px;
}

.gh-burger::after {
    bottom: 11px;
}

.is-head-open .gh-burger::before {
    top: 15px;
    transform: rotate(45deg);
}

.is-head-open .gh-burger::after {
    bottom: 14px;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    #gh-head {
        height: 64px;
    }

    #gh-head .gh-head-inner {
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    #gh-head .gh-head-brand {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-column-start: 1;
        align-items: center;
        height: 64px;
    }

    #gh-head .gh-head-logo {
        font-size: 2.2rem;
    }

    .gh-burger {
        display: block;
    }

    #gh-head .gh-head-menu,
    #gh-head .gh-head-actions {
        position: fixed;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
    }

    #gh-head .gh-head-menu {
        transition: none;
        transform: translateY(0);
    }

    #gh-head .nav {
        gap: 20px;
        align-items: center;
        line-height: 1.4;
    }

    #gh-head .nav a {
        font-size: 2.6rem;
        font-weight: 600;
        text-transform: none;
    }

    #gh-head .nav li {
        opacity: 0;
        transform: translateY(-4px);
    }

    #gh-head .gh-head-actions {
        text-align: center;
    }

    #gh-head :is(.gh-head-btn, .gh-head-link) {
        opacity: 0;
        transform: translateY(8px);
    }

    #gh-head .gh-head-btn {
        width: 100%;
        font-size: 1.8rem;
        text-transform: none;
    }

    #gh-head .gh-head-btn:not(.gh-btn) {
        font-size: 2rem;
    }

    #gh-main {
        transition: opacity 0.4s;
    }

    .is-head-open #gh-head {
        position: fixed;
        inset: 0;
        z-index: 3999999;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head {
        background-color: var(--color-white);
    }

    .is-head-open.is-head-transparent #gh-head,
    .is-head-open:is(.is-head-transparent, .is-head-brand) #gh-head .gh-head-actions {
        background-color: var(--ghost-accent-color);
    }

    .is-head-open.is-head-dark #gh-head,
    .is-head-open.is-head-dark #gh-head .gh-head-actions {
        background-color: var(--color-darker-gray);
    }

    .is-head-open #gh-head .gh-head-menu,
    .is-head-open #gh-head .gh-head-actions {
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .is-head-open #gh-head .nav {
        display: flex;
        flex-direction: column;
    }

    .is-head-open #gh-head .nav li {
        opacity: 1;
        transition: transform 0.2s, opacity 0.2s;
        transform: translateY(0);
    }

    .is-head-open #gh-head .gh-head-actions {
        position: sticky;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        padding: var(--gap) 0 calc(var(--gap) + 8px);
        background-color: var(--color-white);
    }

    .is-head-open #gh-head :is(.gh-head-btn, .gh-head-link) {
        opacity: 1;
        transition: transform 0.4s, opacity 0.4s;
        transition-delay: 0.2s;
        transform: translateY(0);
    }

    .is-head-open #gh-head .gh-head-link {
        transition-delay: 0.4s;
    }

    .is-head-open #gh-main {
        opacity: 0;
    }
}

.gh-cover {
    position: relative;
    min-height: var(--cover-height, 50vh);
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

.gh-cover-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-cover-title {
    font-family: var(--gh-font-heading, var(--font-serif));
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-cover-description {
    font-family: var(--gh-font-body, var(--font-serif));
}

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-card-title {
    font-family: var(--gh-font-heading, var(--font-serif));
    letter-spacing: -0.01em;
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-card-excerpt {
    font-family: var(--gh-font-body, var(--font-serif));
}

.gh-card {
    word-break: break-word;
}

.page-template .gh-article-header {
    margin-top: var(--header-spacing, 80px);
}

.gh-article-tag {
    color: var(--ghost-accent-color);
}

.gh-article-title {
    word-break: break-word;
}

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-article-title {
    font-family: var(--gh-font-heading, var(--font-serif));
    letter-spacing: -0.01em;
}

.gh-article-excerpt {
    margin-top: 2rem;
    font-size: 2.1rem;
    line-height: 1.5;
    color: var(--color-secondary-text);
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-article-excerpt {
    font-family: var(--gh-font-body, var(--font-serif));
}

.gh-article-image {
    grid-column: wide-start/wide-end;
    margin-top: 4rem;
}

.gh-article-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(500px, 100%);
    margin: 0 auto;
}

@media (max-width: 767px) {
    .gh-article-excerpt {
        font-size: 1.9rem;
    }

    .gh-article-image {
        margin-top: 2.4rem;
    }
}

/* Share */

.gh-meta-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gh-button-share {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.5em 1.2em;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    cursor: pointer;
    transition: all 0.4s ease;
    white-space: nowrap;
    text-decoration: none;
}

.gh-button-share:hover {
    border-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.gh-button-share svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: -4px;
}

:is(.dark-mode, .theme-dark, .has-light-text) .gh-button-share {
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.15);
}

:is(.dark-mode, .theme-dark, .has-light-text) .gh-button-share:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

/* Content refers to styling all page and post content that is
created within the Ghost editor. The main content handles
headings, text, images and lists. We deal with cards lower down. */

.gh-content {
    margin-top: 4rem;
    font-size: var(--content-font-size, 1.8rem);
    letter-spacing: var(--content-letter-spacing, 0);
    word-break: break-word;
}

/* Default vertical spacing */

.gh-content > * + * {
    margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
    margin-bottom: 0;
}

/* [id] represents all headings h1-h6, reset all margins */

.gh-content > [id] {
    margin: 0;
}

.gh-content > .kg-card + [id] {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1)) !important;
}

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .gh-content > [id] {
    font-family: var(--gh-font-heading, var(--font-serif));
    letter-spacing: -0.01em;
}

/* Add back a top margin to all headings, unless a heading
is the very first element in the post content */

.gh-content > [id]:not(:first-child) {
    margin-top: calc(1.6em * var(--content-spacing-multiplier, 1));
}

/* Add a small margin between a heading and anything after it */

.gh-content > [id] + * {
    margin-top: calc(0.8em * var(--content-spacing-multiplier, 1));
}

/* A larger margin before/after HRs and blockquotes */

.gh-content > hr,
.gh-content > blockquote {
    position: relative;
    margin-top: calc(2.4em * var(--content-spacing-multiplier, 1));
}

.gh-content > hr + *,
.gh-content > blockquote + * {
    margin-top: calc(2.4em * var(--content-spacing-multiplier, 1));
}

/* Now the content typography styles */

.gh-content h2 {
    font-size: 1.6em;
}

.gh-content h3 {
    font-size: 1.4em;
}

.gh-content a {
    color: var(--ghost-accent-color);
    text-decoration: underline;
    word-break: break-word;
}

.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > ul,
.gh-content .kg-toggle-card .kg-toggle-content > p {
    font-size: 0.95em;
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content > blockquote,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content > ol,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content > ul,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content > dl,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content > p,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-callout-text,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content > ol,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content > ul,
.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .gh-content .kg-toggle-content > p {
    font-family: var(--gh-font-body, var(--font-serif));
}

.gh-content ul,
.gh-content ol,
.gh-content dl {
    padding-left: 2.8rem;
}

.gh-content :is(li + li, li :is(ul, ol)) {
    margin-top: 0.8rem;
}

.gh-content ol ol li {
    list-style-type: lower-alpha;
}

.gh-content ol ol ol li {
    list-style-type: lower-roman;
}

.gh-content table:not(.gist table) {
    display: inline-block;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    font-family: var(--font-sans);
    font-size: 1.6rem;
    white-space: nowrap;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll;
    background-size: 10px 100%, 10px 100%;
}

.gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
}

.gh-content table:not(.gist table) th {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-darkgrey);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    background-color: var(--color-white);
}

.gh-content table:not(.gist table) th,
.gh-content table:not(.gist table) td {
    padding: 6px 12px;
    border: 1px solid var(--color-light-gray);
}

/* Page without header */

.page-template .gh-content:only-child {
    margin-top: 0 !important;
}

.page-template .gh-content:only-child > *:first-child:not(.kg-width-full) {
    margin-top: var(--header-spacing, 80px);
}

.page-template .gh-content > *:last-child:not(.kg-width-full) {
    margin-bottom: var(--footer-spacing, 0);
}

@media (max-width: 767px) {
    .gh-content {
        margin-top: 3.2rem;
        font-size: 1.7rem;
    }
}

.gh-comments {
    margin-top: 64px;
    margin-bottom: -24px;
}

.gh-comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gh-comments .gh-comments-title {
    margin-bottom: 28px;
}

.gh-comments-header .gh-comments-title {
    margin-bottom: 0;
}

.gh-comments-count {
    color: var(--color-secondary-text);
}

.gh-cta-gradient {
    position: relative;
    grid-column: full-start / full-end;
    height: 160px;
    margin-top: -16rem;
    margin-bottom: 4rem;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--color-white));
}

.gh-cta-gradient:first-child {
    display: none;
}

.gh-cta {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    text-align: center;
}

.gh-cta-title {
    margin-bottom: 3.2rem;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
}

.gh-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gh-cta-link {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    color: var(--color-secondary-text);
    text-decoration: none;
    cursor: pointer;
}

.gh-cta-link:hover {
    color: var(--color-darker-gray);
}

@media (max-width: 767px) {
    .gh-cta-actions {
        -moz-column-gap: 0.8rem;
             column-gap: 0.8rem;
    }
}

/* Add extra margin before/after any cards,
except for when immediately preceeded by a heading */

.gh-content :not(.kg-card):not(table):not([id]) + :is(.kg-card, table) {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}

.gh-content :is(.kg-card, table) + :not(.kg-card):not(table):not([id]) {
    margin-top: calc(2em * var(--content-spacing-multiplier, 1));
}

/* Remove space between full-width cards */

.gh-content > .kg-width-full + .kg-width-full:not(.kg-width-full.kg-card-hascaption + .kg-width-full) {
    margin-top: 0;
}

/* Image
/* ---------------------------------------------------------- */

.kg-image {
    margin-right: auto;
    margin-left: auto;
}

/* Embed
/* ---------------------------------------------------------- */

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Gallery
/* ---------------------------------------------------------- */

.kg-image[width][height],
.kg-gallery-image {
    cursor: pointer;
}

.kg-image-card a:hover,
.kg-gallery-image a:hover {
    opacity: 1 !important;
}

/* Toggle
/* ---------------------------------------------------------- */

.kg-card.kg-toggle-card .kg-toggle-heading-text {
    font-size: 2rem;
    font-weight: 700;
}

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-toggle-card .kg-toggle-heading-text {
    font-family: var(--gh-font-heading, var(--font-serif));
}

/* Callout
/* ---------------------------------------------------------- */

.kg-callout-card.kg-card {
    border-radius: 0.25em;
}

.kg-callout-card-accent a {
    text-decoration: underline;
}

/* Blockquote
/* ---------------------------------------------------------- */

blockquote.kg-blockquote-alt {
    font-style: normal;
    font-weight: 400;
    color: var(--color-secondary-text);
}

/* Button
/* ---------------------------------------------------------- */

.kg-card.kg-button-card .kg-btn {
    font-size: 1em;
}

/* Header
/* ---------------------------------------------------------- */

.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .kg-card.kg-header-card h2.kg-header-card-header {
    font-family: var(--gh-font-heading, var(--font-serif));
}

.has-serif-body:not([class*=" gh-font-body"]):not([class^="gh-font-body"]) .kg-header-card h3.kg-header-card-subheader {
    font-family: var(--gh-font-body, var(--font-serif));
}

/* Bookmark
/* ---------------------------------------------------------- */

.kg-bookmark-card a.kg-bookmark-container,
.kg-bookmark-card a.kg-bookmark-container:hover,
.kg-file-card-container,
.kg-file-card-container:hover,
.kg-audio-card,
.kg-product-card-container {
    background: var(--background-color, #fff) !important;
    color: var(--color-darker-gray, #222) !important;
    opacity: 1;
}

.kg-bookmark-card .kg-bookmark-container {
    border-radius: 0.25em !important;
}

.kg-bookmark-card .kg-bookmark-content {
    padding: 1.15em;
}

.kg-bookmark-card .kg-bookmark-title {
    font-size: 0.9em;
}

.kg-bookmark-card .kg-bookmark-description {
    max-height: none;
    margin-top: 0.3em;
    font-size: 0.8em;
}

.kg-bookmark-card .kg-bookmark-metadata {
    font-size: 0.8em;
}

.kg-bookmark-card .kg-bookmark-thumbnail img {
    border-radius: 0 0.2em 0.2em 0;
}

/* Audio
/* ---------------------------------------------------------- */

.has-light-text .kg-audio-card button {
    color: #fff;
}

.has-light-text .kg-audio-card .kg-audio-volume-slider {
    color: rgb(255 255 255 / 0.3)
}

.pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 6.4rem;
}

.page-number {
    grid-column-start: 2;
}

.older-posts {
    text-align: right;
}

.gh-navigation {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    align-items: center;
}

.gh-navigation > div {
    display: flex;
    align-items: center;
}

.gh-navigation-next {
    justify-content: flex-end;
}

.gh-navigation-link {
    display: inline-flex;
    align-items: center;
}

.gh-navigation-link svg {
    width: 16px;
    height: 16px;
}

.gh-navigation-previous svg {
    margin-right: 0.4rem;
}

.gh-navigation-next svg {
    margin-left: 0.4rem;
}

.gh-navigation-mobile-only {
    display: none;
}

.gh-navigation-desktop-only {
    display: inline;
}

@media (max-width: 767px) {
    .gh-navigation-hide, .gh-navigation-desktop-only {
        display: none;
    }
    .gh-navigation-mobile-only {
        display: inline;
    }
}

.gh-btn {
    display: inline-flex;
    gap: 0.4em;
    align-items: center;
    justify-content: center;
    padding: calc(0.75em * var(--multiplier, 1)) calc(1.15em * var(--multiplier, 1));
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-white);
    letter-spacing: inherit;
    cursor: pointer;
    background-color: var(--color-darker-gray);
    border: 0;
    border-radius: 100px;
}

.gh-btn:hover {
    opacity: 0.95;
}

.gh-post-upgrade-cta .gh-btn {
    line-height: inherit;
}

.gh-primary-btn {
    background-color: var(--ghost-accent-color);
}

.gh-outline-btn {
    color: var(--color-darker-gray);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--color-light-gray);
}

.gh-outline-btn:hover {
    border-color: var(--color-mid-gray);
    opacity: 1;
}

.gh-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--darker-gray-color);
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: none;
}

.gh-icon-btn svg {
    width: 20px;
    height: 20px;
}

.gh-text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    color: var(--darker-gray-color);
    letter-spacing: inherit;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: none;
    will-change: opacity;
}

.gh-text-btn:hover {
    opacity: 0.8;
}

.gh-foot {
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: var(--color-secondary-text);
    white-space: nowrap;
}

.gh-foot-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    font-size: 1.3rem;
}

.no-menu .gh-foot-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.gh-foot-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.gh-social-links {
    display: flex;
    gap: 16px;
}

.gh-social-links a {
    display: inline-flex;
}

.gh-social-links svg {
    width: 16px;
    height: 16px;
}

.gh-foot-menu .nav {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gh-foot-menu .nav li {
    display: flex;
    align-items: center;
}

.gh-foot-menu .nav li + li::before {
    padding: 0 1.2rem;
    font-size: 0.9rem;
    line-height: 0;
    content: "•";
}

.gh-powered-by {
    text-align: right;
}

.gh-foot a {
    color: var(--color-secondary-text);
}

.gh-foot a:hover {
    color: var(--color-darker-gray);
    opacity: 1;
}

@media (max-width: 767px) {
    .gh-foot {
        padding-top: 6.4rem;
        padding-bottom: 12rem;
    }

    .gh-foot-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gh-foot-menu .nav {
        flex-direction: column;
    }

    .gh-foot-menu .nav li + li {
        margin-top: 0.4rem;
    }

    .gh-foot-menu .nav li + li::before {
        display: none;
    }

    .gh-powered-by {
        text-align: center;
    }
}

.pswp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
    outline: none;
    backface-visibility: hidden;
    -webkit-text-size-adjust: 100%;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: 0.001;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    touch-action: none;
    backface-visibility: hidden;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transform-origin: left top;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

.pswp__img--placeholder {
    backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: var(--color-black);
}

.pswp--ie .pswp__img {
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
}

.pswp__error-msg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -8px;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-secondary-text);
    text-align: center;
}

.pswp__error-msg a {
    color: var(--color-secondary-text);
    text-decoration: underline;
}

.pswp__button {
    position: relative;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    overflow: visible;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    transition: opacity 0.2s;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    width: 44px;
    height: 44px;
    background: url("../images/default-skin.png") 0 0 no-repeat;
    background-size: 264px 88px;
}

@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left::before,
    .pswp--svg .pswp__button--arrow--right::before {
        background-image: url("../images/default-skin.svg");
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 100px;
    margin-top: -50px;
    background: none;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    position: absolute;
    top: 35px;
    width: 32px;
    height: 30px;
    content: "";
}

.pswp__button--arrow--left::before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right::before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 44px;
    color: var(--color-white);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.pswp__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption__center {
    max-width: 420px;
    padding: 25px 15px 30px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.6;
    color: var(--color-white);
    text-align: center;
}

.pswp__caption__center .post-caption-title {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.pswp__caption__center .post-caption-meta-item + .post-caption-meta-item::before {
    padding: 0 4px;
    content: "\02022";
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    position: absolute;
    top: 0;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    direction: ltr;
    will-change: opacity;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url("../images/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 14px;
    height: 14px;
    margin: 0;
    background: none;
    opacity: 0.75;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0;
    background: none;
    border: 2px solid var(--color-white);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        margin: 0;
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}

.pswp__ui {
    z-index: 1550;
    visibility: visible;
    opacity: 1;
    -webkit-font-smoothing: auto;
}

.pswp__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/inter-v8-latin-regular.woff2") format("woff2"), url("../fonts/inter-v8-latin-regular.woff") format("woff");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../fonts/inter-v8-latin-600.woff2") format("woff2"), url("../fonts/inter-v8-latin-600.woff") format("woff");
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/inter-v8-latin-700.woff2") format("woff2"), url("../fonts/inter-v8-latin-700.woff") format("woff");
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/lora-v23-latin-regular.woff2") format("woff2"), url("../fonts/lora-v23-latin-regular.woff") format("woff");
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/lora-v23-latin-700.woff2") format("woff2"), url("../fonts/lora-v23-latin-700.woff") format("woff");
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    src: local(""), url("../fonts/lora-v23-latin-italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-italic.woff") format("woff");
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 700;
    src: local(""), url("../fonts/lora-v23-latin-700italic.woff2") format("woff2"), url("../fonts/lora-v23-latin-700italic.woff") format("woff");
}

:root {
    --font-sans: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    --font-serif: Lora, Times, serif;
    --color-primary-text: #15171a;
    --content-width: 640px;
    --content-font-size: 1.6rem;
    --grid-gap: 20px;
}

.flexmasonry {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
}

.flexmasonry-item { width: 100%; }

.flexmasonry-cols-2 .flexmasonry-item { width: 50%; }

.flexmasonry-cols-3 .flexmasonry-item { width: 33.333%; }

.flexmasonry-cols-4 .flexmasonry-item { width: 25%; }

.flexmasonry-cols-5 .flexmasonry-item { width: 20%; }

.flexmasonry-cols-6 .flexmasonry-item { width: 16.666%; }

.flexmasonry-cols-7 .flexmasonry-item { width: 14.285%; }

.flexmasonry-cols-8 .flexmasonry-item { width: 12.5%; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) { order: 1; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) { order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) { order: 1; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) { order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) { order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) { order: 1; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) { order: 2; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) { order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) { order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) { order: 1; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) { order: 2; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) { order: 3; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) { order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) { order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) { order: 1; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) { order: 2; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) { order: 3; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) { order: 4; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) { order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) { order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) { order: 1; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) { order: 2; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) { order: 3; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) { order: 4; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) { order: 5; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) { order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) { order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) { order: 1; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) { order: 2; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) { order: 3; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) { order: 4; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) { order: 5; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) { order: 6; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) { order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) { order: 8; }

.flexmasonry-break {
    flex-basis: 100%;
    width: 0 !important;
    margin: 0;
    content: "";
}

.flexmasonry-break-1 { order: 1; }

.flexmasonry-break-2 { order: 2; }

.flexmasonry-break-3 { order: 3; }

.flexmasonry-break-4 { order: 4; }

.flexmasonry-break-5 { order: 5; }

.flexmasonry-break-6 { order: 6; }

.flexmasonry-break-7 { order: 7; }

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex-grow: 1;
    padding: 48px 0 96px;
}

.page-template .site-content {
    padding-block: 0;
}

.gh-head-menu,
.gh-head-link {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.009em;
}

.post-feed {
    margin: 0 auto;
    /* Grid is visible from the start so there is no white-page flash while
       JS loads. Masonry quietly repositions items in the background. */
}

.post-feed.initialized {
    /* nothing extra needed */
}

.post-feed .grid-item {
    position: absolute;
    width: 311px;
}

.post-feed .post {
    position: relative;
    margin: var(--grid-gap);
}

.post-feed .post-image {
    width: 100%;
}

@media (max-width: 640px) {
    .post-feed {
        --grid-gap: 4px;

        max-width: calc(100% - (calc(var(--gap) - var(--grid-gap))) * 2);
    }

    .post-feed .grid-item {
        width: 50%;
    }
}

@media (min-width: 641px) and (max-width: 1019px) {
    .post-feed {
        --grid-gap: 8px;

        max-width: calc(100% - (calc(var(--gap) - var(--grid-gap))) * 2);
    }

    .post-feed .grid-item {
        width: calc(100% / 3);
    }
}

@media (min-width: 1020px) {
    .post-feed {
        max-width: 990px;
    }
}

@media (min-width: 1350px) {
    .post-feed {
        max-width: 1320px;
    }
}

@media (min-width: 1680px) {
    .post-feed {
        max-width: 1890px;
        margin: 0 17px;
    }
}

/* Load more button
/* ---------------------------------------------------------- */

.gh-loadmore-wrapper {
    display: flex;
    justify-content: center;
    margin: 48px 0 24px;
}

.gh-loadmore[hidden] {
    display: none;
}

.gh-loadmore {
    cursor: pointer;
}

.gh-loadmore.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.post-caption {
    display: none;
}

.post-link {
    display: block;
}

.post-link img {
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.4s ease;
}

.post-link:hover img {
    transform: scale(1.03);
}

.post-link:hover {
    opacity: 1;
}

.post-lightbox {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: scale(0.8);
}

.post-link:hover + .post-lightbox,
.post-lightbox:hover {
    opacity: 1;
    transform: scale(1);
}

.gh-article-image {
    margin: 0 0 64px;
}

.gh-article-title {
    font-size: 3.2rem;
}

.gh-article-excerpt {
    margin-top: 16px;
    font-size: 1.8rem;
}

.gh-content {
    margin-top: 28px;
}

.gh-article-header .gh-meta-share {
    justify-content: flex-end;
}

.gh-meta-share {
    margin-top: 36px;
    justify-content: center;
}

.related-posts {
    margin-top: 96px;
}

.related-title {
    margin: 0 var(--grid-gap) 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .related-posts {
        margin-top: 60px;
    }
}

.pswp__bg {
    background: rgba(255, 255, 255, 0.9);
}

.pswp__caption__center {
    color: var(--color-darker-gray);
}

/* ===========================================================
   NAVIGATION — sistem dropdown via prefix label di Ghost Admin
   (#Nama = buka dropdown, -Item/+Item = isi dropdown, %/@/$ = varian ikon)
   =========================================================== */
.nav {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item__link,
.subnav > .nav-item__link,
.subnav > span.nav-item__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--color-primary-text);
    text-decoration: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.subnav {
    position: relative;
}

.nav-dropdown-icon {
    transition: transform 0.2s ease;
}
.subnav:hover .nav-dropdown-icon {
    transform: rotate(180deg);
}

.submenu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 100;
}
.subnav:hover .submenu-wrapper,
.subnav:focus-within .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu {
    min-width: 180px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.submenu__item-link {
    display: block;
    padding: 10px 20px;
    color: var(--color-primary-text);
    text-decoration: none;
    font-size: 1.4rem;
    white-space: nowrap;
}
.submenu__item-link:hover {
    background: #f5f5f5;
}

/* Varian ikon (prefix %, @, $) */
.gh-subnav-icon {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.gh-header-subnav {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 100;
}
.gh-subnav-icon:hover .gh-header-subnav,
.gh-subnav-icon:focus-within .gh-header-subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
