.author-bottom-line-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
}

.author-bottom-line-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc((100vw - 144px) / 3);
}

.author-socials {
    display: flex;
    gap: 17px;
    margin-top: auto;
}

.author-social {
    border-color: 1px solid var(--text-color) !important;
}

.author-social .social-inner path{
    fill: var(--text-color);
}

.author-social:hover {
    background-color: var(--text-color) !important;
}

.author-social:hover path{
    fill: var(--background-color) !important;
}

.author-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.author-text-content {
    width: 50vw;
}

.author-text-content h3 {
    font-weight: bold;
    line-height: 75%;
}

.author-text-content .medium-text {
    line-height: 90%;
    word-break: break-all;
}

.author-info-row {
    padding: calc(5.8vw * var(--scale)) 0px;
    border-bottom: 1px solid var(--text-color-40);
}

.author-info-row-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.author-info .kg-toggle-card {
    padding: calc(4.86vw * var(--scale)) 0px;
}

.author-image-wrapper {
    position: sticky;
    top: 0;
    width: calc((100vw - 144px) / 3);
}

.author-posts {
    border-top: 1px solid var(--text-color-40);
}

/* Styles for large desktop */
@media (min-width: 1439px) {  
    .author-bottom-line-right {
        width: calc((100vw - 10vw) / 3);
    }
    
    .author-socials {
        gap: calc(1.2vw * var(--scale));
    }

    .author-image-wrapper {
        width: calc((100vw - 10vw) / 3);
    }
}

/* Styles for tablet */
@media (max-width: 991px) {
    .author-social:hover {
        background-color: unset !important;
    }
    
    .author-social:hover path{
        fill: var(--text-color) !important;
    }

    .author-info {
        flex-direction: column-reverse;
    }

    .author-bottom-line-right,
    .author-bottom-line-left {
        display: none;
    }

    .author-text-content {
        margin-top: 52px;
        width: 100%;
    }

    .author-image-wrapper {
        padding-top: 0px;
        position: static;
        width: 100%;
    }

    .author-info-row:first-of-type {
        border-top: 1px solid var(--text-color-40);
    }

    .author-info-row:last-of-type {
        border-bottom: none;
    }

    .card:first-of-type {
        border-top: 1px solid var(--text-color-40);
    }

    .author-posts {
        padding-top: 92px;
    }

    .author-info-row {
        padding: 48px 0px;
    }

    .author-info .kg-toggle-card {
        padding: 37px 0px;
    }

    .hero-text-wrapper {
        padding-bottom: 28px;
    }

    .author-info-row-inner {
        gap: 46px;
    } 
}

/* Styles for mobile */
@media (max-width: 479px) { 
    .author-text-content {
        margin-top: 36px;
        width: 100%;
    }

    .author-posts {
        padding-top: 64px;
    }

    .author-info-row {
        padding: 32px 0px;
    }

    .author-info .kg-toggle-card {
        padding: 22px 0px;
    }

    .hero-text-wrapper {
        padding-bottom: 22px;
    }

    .author-socials {
        gap: 10px;
    }

    .author-info-row-inner {
        gap: 32px;
    } 
}

.author-socials {
    margin-top: 32px;
}
.author-socials svg {
    height: 24px;
    width: 24px;
    fill: var(--text-color);
}
.author-socials a {
    width: fit-content;
}

.start-of-buttons-collection { 
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--text-color);
    text-decoration: none;
    margin-top: 3em;
    }

.start-of-buttons-collection ul {
    padding-left: 0!important;
    justify-content: flex-start!important;

}

.start-of-buttons-collection li {
    width: fit-content!important;
}

    .start-of-buttons-collection li a:before {
        visibility: visible;
        content: '\f0ac';

    } 
    .start-of-buttons-collection ul li + li {
        margin-top: 0;
    }
    .start-of-buttons-collection ul {
        display: inline-flex;
        justify-content: center;
        list-style: none;
        padding-left: unset;
    }

    .start-of-buttons-collection li a {
        visibility: hidden;
        font-size: 24px;
        color: var(--text-color);
        text-decoration: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 24px;
        height: 24px;
        margin-right: 1rem;

    }
    .start-of-buttons-collection li a:before {
        font-family: var(--font-awesome);
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: '\f0ac';
        padding-right: 5px; 

    }
    .start-of-buttons-collection li a[href*="x.com"]:before {
        content: '\e61b';

    }
    .start-of-buttons-collection li a[href*="facebook.com"]:before {
        content: '\f09a'; 

    }
    .start-of-buttons-collection li a[href*="linkedin.com"]:before {
        content: '\f08c'; 

    }
    .start-of-buttons-collection li a[href*="twitter.com"]:before {
        content: '\f099'; 

    }
    .start-of-buttons-collection li a[href*="instagram.com"]:before {
        content: '\f16d'; 

    }
    .start-of-buttons-collection li a[href*="youtube.com"]:before {
        content: '\f167'; 

    }
    .start-of-buttons-collection li a[href*="pinterest.com"]:before {
        content: '\f231'; 

    }
    .start-of-buttons-collection li a[href*="tiktok.com"]:before {
        content: '\e07b'; 

    }
    .start-of-buttons-collection li a[href*="snapchat.com"]:before {
        content: '\f2ac'; 

    }

    .start-of-buttons-collection li a[href*="tumblr.com"]:before {
        content: '\f173'; 

    }
    .start-of-buttons-collection li a[href*="whatsapp.com"]:before {
        content: '\f232'; 

    }
    .start-of-buttons-collection li a[href*="telegram.com"]:before {
        content: '\f2c6'; 

    }
    .start-of-buttons-collection li a[href*="reddit.com"]:before {
        content: '\f1a1'; 

    }
    .start-of-buttons-collection li a[href*="github.com"]:before {
        content: '\f09b'; 

    }
    .start-of-buttons-collection li a[href*="medium.com"]:before {
        content: '\f23a'; 

    }

    .start-of-buttons-collection li a[href*="twitch.com"]:before {
        content: '\f1e8'; 

    }
    .start-of-buttons-collection li a[href*="discord.com"]:before {
        content: '\f392'; 

    }
    .start-of-buttons-collection li a[href*="soundcloud.com"]:before {
        content: '\f1be'; 

    }
    .start-of-buttons-collection li a[href*="spotify.com"]:before {
        content: '\f1bc'; 

    }
    .start-of-buttons-collection li a[href*="apple.com"]:before {
        content: '\f179'; 

    }

    .start-of-buttons-collection li a[href*="patreon.com"]:before {
        content: '\f2d9'; 

    }

    .start-of-buttons-collection li a[href*="linktr.ee"]:before {
        content: '\f0c1'; 
        font-family: var(--fa-font-classic);
    }
    .start-of-buttons-collection li a[href*="threads.net"]:before {
        content: '\e618'; 

    }
    .start-of-buttons-collection li a[href*="mastodon.social"]:before {
        content: '\f4f6'; 

    }
    .start-of-buttons-collection li a[href*="mailto"]:before {
        content: '\f003'; 

    }

    @font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/assets/fonts/fa-solid-900.woff2) format('woff2')
}
@font-face {
    font-family: 'FontAwesomeB';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/assets/fonts/fa-brands-400.woff2) format('woff2');
}

.hint-to-be-hidden { display: none;}

.kg-layout-split picture img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}