

:root {
    --color-green: #a4d037;
    --color-yellow: #fecd35;
    --color-red: #f05230;
    --color-darkgrey: #15171a;
    --color-midgrey: #738a94;
    --color-lightgrey: #f1f1f1;
    --color-secondary-text: #979797;
    --color-border: #e1e1e1;
    --color-wash: #e5eff5;
    --color-darkmode: #151719;
    --ghost-accent-color: #ff6600;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-serif: Georgia, Times, serif;
    --font-mono: Menlo, Courier, monospace
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn,
em,
i {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

mark {
    background-color: #fdffb6
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

kbd {
    background: #f6f8fa;
    border: 1px solid rgba(124, 139, 154, .25);
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgba(124, 139, 154, .25);
    font-family: var(--font-mono);
    font-size: 1.5rem;
    padding: 3px 5px
}

@media (max-width:600px) {
    kbd {
        font-size: 1.3rem
    }
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    border: none;
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input:focus {
    outline: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    background: #fff;
    color: var(--color-darkgrey);
    font-family: var(--gh-font-body, var(--font-sans));
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on
}

::-moz-selection {
    background: #daf2fd;
    text-shadow: none
}

::selection {
    background: #daf2fd;
    text-shadow: none
}

hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    display: block;
    height: 1px;
    margin: 2.5em 0 3.5em;
    padding: 0;
    position: relative;
    width: 100%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

ol,
ul {
    padding-left: 1.3em;
    padding-right: 1.5em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .5em 0
}

ol,
ul {
    max-width: 100%
}

li {
    line-height: 1.6em;
    padding-left: .3em
}

li+li {
    margin-top: .5em
}

dt {
    color: #daf2fd;
    float: left;
    font-weight: 500;
    margin: 0 20px 0 0;
    text-align: right;
    width: 120px
}

dd {
    margin: 0 0 5px;
    text-align: left
}

sub,
sup {
    line-height: 1
}

blockquote {
    border-left: #daf2fd;
    margin: 1.5em 0;
    padding: 0 1.6em
}

blockquote small {
    display: inline-block;
    font-size: .9em;
    margin: .8em 0 .8em 1.5em;
    opacity: .8
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote cite {
    font-weight: 700
}

blockquote cite a {
    font-weight: 400
}

a {
    color: #15171a;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading, var(--font-sans));
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.15;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: -.015em;
    margin: 0 0 .5em
}

@media (max-width:600px) {
    h1 {
        font-size: 2.8rem
    }
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h2 {
        font-size: 2.3rem
    }
}

h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h3 {
        font-size: 1.7rem
    }
}

h4 {
    font-size: 2rem;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h4 {
        font-size: 1.7rem
    }
}

h5 {
    font-size: 2rem
}

h5,
h6 {
    margin: 1.5em 0 .5em
}

h6 {
    font-size: 1.8rem
}

.viewport {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative
}

.site-content {
    flex-grow: 1
}

.outer {
    padding: 0 max(4vmin, 20px);
    position: relative
}

.inner {
    margin: 0 auto;
    max-width: var(--website-width, 1200px);
    width: 100%
}

.site-header {
    background: var(--ghost-accent-color);
    color: #fff;
    position: relative
}

.site-title {
    font-size: 5rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
    z-index: 10
}

.gh-head {
    background-color: #fff;
    font-size: 1.6rem;
    height: 88px;
    line-height: 1.3em;
    z-index: 150
}

.gh-head a {
    text-decoration: none
}

.gh-head-inner {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-auto-flow: row dense;
    height: 100%
}

.gh-head-inner,
.gh-head-layout .gh-head-inner {
    grid-template-columns: auto 1fr auto
}

.gh-head-layout.home-template .gh-head:not(.is-header-static) .gh-head-logo {
    display: none
}

.gh-head-layout.home-template .gh-head:not(.is-header-static) .gh-head-menu {
    margin-left: -40px
}

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

.gh-head-brand {
    align-items: center;
    display: flex;
    height: 40px;
    word-break: break-all
}

.gh-head-logo {
    display: block;
    font-family: var(--gh-font-heading, var(--font-sans));
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -.02em;
    white-space: nowrap
}

.gh-head-logo.no-image {
    margin-top: -5px
}

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

.gh-head-menu {
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 1px
}

.gh-head-menu .nav li {
    margin: 0;
    padding: 0
}

.gh-head-menu .nav a {
    color: inherit;
    display: inline-block;
    line-height: 1.7
}

.gh-head-menu .nav a:hover {
    opacity: .9
}

.gh-head-menu .nav-more-toggle {
    background-color: transparent;
    font-size: inherit;
    height: 30px;
    margin: 0 -6px;
    padding: 0;
    position: relative;
    text-transform: inherit;
    width: 30px
}

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

@media (min-width:992px) {
    body:not(.is-dropdown-loaded) .gh-head-menu .nav>li {
        opacity: 0
    }
}

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

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

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

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

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

.gh-social {
    align-items: center;
    display: flex;
    gap: 20px
}

.gh-social-link {
    color: inherit;
    line-height: 0
}

.gh-social-link:hover {
    opacity: .9
}

.gh-social-link svg {
    height: 18px;
    width: 18px
}

.gh-head-actions {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    list-style: none;
    text-align: right
}

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

.gh-head-link {
    color: inherit;
    font-weight: 500
}

.gh-head-link:hover {
    color: var(--ghost-accent-color);
}

.gh-head-button {
    align-items: center;
    background: var(--ghost-accent-color);
    border-radius: 48px;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    letter-spacing: -.005em;
    padding: 8px 20px
}

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

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

.gh-burger:before,
.gh-burger:after {
    content: "";
    position: absolute;
    left: 3px;
    width: 24px;
    height: 2px;
    background-color: var(--color-darkgrey);
    border-radius: 2px;
    transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease
}

.gh-burger:before {
    top: 9px
}

.gh-burger:after {
    bottom: 9px
}

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

    #gh-head .gh-head-menu .nav,
    #gh-head .gh-head-actions {
        display: none
    }

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

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

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

    #gh-head .gh-burger {
        display: flex
    }
}

.site-header-content::before {
    display: block;
    margin: 0;
    padding: 18px 0 12px 0;
    line-height: 1.1;
    letter-spacing: -0.05em;
    text-align: center;
    color: #111;
    margin: 0 auto;
    width: 100%;
    max-width: var(--website-width, 1200px);
}

.post-feed {
    display: grid;
    gap: var(--thumbnail-gap, 4.2vmin 4.2vmin);
    grid-template-columns: repeat(6, 1fr);
    padding: max(4.8vmin, 36px) 0 0;
    position: relative
}

:is(.tag-template, .author-template) .post-feed {
    margin-top: 4vmin
}

.author-template .post-feed .author-profile-card,
.tag-template .post-feed .post-card-large {
    grid-column: 1 / -1;
}

@media (max-width:991px) {
    .post-feed {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .post-feed {
        grid-template-columns: 1fr 1fr
    }
}

.post-card {
    background-size: cover;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    position: relative;
    word-break: break-word
}

@media (min-width: 1001px) {
    .post-feed.columns-1 { grid-template-columns: repeat(2, 1fr); }
    .post-feed.columns-2 { grid-template-columns: repeat(4, 1fr); }
    .post-feed.columns-3 { grid-template-columns: repeat(6, 1fr); }
    .post-feed.columns-4 { grid-template-columns: repeat(8, 1fr); }
    .post-feed.columns-5 { grid-template-columns: repeat(10, 1fr); }
    .post-feed.columns-6 { grid-template-columns: repeat(12, 1fr); }
    .post-feed.columns-7 { grid-template-columns: repeat(14, 1fr); }
    .post-feed.columns-8 { grid-template-columns: repeat(16, 1fr); }
    .post-feed.columns-9 { grid-template-columns: repeat(18, 1fr); }
    .post-feed.columns-10 { grid-template-columns: repeat(20, 1fr); }
}

.post-card-image-link {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--image-radius);
}

.post-card-image-link[style*="aspect-ratio"] {
    aspect-ratio: unset;
}

.post-card-image-link[style*="aspect-ratio"]:after {
    padding-bottom: 0;
}

.post-card-image-link:after {
    content: "";
    display: block;
    padding-bottom: 55%
}

.post-card-image {
    background: var(--color-lightgrey) no-repeat center center;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.post-card.keep-ratio:not(.post-card-large):not(.post-card-full) .post-card-image {
    position: static
}

.post-card-content-link {
    color: var(--color-darkgrey);
    display: block;
    position: relative;
}

.post-card-content-link:hover {
    text-decoration: none
}

.post-feed .no-image .post-card-content-link {
    padding: 0
}

.no-image .post-card-header {
    margin-top: 0
}

.post-card-primary-tag {
    color: var(--color-secondary-text);
    text-decoration: none;
}

.post-card-primary-tag:hover {
    color: var(--ghost-accent-color);
    text-decoration: none;
}

.post-card-tags {
    color: var(--color-secondary-text);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 1.5em;
    margin: 20px 0 0 0;
    min-height: 1.5em;
}

.post-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-card-content-link:hover .post-card-title {
    color: var(--ghost-accent-color);
}

.no-image .post-card-title {
    margin-top: 0
}

.post-card-title svg {
    margin-left: -1px;
    margin-top: -3px
}

.post-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}

.post-card-excerpt {
    display: -webkit-box;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    margin: 12px 0 0 0;
    max-width: 720px;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word
}

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

.post-card:not(.post-card-large):not(.post-card-full):not(.dynamic):not(.no-image) .post-card-excerpt {
    -webkit-line-clamp: 2
}

:is(.tag-template, .author-template) .post-card-excerpt {
    margin-top: 6px
}

:is(.tag-template, .author-template) .post-card-large .post-card-excerpt {
    display: block;
    overflow-y: auto
}

.author-avatar-group {
    display: flex;
    flex-shrink: 0;
    margin-top: 10px;
    position: relative;
    gap: 2px;
}

.postcard-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 100%;

    width: 38px;
    height: 38px;
    position: relative;
}

