.wcbr-banner-wrap {
    margin-bottom: 20px;
}

.wcbr-banner {
    padding: 14px 20px;
    border-left: 4px solid;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    animation: wcbr-slide-in 0.35s ease-out;
}

.wcbr-banner a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

.wcbr-banner a:hover {
    opacity: 0.8;
}

@keyframes wcbr-slide-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
