.error-banner {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 470px;
    max-width: 470px;
    background-color: #ffa500;
    color: #ffffff;
    padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}