.postcard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postcard-avatar.fallback {
    background-color: #e5e7eb;
}

.post-card-meta-date {
    color: var(--color-secondary-text);
    font-size: 1.3rem;
}

.reading-time {
    color: #6b7280;
}

.avatar-count-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 7px;
    margin-left: -8px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: var(--color-darkgrey);
    color: var(--color-lightgrey);
    align-self: center;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    min-width: 32px;
    z-index: 999;
}

.avatar-count-pill:hover {
    background-color: var(--ghost-accent-color);
    color: #fff;
}

.avatar-popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--background-color, #fff);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 4px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    z-index: 9999;
    min-width: 160px;
    white-space: nowrap;
}

.avatar-popup-item a:hover {
    color: var(--ghost-accent-color);
    text-decoration: none;
}

.avatar-popup-item span:hover {
    color: var(--ghost-accent-color);
}

.avatar-popup.active {
    display: block;
}

.avatar-popup-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
}

.avatar-popup-item span {
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}

.avatar-popup-item:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.avatar-popup-item img,
.avatar-popup-item .popup-avatar-fallback {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background-color: var(--color-border);
}

.avatar-popup-item .popup-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-popup-item a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #15171a;
    text-decoration: none;
}

.avatar-popup-item a:hover {
    text-decoration: underline;
}

