* {
    overflow-wrap: break-word;
}

.navbar a:hover {
    text-decoration: none;
    color: #3660be !important;
}

p {
    text-align: justify;
}

@media screen and (min-width: 1246px) {
    .title-hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 1246px) {
    .title-hide-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .category-item {
        width: 100% !important;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .author-header {
        flex-direction: column;
    }

    .author-image {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .yearsformobile {
        display: block;
    }
}

h1 {
    margin-top: 0 !important;
}

h4,
p {
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 5px !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.quarto-listing {
    padding-bottom: 0 !important;
}

.grey {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}

.white {
    padding: 10px;
    border-radius: 5px;
}

footer {
    position: absolute;
    width: 100vw;
    background-color: #c6dbef;
    color: #3b4248;
    padding: 20px;
    text-align: center !important;
    font-size: 14px;
    line-height: 1;
    z-index: 1020;
}

footer a {
    color: #193d8f;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.twitter-icon {
    background-image: url('../icons/x.svg');
}

.github-icon {
    background-image: url('../icons/github.svg');
}

@media(max-width: 767.98px) {
    .nav-footer-center {
        margin-top: 0 !important;
    }
}

.dropdown-menu {
    text-align: center;
    min-width: 90px !important;
    border-radius: 5px;
    max-height: 250px;
    overflow: scroll;
}

.dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: #f8f9fa;
}

code {
    border-radius: 10px;
    background-color: #bdd4e9;
    color: #343a40;
}

.quarto-navbar-tools {
    padding-top: 5px;
}

.author-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.author-image {
    flex: 0 0 150px;
    margin-right: 20px;
}

.author-image img {
    max-width: 100%;
    border-radius: 8px;
}

.author-name-links h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.author-links a {
    color: #0066cc;
    text-decoration: none;
}

.author-links a:hover {
    text-decoration: underline;
}

.author-links ul {
    list-style-type: none;
    padding: 5px;
    margin-bottom: 0;
}

.author-links li {
    display: inline-block;
    margin-right: 0.5rem;
}

.author-links li:last-child {
    margin-right: 0;
}


.thumbnail {
    max-width: 0;
    display: none;
}

.metadata {
    max-width: 90px;
    padding-bottom: 0 !important;
}

div.quarto-post {
    display: block !important;
}

.quarto-post {
    max-height: fit-content;
    border-bottom: none !important;
}
