.test-release-banner {
    width: 100%;
    background-color: #fff3cd;
    color: #664d03;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ffe69c;
}

.test-release-banner a.test-release-link {
    color: inherit;
    text-decoration: underline;
}

.test-release-banner a.test-release-link:hover {
    text-decoration: none;
}