.author-avatar-group.overlap {
    position: relative;
}

.author-avatar-group.overlap .postcard-avatar:nth-child(n+4) {
    display: none;
}

.author-avatar-group.overlap .postcard-avatar:not(:first-child) {
    margin-left: -12px;
}

.author-avatar-group.overlap .postcard-avatar:nth-child(1) { z-index: 4; }
.author-avatar-group.overlap .postcard-avatar:nth-child(2) { z-index: 3; }
.author-avatar-group.overlap .postcard-avatar:nth-child(3) { z-index: 2; }
.author-avatar-group.overlap .postcard-avatar:nth-child(n+4) { z-index: 1; }
.author-avatar-group.overlap .avatar-count-pill { z-index: 5; }

.author-profile-image {
    background: #1a1a1a;
    border-radius: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.author-list {
    display: flex;
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0
}

.author-list-item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width:1001px) {
    .post-card-large {
        display: grid;
        grid-column: span 6;
        grid-gap: 4vmin;
        border-top: 0;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 26px;
    }

    .post-card-large:not(.no-image) .post-card-header {
        margin-top: 0
    }

    .post-card-large .post-card-image-link {
        grid-column: span 2;
        margin-bottom: 0;
        position: relative
    }

    .post-card-large .post-card-content {
        grid-column: span 1
    }

    .post-card-large.no-image .post-card-content {
        grid-column: span 2
    }

    .post-card-large .post-card-image {
        height: 100%;
        position: absolute;
        width: 100%
    }

    .post-card-large .post-card-tags {
        margin-bottom: 12px
    }

    .post-card-large .post-card-title {
        font-size: 4.4rem;
        line-height: 1.05;
        margin-top: 0
    }

    .post-card-large .post-card-excerpt {
        margin-top: 16px
    }

    .post-card-full {
        grid-column: span 6
    }

    .post-card-full .post-card-image-link {
        margin-bottom: 40px
    }

    .post-card-full .post-card-tags {
        margin-bottom: 14px
    }

    .post-card-full .post-card-title {
        font-size: 6.4rem;
        line-height: .95
    }

    .post-card-full .post-card-excerpt {
        font-size: 1.8rem;
        margin-top: 20px
    }

    .post-card-large+.post-card-large:nth-child(2n) {
        margin: 32px 0
    }

    .post-card-large+.post-card-large:nth-child(2n) .post-card-content {
        order: -1
    }

    .post-card.dynamic {
        grid-column: span 3
    }

    .post-card.dynamic .post-card-title {
        font-size: 3rem
    }
}

.pagination {
    align-items: center;
    display: none;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 8vmin
}

html.no-infinite-scroll .pagination {
    display: grid
}

.pagination a {
    font-size: 1.7rem;
    font-weight: 600
}

.pagination .page-number {
    color: var(--color-secondary-text);
    grid-column-start: 2
}

.pagination .older-posts {
    grid-column-start: 3;
    text-align: right
}

@media (max-width:767px) {
    .pagination .page-number {
        display: none
    }
}

.article {
    word-break: break-word
}

.post-template .article {
    padding: max(8vmin, 40px) 0 max(8vmin, 64px)
}

.post-template .article-header {
    padding: 0 0 max(6.4vmin, 40px)
}

.page-template .article-header {
    padding: max(12vmin, 64px) 0 max(3.2vmin, 28px)
}

.article-tag {
    font-size: 1.6rem;
    margin-bottom: 16px
}

.article-tag a {
    color: var(--color-secondary-text)
}

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

.article-title {
    color: var(--color-darkgrey);
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 0
}

.article-excerpt {
    color: var(--color-darkgrey);
    font-size: 2rem;
    line-height: 1.45;
    margin-top: 20px;
    max-width: 720px
}

.gh-canvas .article-image {
    grid-column: wide-start/wide-end;
    margin: max(6.4vmin, 40px) 0 0;
    width: 100%
}

.image-full .article-image {
    grid-column: full-start/full-end
}

.image-full .article-image img {
    border-radius: 0 !important;
}

.image-small .article-image {
    grid-column: main-start/main-end
}

.image-hero .article-image {
    grid-column: full-start/full-end;
    margin-top: 0;
    margin-bottom: max(4vmin, 32px);
}

.image-hero .article-image img {
    border-radius: 0 !important;
}

.post-template .image-hero.article {
    padding-top: 0;
}

.image-banner .article-image {
    grid-column: full-start/full-end;
    height: 84vh;
    margin-top: 0;
    margin-bottom: max(4vmin, 32px);
}

