.gh-btn {
    text-decoration: none!important;
}

.gh-about-image {
    max-width: 525px!important;
}

.has-side-about .gh-about-inner {
    grid-template-columns: 1fr auto!important;
}

.gh-canvas>* {
    grid-column: 3/span 8!important;
}

.page-template .no-image .gh-article-title {
    grid-column: 3/span 8!important;
}

.gh-canvas>.kg-gallery-card.kg-width-wide, 
.gh-canvas>.kg-width-full {
    grid-column: 3/span 8!important;
}

.kg-card.kg-button-card .kg-btn {
    font-size: 0.75em!important;
    border-radius: 100px!important;
}

.kg-button-card {
    margin-top: 24px!important;
    margin-bottom: -24px!important;
}

.gh-content p {
    color: #47494C;
}

.gh-content strong {
    color: #15171a;
}

.kg-gallery-image img {
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .gh-about-image {
        display: none!important;
    }
  }

.nav > .nav-current {
    color: var(--ghost-accent-color);
    border-bottom: 2px solid;
}

.nav > li {
    border-bottom: 2px solid transparent;
}

.nav > li:hover {
    color: var(--ghost-accent-color);
}
.gh-works {
    display: grid;
    column-gap: 50px;
    row-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.gh-works .gh-card {
    margin-top: 0;
}

.gh-post {
    width: 100%;
    padding-top: 2.5rem;
}

.gh-post .gh-card  {
    margin-top: 2rem;
}
.gh-post .gh-card .gh-card-link {
    padding: 3.5rem;
    gap: 1.5rem;
    padding-left: 3.5rem;
    border-radius: 1.5rem;
    border: 1px solid var(--color-border);
    background-color: none;
    transition: background-color 0.3s ease-in-out, padding-left 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.gh-post .gh-card .gh-card-link:hover {
    cursor: pointer;
    padding-left: 3.5rem;
    border-color: transparent;
    background-color: rgba(0,0,0,0.035);
    transition: background-color 0.3s ease-in-out, padding-left 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.gh-works .gh-card .gh-card-image {
    border-radius: 1.5rem;
    overflow: hidden;
    max-height: 400px;
    min-height: 250px;
    margin-bottom: 1.5rem;
}
.gh-post .gh-card {
    display: flex;
}
.gh-post .gh-card .gh-card-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.gh-post .gh-card .gh-card-link {
    flex-grow: 1;
    display: flex;
}

.gh-works .gh-card .gh-card-title,
.gh-post .gh-card .gh-card-title {
    font-size: 2.5rem;
}
.gh-post .gh-card:hover .gh-card-title {
    color: var(--ghost-accent-color);
    transition: color 0.3s ease-in-out;
}

.gh-works .gh-card .gh-card-excerpt,
.gh-post .gh-card .gh-card-excerpt {
    font-size: 1.5rem;
    color: #47494C;
}
.gh-post .gh-card .gh-card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
}
.gh-post .gh-card .gh-card-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--ghost-accent-color);
    transition: background-color 0.3s ease-in-out;
}
.gh-post .gh-card .gh-card-icon svg {
    width: 10px
}
.gh-post .gh-card:hover .gh-card-icon {
    background-color: #09705b;
    transition: background-color 0.3s ease-in-out;
}
.gh-post .gh-card:hover .gh-card-title {
    color: #09705b;
    opacity: 1;
    transition: color 0.3s ease-in-out;
}

.gh-article-meta {position: relative!important;}

@media (max-width: 767px) {
    .gh-canvas { grid-template-columns: repeat(12, auto); }
    .gh-canvas > *, .page-template .no-image .gh-article-title, .gh-canvas>.kg-gallery-card.kg-width-wide, .gh-canvas>.kg-width-full { grid-column: 1/span 12!important; }
    .gh-works { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

.gh-card-footer-link {
    color: var(--ghost-accent-color);
    text-decoration: underline;
    font-weight: bolder;
}

.gh-head-actions {
    gap:10px!important;
}