/* _content/BlockchainMVC/Views/Shared/_Layout.cshtml.rz.scp.css */
.footer-container[b-4shrzw4dw9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.response-container[b-4shrzw4dw9] {
    margin-left: auto;
}

/* FIXED: Updated navbar styling for mobile responsiveness */
.navbar-fixed[b-4shrzw4dw9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040; /* Higher than sidebar */
    min-height: 76px; /* Minimum height, not fixed */
}

/* ADDED: Mobile navbar fix */
@media (max-width: 575.98px) {
    .navbar-fixed[b-4shrzw4dw9] {
        min-height: auto; /* Allow height to grow on mobile */
    }

    .navbar-collapse[b-4shrzw4dw9] {
        background-color: inherit;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 0.5rem;
        padding: 1rem;
    }
}