.image-banner .article-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.post-template .image-banner.article {
    padding-top: 0;
}

.image-banner .article-header {
    padding-bottom: 0;
}

body.hero-image-mode .gh-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
}

body.hero-image-mode .gh-head,
body.hero-image-mode .gh-head > .gh-head-inner a,
body.hero-image-mode .gh-head-menu > .nav > li > a,
body.hero-image-mode .gh-icon-btn,
body.hero-image-mode .gh-burger {
    color: #fff;
}

body.hero-image-mode .gh-burger span {
    background-color: #fff;
}

body.hero-image-mode .gh-head-menu .nav-dropdown-menu a {
    color: var(--color-darkgrey);
}

.post-template .image-background.article,
.page-template .image-background.article {
    padding-top: 0;
}

.image-background .article-header {
    position: relative;
    padding-top: 100vh;
    padding-bottom: 0;
}

.image-background .article-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    z-index: -1;
}

.image-background .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.image-background .hero-content-box {
    background: #fff;
    grid-column: full-start/full-end;
    display: grid;
    grid-template-columns: inherit;
    padding: 40px 0;
}

.image-background .hero-content-box > * {
    grid-column: main-start/main-end;
}

body.hero-image-mode .gh-content,
body.hero-image-mode .article-comments,
body.hero-image-mode .read-more-wrap,
body.hero-image-mode .site-footer {
    position: relative;
    background-color: #fff;
}

body.hero-image-mode.post-template .article,
body.hero-image-mode.page-template .article {
    padding-bottom: 0;
}

body.hero-image-mode .gh-content {
    padding-bottom: max(8vmin, 64px);
}

body.hero-image-mode .article-comments {
    margin-top: 0;
    padding-top: 6vmin;
    padding-bottom: max(8vmin, 64px);
}

body.hero-image-mode .read-more-wrap {
    margin-top: 0;
    padding-top: 2.4vmin;
}

body.hero-image-mode .site-footer {
    margin-top: 0;
    padding-top: calc(48px + max(12vmin, 64px));
}

.gh-canvas .article-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

body.hero-image-mode.cover-mode .gh-head {
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 150;
}

body.hero-image-mode.cover-mode .gh-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
}

body.cover-mode .gh-head,
body.cover-mode .gh-head > .gh-head-inner a,
body.cover-mode .gh-head-menu > .nav > li > a,
body.cover-mode .gh-icon-btn,
body.cover-mode .gh-burger {
    color: var(--color-darkgrey);
}

body.cover-mode .gh-burger span {
    background-color: var(--color-darkgrey);
}

.post-template .image-cover.article,
.page-template .image-cover.article {
    padding-top: 0;
}

.image-cover .article-header {
    position: relative;
    min-height: 89vh;
    padding-top: 0;
    padding-bottom: 3vh;
    display: grid;
    grid-template-rows: 1fr auto;
}

.image-cover .article-header > *:not(.article-image) {
    grid-row: 2;
    position: relative;
    z-index: 2;
}

.image-cover .article-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    z-index: -1;
}

.image-cover .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

body.cover-mode .gh-content {
    position: relative;
    background-color: #fff;
}

body.cover-mode .gh-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 700px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}

body.cover-mode .article-comments,
body.cover-mode .read-more-wrap,
body.cover-mode .site-footer {
    position: relative;
    background-color: #fff;
}

body.cover-mode.post-template .article,
body.cover-mode.page-template .article {
    padding-top: max(2vmin, 16px);
    padding-bottom: 0;
}

body.cover-mode .gh-content {
    padding-bottom: max(8vmin, 64px);
}

body.cover-mode .article-comments {
    margin-top: 0;
    padding-top: 6vmin;
    padding-bottom: max(8vmin, 64px);
}

body.cover-mode .read-more-wrap {
    margin-top: 0;
    padding-top: 2.4vmin;
}

body.cover-mode .site-footer {
    margin-top: 0;
    padding-top: calc(48px + max(12vmin, 64px));
}

@media (max-width:767px) {
    .article-excerpt {
        font-size: 1.7rem;
        margin-top: 14px
    }
}

.gh-canvas,
.kg-width-full.kg-content-wide {
    --gap: max(4vmin, 20px);
    --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-start/main-end
}

.kg-content-wide>div,
.kg-width-wide {
    grid-column: wide-start/wide-end
}

.kg-width-full {
    grid-column: full-start/full-end
}

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

.gh-content>*+* {
    margin-bottom: 0;
    margin-top: max(3.2vmin, 24px)
}

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

.gh-content>[id] {
    color: var(--color-darkgrey);
    margin: 0
}

.gh-content>[id]:not(:first-child) {
    margin: 2em 0 0
}

.gh-content>[id]+* {
    margin-top: 1.5rem !important
}

.gh-content>blockquote,
.gh-content>hr {
    margin-top: max(4.8vmin, 32px);
    position: relative
}

.gh-content>blockquote+*,
.gh-content>hr+* {
    margin-top: max(4.8vmin, 32px) !important
}

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

.gh-content>blockquote:not([class]),
.gh-content>dl,
.gh-content>ol,
.gh-content>p,
.gh-content>ul {
    font-family: var(--gh-font-body, var(--font-serif));
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em
}

.gh-content>p img {
    margin: 0 auto
}

.page-template .gh-content:only-child>:first-child:not(.kg-width-full) {
    margin-top: max(12vmin, 64px)
}

