﻿.nav-header {
    position: relative;
}

/* Author's footer */
.lnd_author_image_row {
    text-align: center;
}

.lnd_author_image_box {
    max-width: 80pt;
    aspect-ratio: 1/1;
}

.lnd_author_image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.lnd_author_content_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lnd_author_content>hr {
    margin-top: 5pt;
    margin-bottom: 5pt;
}

.lnd_author_content>p {
    margin: 0pt;
}

.lnd_internal-links {
    padding: 1rem;
    background-color: #eaeaea;
    margin: 1rem 0;
    border-radius: 0.25rem;
}

.lnd_internal-links_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lnd_internal-links_title {
    margin: 0 0 1rem 0;
}

.lnd_internal-links_list_item:not(:first-child) ::before {
    content: "";
    width: 0.4rem;
    display: block;
    background: black;
    height: 0.4rem;
    transform: rotate(45deg);
    margin: 0 0.4rem;
}

.lnd_internal-links_list .lnd_internal-links_list_item a {
    display: flex;
    align-items: center;
}

#search-container {
    width: 250px;
    margin-left: 50px;
}

#search-show-btn {
    display: none;
}

/*custom search input */
.gsc-input,
.gsc-search-button {
    height: 34px;
    box-sizing: border-box;
}

.gsc-input-box {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}

.show,
.gsc-input-box {
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

/*custom search button*/
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:active,
.gsc-search-button-v2:focus {
    background-color: white !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 0px !important;
    width: auto !important;
    padding: 11px 10px !important;
    margin: 0 !important;
}

.gsc-input-box,
.gsc-search-button .gsc-search-button-v2 {
    height: 34px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.gsc-search-button-v2>svg {
    fill: #777 !important;
    height: auto;
    width: 13px !important;
}

/*custom search autocomplete*/
.gssb_a,
.gssb_a td {
    width: 200px !important;
    white-space: initial !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 12px !important;
}

table.gsc-search-box,
form.gsc-search-box {
    margin: 0 !important;
}

table.gsc-search-box td.gsc-input {
    padding: 0px !important;
}

.gsc-wrapper {
    width: 50%;
}

@media (max-width: 1200px) {
    #search-container {
        display: none;
        margin-top: 0 !important;
        margin-right: 0.5rem !important;
        width: 95%;
    }

    #search-show-btn {
        display: flex;
        margin: 0 !important;
        border: none !important;
    }

    #search-container.show {
        display: flex !important;
        position: absolute;
        top: 105%;
        right: 0;
        width: 95%;
        margin-top: .3rem !important;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
        z-index: 105;
    }

    /*custom search input*/
    #___gcse_0 {
        width: 100% !important;
    }

    .gscb_a {
        line-height: 26px !important;
    }

    .gsc-input,
    .gsc-search-button {
        height: 50px;
        box-sizing: border-box;
    }

    .gsc-input-box,
    .gsc-search-button .gsc-search-button-v2 {
        height: 50px;
    }

    /*custom search button*/
    .gsc-search-button-v2 svg {
        height: auto;
        width: 23px !important;
    }

    .gsc-search-button-v2,
    .gsc-search-button-v2:active,
    .gsc-search-button-v2:focus,
    .gsc-search-button-v2:hover {
        padding: 8px 10px !important;
        border: 1px solid #d6d6d6 !important;
    }

    .gsc-wrapper {
        width: 100%;
    }
}

.hidden {
    display: none;
}