/* Remove circular styling from avatar */
.app-header-avatar {
    border-radius: 0 !important;
    border: none !important;
    background-color: #0e111a !important;
    padding: 1rem !important;
}

/* Hide site title text since it's in the logo */
.app-header-title {
    display: none !important;
}

/* Match header background to avatar background */
.app-header {
    background-color: #0e111a !important;
}