.page-template .gh-content>:last-child:not(.kg-width-full) {
    margin-bottom: max(12vmin, 64px)
}

.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>p,
.gh-content .kg-toggle-card .kg-toggle-content>ul {
    font-family: var(--font-serif);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.6em
}

.gh-content .kg-product-card .kg-product-card-description>ol,
.gh-content .kg-product-card .kg-product-card-description>p,
.gh-content .kg-product-card .kg-product-card-description>ul {
    font-size: 1.7rem;
    line-height: 1.6em
}

.gh-content .kg-callout-card .kg-callout-emoji {
    font-size: 2.1rem;
    line-height: 1.4em
}

.gh-content .kg-toggle-card .kg-toggle-heading-text {
    font-size: 2rem
}

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

.gh-content .kg-product-card .kg-product-card-description>ol,
.gh-content .kg-product-card .kg-product-card-description>ul,
.gh-content .kg-toggle-card .kg-toggle-content>ol,
.gh-content .kg-toggle-card .kg-toggle-content>ul,
.gh-content>dl,
.gh-content>ol,
.gh-content>ul {
    padding-left: 1.9em
}

.gh-content>blockquote:not([class]) {
    font-style: italic;
    padding: 0;
    position: relative
}

.gh-content>blockquote:not([class]):before {
    background: var(--ghost-accent-color);
    bottom: 0;
    content: "";
    left: -1.5em;
    position: absolute;
    top: 0;
    width: .3rem
}

.gh-content :not(pre)>code {
    background: #f0f6f9;
    border: 1px solid #e1eaef;
    border-radius: .25em;
    color: #15171a;
    font-size: .9em;
    font-weight: 400 !important;
    line-height: 1em;
    padding: .15em .4em;
    vertical-align: middle
}

.gh-content pre {
    background: var(--color-darkgrey);
    border-radius: 5px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .4);
    color: var(--color-wash);
    font-size: 1.4rem;
    line-height: 1.5em;
    overflow: auto;
    padding: 16px 20px
}

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

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

@media (max-width:650px) {

    .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>p,
    .gh-content .kg-toggle-card .kg-toggle-content>ul,
    .gh-content>blockquote:not([class]),
    .gh-content>dl,
    .gh-content>ol,
    .gh-content>p,
    .gh-content>ul {
        font-size: 1.8rem
    }

    .gh-content .kg-product-card .kg-product-card-description>ol,
    .gh-content .kg-product-card .kg-product-card-description>p,
    .gh-content .kg-product-card .kg-product-card-description>ul {
        font-size: 1.6rem
    }

    .gh-content blockquote:not([class]):before {
        left: min(-4vmin, -20px)
    }
}

.gh-content .kg-card+:not(.kg-card),
.gh-content :not(.kg-card):not([id])+.kg-card {
    margin-top: 6vmin
}

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

.kg-image-card img {
    margin: auto
}

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

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

.kg-blockquote-alt {
    color: var(--color-midgrey);
    font-family: var(--font-serif)
}

.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .kg-blockquote-alt {
    font-family: var(--gh-font-body, var(--font-sans))
}

.kg-card.kg-header-card.kg-style-dark {
    background: var(--color-darkgrey)
}

.kg-header-card.kg-style-light h2.kg-header-card-header {
    color: #000
}

figcaption {
    color: rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 1.5rem 1.5rem 0;
    text-align: center
}

figcaption strong {
    color: rgba(0, 0, 0, .8)
}

figcaption a {
    text-decoration: underline
}

iframe.instagram-media {
    margin: 6vmin auto 0 !important
}

iframe.instagram-media+script+:not([id]) {
    margin-top: 6vmin
}

.kg-width-full.kg-card-hascaption {
    display: grid;
    grid-template-columns: inherit
}

.kg-width-wide.kg-card-hascaption img {
    grid-column: wide-start/wide-end
}

.kg-width-full.kg-card-hascaption img {
    grid-column: 1/-1
}

.kg-width-full.kg-card-hascaption figcaption {
    grid-column: main-start/main-end
}

.article-comments {
    margin: 6vmin 0 0;
    min-height: 400px;
    contain: layout;
}

.footnotes-sep {
    margin-bottom: 30px
}

.footnotes {
    font-size: 1.5rem
}

.footnotes p {
    margin: 0
}

.footnote-backref {
    box-shadow: none !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important
}

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

.gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-repeat: no-repeat;
    background-size: 20px 100%
}

.gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%
}

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

.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
    border: 1px solid #e3edf3;
    padding: 6px 12px
}

.article-byline {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: min(24px, 5.6vmin) 0 0
}

.gh-button-share {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 999px;
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .5em 1.2em;
    text-decoration: none;
    transition: all .4s ease;
    white-space: nowrap;
}

  @media (max-width: 767px) {
    .article-byline {
        align-items: flex-start;
    }

    .gh-button-share {
        align-self: flex-end;
    }
}

.gh-button-share:hover {
    border-color: rgba(0, 0, 0, .5)
}

.article-byline-content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    gap: 16px;
}

  .article-tag .post-card-featured svg {
    width: 16px;
    height: 16px;
}

.article-byline-content .author-list {
    justify-content: flex-start;
    padding: 0 14px 0 0
}

.article-byline-meta {
    color: var(--color-secondary-text);
    font-size: 1.4rem;
    line-height: 1.2em
}

