.gh-powered-by {
    display: none !important;
}

body *,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Helvetica, Arial, sans-serif !important;
    color: #2a2a29 !important;
}

/* Ensure FA uses its proper font families */
.fa,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}

html,
body {
    background: none;
    background-color: #e8e8e8 !important;
    font-size: 17px;
}

body {
    font-family: "Lato", sans-serif;
    color: #2a2a29;
    display: flex;
    flex-direction: column;
    padding: 0px !important;
}

.gh-content a {
    color: #c21123;
}

.nav-adippsa-com {
    width: 164px;
    height: 60px;
    position: relative;
}

.nav-adippsa-com a {
    position: absolute;
    width: 164px;
    height: 60px;
    top: 0px;
    left: 0px;
    color: transparent !important;
}

.nav-adippsa-com::after {
    position: absolute;
    width: 164px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url("https://www.adippsa.com/img/logo_blog.svg");
    content: " ";
    font-size: 0;
    cursor: pointer;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.inner {
    width: 90% !important;
    max-width: Calc(100vw * 0.618) !important;
}

.article {
    word-break: break-word;
    width: 90% !important;
    max-width: Calc(100vw * 0.618) !important;
    margin: 0px auto !important;
}

.author-name {
    font-weight: 700 !important;
}


.byline-meta-content {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    margin-top: 8px !important;
}

.gh-canvas,
.kg-width-full.kg-content-wide {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.has-cover:not(.home-template) .gh-head {
    background: none;
}

.has-cover .site-header-content {
    display: none !important;
}

.gh-head {
    /*position: relative !important;*/
    padding-top: 32px;
    padding-bottom: 24px;
    height: 110px !important;
    background: white !important;
    box-shadow: 0 4px 19px rgba(0, 0, 0, 0.45);
    position: fixed !important;
    width: 100%;
}

.post-card-excerpt {
    font-size: 1.1rem;
    line-height: 1.1;
}

.site-content {
    padding-top: 80px;
}

.post-template .article {
    padding: 0px !important;
    padding-top: 40px !important;
}

.nav-blog {
    color: black !important;
}

.article-title {
    font-size: 1.7rem;
    max-width: 800px;
    ;
    line-height: 1.15;
    color: #2a2a29 !important;
}

.author-avatar {
    k;
    height: 32px;
    width: 32px;
}

.read-more-wrap {
    margin-top: 8.4vmin !important;
}

h2 {
    font-size: 1.5rem !important;
    color: #2a2a29 !important;
    line-height: 1.1;
}

.post-card:hover h2 {
    text-decoration: underline;
}

.gh-content>blockquote:not([class]),
.gh-content>dl,
.gh-content>ol,
.gh-content>p,
.gh-content>ul {
    font-size: 1.2rem;
    line-height: 1.2;
}

.post-card-image-link {
    border-radius: 6px;
    box-shadow: 0px 13px 12px rgba(0, 0, 0, 0.25);
    aspect-ratio: 5/3;
    overflow: hidden;
}

.post-card-image-link img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) scale(1) !important;
    transform-origin: center center !important;
    transition: transform 0.5s !important;
    width: 100% !important;
}

hr {
    border-top: solid 1px #999999;
}

.post-card-image-link:hover img {
    transform: translateX(-50%) translateY(-50%) scale(1.05) !important;
}

figcaption {
    text-align: left !important;
    font-size: .8rem;
    padding-top: .5rem;
}

.article-image {
    margin-bottom: 2rem;
}

.article-image img {
    border-radius: 6px !important;
}

.site-footer {
    background: #737373 !important;
    color: white !important;
}

.post-card-meta {
    color: var(--color-secondary-text);
    font-size: .8rem;
    margin-top: 12px;
    padding: 0;
    background: none !important;
}

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

.copyright {
    position: relative;
    width: 120px;
    height: 37px;
    top: 0px;
    left: 0px;
    color: transparent !important;
}

.copyright a {
    color: transparent !important;
    pointer-events: none;
}

.copyright::before {
    position: absolute;
    width: 120px;
    height: 37px;
    background-repeat: no-repeat;
    background-image: url("https://www.adippsa.com/img/logo_footer.svg");
    content: " ";
    font-size: 0;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.copyright::after {
    position: absolute;
    content: " © 2025 Adippsa S.A. de C.V.";
    color: white;
    font-size: 1.3rem;
    display: flex;
    width: fit-content;
    white-space: nowrap;
}

.burger:after,
.has-cover .gh-burger:before {
    background-color: #2a2a29;
}

.has-cover .gh-burger:after,
.has-cover .gh-burger:before {
    background-color: #2a2a29;
}

@media (max-width: 767px) {
    #gh-head .gh-burger {
        display: none !important;
    }

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

    #gh-head .gh-head-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

:root {
    --ghost-accent-color: transparent;
}

.author-avatar {
    padding: 8px;
    background-color: white;
}

.gh-search {
    display: none !important;
}

@media (prefers-color-scheme: dark) {

    html.auto-color .article-title,
    html.auto-color .author-profile-location,
    html.auto-color .author-profile-social-link:hover,
    html.auto-color .pagination a {
        color: #2a2a29 !important;
    }
}