/* Remove the border box around the logo and center it */
.navbar-brand img {
    border: none !important;
    max-height: 100px !important; /* Makes the logo bigger and clearer */
    width: auto !important;
    padding: 10px 0 !important;
}

/* Ensure the header area is clean and white */
.navbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
}

/* Smooth out the "Inaugural Issue" box */
.issue-details {
    border-radius: 8px !important;
    background-color: #f1f5f9 !important;
}