.article-byline-meta .author-name {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

.article-byline-meta .author-name a:hover {
    color: var(--ghost-accent-color);
}

.article-byline-meta .bull {
    display: inline-block;
    margin: 0 2px
}

.author-avatar {
    background-color: var(--color-border);
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: min(56px, 13.6vmin);
    margin: 0 -4px;
    overflow: hidden;
    width: min(56px, 13.6vmin)
}

.page-template .article-title {
    margin-bottom: 0
}

@media (max-width:767px) {
    .article-byline-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px
    }

    .article-byline-content .author-list {
        padding-right: 12px
    }

    .article-byline-meta .author-name {
        margin-bottom: 4px
    }
}

  .article-author-group .postcard-avatar {
    width: min(56px, 13.6vmin);
    height: min(56px, 13.6vmin);
    border-color: #fff;
}

    .article-author-group .avatar-popup {
    bottom: auto;
    top: calc(100% + 8px);
}

.read-more-header {
    margin-bottom: 0;
}

.read-more-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-darkgrey);
    margin: 0;
}

.read-more-title .nav-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 2px;
}

.read-more-title a {
    color: inherit;
    text-decoration: none;
}

.read-more-title a:hover {
    color: var(--ghost-accent-color);
}

.recent-title-only .post-card-image-link {
    display: none;
}

.recent-thumbnail-only .post-card-content {
    display: none;
}

.read-more-header.title-only {
    text-align: center;
}

.read-more-wrap {
    margin-top: 2.4vmin
}

.footer-cta+.read-more-wrap {
    margin-top: max(12vmin, 72px)
}

.read-more {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 4vmin
}

.read-more .post-card-tags {
    display: none
}

@media (max-width:1000px) {
    .read-more {
        grid-template-columns: repeat(4, 1fr)
    }

    .read-more .post-card:nth-child(3) {
        display: none
    }
}

@media (max-width:700px) {
    .read-more {
        grid-template-columns: repeat(2, 1fr)
    }

    .read-more .post-card:nth-child(2) {
        display: none
    }
}

.footer-cta {
    position: relative;
    text-align: center
}

.footer-cta-title {
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    font-weight: 800;
    margin: 0 0 min(24px, 6.4vmin)
}

.footer-cta-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    color: var(--color-secondary-text);
    display: inline-flex;
    font-size: 1.7rem;
    justify-content: space-between;
    max-width: 500px;
    padding: 5px 5px 5px 15px;
    position: relative;
    transition: border-color .2s;
    width: 100%
}

.footer-cta-button:hover {
    border-color: #000
}

.footer-cta-button span {
    background: var(--ghost-accent-color);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.005em;
    padding: 9px 15px
}

.comments {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 60px 0 44px
}

.comments-head {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    max-width: 720px;
    width: 100%
}

.comments h2 {
    font-size: 3.4rem;
    font-weight: 800;
    max-width: 720px;
    width: 100%
}

.comments .comment-count {
    color: var(--color-midgrey);
    font-weight: 600;
    white-space: nowrap
}

.comments #ghost-comments-root {
    max-width: 720px;
    width: 100%
}

.authors-page-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 48px 0 32px;
}

.authors-list {
    margin-bottom: 50px;
}

.author-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    color: var(--color-darkgrey);
}

.author-row-avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
}

.author-row-avatar a {
    display: block;
    width: 100%;
    height: 100%;
}

.author-row-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-row-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
}

.author-row-info {
    flex: 1;
    min-width: 0;
}

.author-row-name {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-darkgrey);
    text-decoration: none;
    display: block;
}

.author-row-name:hover {
    color: var(--ghost-accent-color);
}

.author-row-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-row-location {
    font-size: 1.3rem;
    color: var(--color-secondary-text);
    text-decoration: none;
}

.author-row-count {
    font-size: 1.3rem;
    color: var(--color-secondary-text);
    font-weight: 500;
    flex-shrink: 0;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
}

.author-row-count:hover {
    color: var(--ghost-accent-color);
}

.author-row-divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 0;
}

.author-profile-card {
    display: block;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .author-profile-card {
        overflow: hidden;
    }
}
  .author-profile-card:not(:has(.author-cover-image)) .author-profile-pic {
    margin-top: 20px;
}

.author-profile-card .author-cover-image {
    width: 100%;
    border-radius: var(--image-radius, 8px);
    overflow: hidden;
}

.author-profile-card .author-cover-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .author-profile-card .author-cover-image {
        margin-left: calc(-1 * max(4vmin, 20px));
        margin-right: calc(-1 * max(4vmin, 20px));
        width: calc(100% + 2 * max(4vmin, 20px));
        border-radius: 0;
    }
    .author-profile-card .author-profile-pic {
        margin-top: -50px;
    }
}

.author-profile-card:not(:has(.author-cover-image)) .author-profile-pic {
    margin-top: 0;
}

.author-profile-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 auto;
}

.author-profile-pic {
    border-radius: 50%;
    object-fit: cover;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    box-shadow: 0 0 0 6px #fff;
    background: #fff;
    outline: none;
}

.author-profile-name {
    font-size: 3rem;
    font-weight: 700;
    margin: 16px 0 8px;
}

.author-profile-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.author-profile-location {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--color-secondary-text);
}

