
/* Style to ensure dropdown appears correctly under the link */
.dropdown-menu.show {
    position: absolute !important;
    z-index: 1060 !important;
    top: 100%; /* Position it under the trigger link */
    left: 0;
    min-width: 200px;
}
.navbar-logo {
display: flex;
align-items: center;
}

.archive-title {
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}