#kerchunk-maintenance-banner {
    position: relative;
    z-index: 10000;
    background: #fff3cd;
    color: #664d03;
    border-bottom: 1px solid #ffecb5;
    padding: 20px 50px 20px 20px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

#kerchunk-maintenance-banner-content {
    max-width: 1100px;
    margin: 0 auto;
}

#kerchunk-maintenance-banner-title {
    font-size: 1.15em;
}

#kerchunk-maintenance-banner a {
    color: #664d03;
    text-decoration: underline;
}

#kerchunk-maintenance-banner button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    color: #664d03;
}