.author-profile-bio {
    font-size: 1.6rem;
    color: var(--color-secondary-text);
    max-width: 800px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.author-profile-meta {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.author-profile-post-count {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-secondary-text);
    margin-bottom: 26px;
}

.author-profile-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: var(--color-secondary-text);
}

.author-profile-social-link:hover {
    background: var(--ghost-accent-color);
    color: #fff;
    transition: background 0.2s, color 0.2s;
}

.author-profile-social-link svg {
    width: 16px;
    height: 16px;
}

.author-template .post-card-large .post-card-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

@media (min-width:1001px) {
    .author-template .post-card-large .post-card-content:only-child {
        grid-column: span 2;
        max-width: 640px
    }
}

.tag-template .post-card-large .post-card-image-link {
    grid-column: 2/span 2;
    order: 2
}

.tag-template .post-card-large .post-card-content {
    order: 1
}

@media (min-width:1001px) {
    .tag-template .post-card-large .post-card-content:only-child {
        grid-column: span 2;
        max-width: 640px
    }
}

.error-content {
    padding: 14vw 4vw 2vw
}

.error-message {
    padding-bottom: 10vw;
    text-align: center
}

.error-code {
    font-size: 12vw;
    letter-spacing: -5px;
    line-height: 1em;
    margin: 0
}

.error-description {
    color: var(--color-secondary-text);
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 1.3em;
    margin: 0
}

.error-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: var(--color-lightgrey);
    color: var(--color-darkgrey);
    border-radius: 6px;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease
}

.error-link:hover {
    opacity: 0.85;
    color: var(--color-darkgrey)
}

@media (min-width:940px) {
    .error-content .post-card {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width:800px) {
    .error-content {
        padding-top: 24vw
    }

    .error-code {
        font-size: 11.2rem
    }

    .error-message {
        padding-bottom: 16vw
    }

    .error-description {
        font-size: 1.8rem;
        margin: 5px 0 0
    }
}

@media (max-width:500px) {
    .error-content {
        padding-top: 28vw
    }

    .error-message {
        padding-bottom: 14vw
    }
}

.site-footer {
    color: #000;
    margin: max(12vmin, 64px) 0 0;
    padding-bottom: 40px;
    padding-top: 48px;
    position: relative
}

.page-template .site-footer {
    margin-top: 0
}

.site-footer .inner {
    display: grid;
    grid-gap: 40px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: start;
}

.site-footer .copyright {
    display: flex;
    justify-content: flex-start;
}

.site-footer .copyright a {
    color: var(--color-darkgrey);
    font-weight: 500;
    letter-spacing: -.015em
}

.site-footer a {
    color: var(--color-darkgrey);
}

.site-footer a:hover {
    color: var(--ghost-accent-color);
    text-decoration: none
}

.site-footer-nav {
    display: flex;
    justify-content: center;
}

.site-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 24px;
}

.site-footer-nav li {
    align-items: center;
    display: inline-flex;
    line-height: 1em;
    margin: 0;
    padding: 0
}

.site-footer-nav a {
    align-items: center;
    display: inline-flex;
    margin: 0 20px;
    position: relative
}

.site-footer .gh-powered-by {
    display: block;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .site-footer .inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .site-footer .copyright {
        justify-content: center;
        margin-bottom: 0;
    }
    .site-footer-nav {
        justify-content: center;
    }
    .site-footer .inner .gh-powered-by {
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        white-space: normal;
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .site-footer .inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .site-footer .copyright,
    .site-footer .copyright a {
        color: #000;
        font-size: 1.5rem
    }
    .site-footer-nav {
        justify-content: center;
    }
    .site-footer .copyright {
        justify-content: center;
        margin-bottom: 16px;
    }
    .site-footer .inner .gh-powered-by {
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        white-space: normal;
        flex-wrap: wrap;
    }
}

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

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4, 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 {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    transform: translateZ(0);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

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

.pswp__scroll-wrap {
    overflow: hidden
}

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

.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;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

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

.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0
}

.pswp__img {
    height: auto;
    width: auto
}

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

.pswp__img--placeholder--blank {
    background: #000
}

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

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

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

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

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

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

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

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

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

@media (min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .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 {
    background-position: -88px 0;
    display: none
}

.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 {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

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

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

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

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

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

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

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

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

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

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

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

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

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

.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 .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

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

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

.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border-color: #fff #fff transparent transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

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

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

    to {
        transform: rotate(1turn)
    }
}

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

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

    to {
        transform: rotate(0)
    }
}

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

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

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(.4, 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__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .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
}

.gh-head-menu .nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.gh-head-menu .nav-item {
    position: relative;
    list-style: none;
}

.gh-head-menu .nav-item-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: inherit;
    transition: opacity .2s;
}

.gh-head-menu .nav-arrow {
    flex-shrink: 0;
    transition: transform .2s ease;
    margin-left: 4px;
}

.gh-head-menu .nav-has-dropdown {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: -8px;
}

.gh-head-menu .nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.05);
    padding: 6px 6px;
    list-style: none;
    margin: 0;
    z-index: 9999;
}

.gh-head-menu .nav-dropdown-menu--right {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.gh-head-menu .nav-has-dropdown.is-open > .nav-dropdown-menu {
    display: block;
}

.gh-head-menu .nav-has-dropdown.is-open > .nav-item-link .nav-arrow {
    transform: rotate(180deg);
}

.gh-head-menu .nav-dropdown-item {
    list-style: none;
}

.gh-head-menu .nav-dropdown-link {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #15171a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background .15s;
    width: 100%;
    box-sizing: border-box;
}

.gh-head-menu .nav-dropdown-link:hover {
    background: rgba(0,0,0,.05);
}

.gh-head-menu .nav-has-more > .nav-item-link {
    padding: 8px 8px;
    opacity: .65;
}

.gh-head-menu .nav-has-more > .nav-item-link:hover {
    opacity: 1;
}

.gh-head-menu .nav-more-dots {
    display: block;
    flex-shrink: 0;
}

html.people-menu-open {
    overflow: hidden;
}

.people-nav-open .gh-burger:before {
    top: 14px;
    transform: rotate(45deg)
}

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

.people-nav-open #gh-head {
    z-index: 4000000;
}

.people-mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    z-index: 3999999;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.people-mobile-menu.is-open {
    visibility: visible;
}

.people-mobile-menu.is-closing {
    visibility: hidden;
}

.people-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 20px 28px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    flex-shrink: 0;
    min-height: 64px;
}

.people-mobile-menu__footer .gh-head-link {
    margin-left: 24px
}

.people-mobile-menu__logo {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    line-height: 1;
}

.people-mobile-menu__logo img {
    max-height: 32px;
    width: auto;
    display: block;
}

.people-mobile-menu__nav {
    padding: 8px 0;
    flex-shrink: 0;
}

.people-mobile-menu__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px 36px 26px;
}

.people-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.people-mobile-nav-item {
    display: flex;
    flex-direction: column;
}

.people-mobile-nav-link {
    display: block;
    padding: 12px 44px 12px 24px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    transition: opacity .15s;
}

.people-mobile-nav-link:hover {
    opacity: .75;
}

.people-mobile-has-sub {
    position: relative;
}

.people-mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 29px 12px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-align: left;
    transition: opacity .15s;
}

.people-mobile-nav-toggle:hover {
    opacity: .75;
}

.people-mobile-nav-toggle__label {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
}

.people-mobile-nav-toggle__link {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
}

.people-mobile-chevron-only {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 48px;
    padding: 0;
    justify-content: center;
}

.people-mobile-nav-item.is-open > .people-mobile-nav-toggle .people-mobile-chevron {
    transform: rotate(90deg);
}

.nav-mobile-chevron,
.people-mobile-chevron {
    flex-shrink: 0;
    transition: transform .2s ease;
}

.people-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: height .25s ease;
}

.people-mobile-submenu-item {
    list-style: none;
}

.people-mobile-submenu-link {
    display: block;
    padding: 10px 24px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    opacity: .75;
    transition: opacity .15s;
}

.people-mobile-submenu-link:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .gh-head-menu .nav-dropdown-menu {
        display: none !important;
    }
}

.gh-canvas .article-image img { border-radius: var(--image-radius); }

.post-card-image { border-radius: var(--image-radius); }

.gh-content img { border-radius: var(--image-radius); }

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
}

.social-link .icon {
    width: 20px;
    height: 20px;
}

.load-more-container {
    display: flex;
    justify-content: center;
    margin: 90px 0 0;
}

.load-more-btn {
    padding: 12px 32px;
    background: var(--ghost-accent-color);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
}

.load-more-btn:hover {
    opacity: .85;
}

.load-more-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.people-pagination {
    display: flex;
    justify-content: center;
    margin: 103px 0 0;
}

.people-pagination-inner {
    display: flex;
    align-items: center;
    gap: 6px;
}

.people-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-darkgrey);
    border: 1px solid rgba(0,0,0,.12);
    text-decoration: none;
    transition: all .15s;
}

.people-page-btn:hover:not(.active):not(.disabled) {
    background: rgba(0,0,0,.06);
}

.people-page-btn.active {
    background: var(--ghost-accent-color);
    color: #fff;
    border-color: var(--ghost-accent-color);
}

.people-page-btn.disabled {
    opacity: .35;
    pointer-events: none;
}

.people-page-prev,
.people-page-next {
    font-size: 2rem;
}

.people-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: var(--color-secondary-text);
}

.tag-profile-card {
    display: block !important;
    grid-column: 1 / -1;
    margin-bottom: 60px;
}

.tag-cover-image {
    border-radius: var(--image-radius, 8px);
    overflow: hidden;
    width: 100%;
}

.tag-cover-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.tag-profile-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 20px 0;
}

.tag-profile-name {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.tag-profile-count {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-secondary-text);
    margin-bottom: 12px;
}

.tag-profile-description {
    font-size: 1.6rem;
    color: var(--color-secondary-text);
    max-width: 600px;
    line-height: 1.6;
}

.tags-page-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 48px 0 32px;
}

.tags-list {
    margin-bottom: 50px;
}

.tag-row-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    text-decoration: none;
    color: var(--color-darkgrey);
    transition: color .2s;
}

.tag-row-page:hover {
    color: var(--ghost-accent-color);
}

.tag-name {
    font-size: 1.8rem;
    font-weight: 500;
}

.tag-count {
    font-size: 1.8rem;
    font-weight: 500;
    color: inherit;
    transition: color .2s;
}

.tag-divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 0;
}

.tags-page-content.gh-content {
    margin-bottom: 0;
}

.tags-page-content.gh-content > *:last-child {
    margin-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

