.eventbrite-banner-bar {
    width: 100vw;
    background: #ff8674;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 0;
}
.eventbrite-banner-link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
}
.eventbrite-banner-link:hover {
    color: #ffe6d5;
    text-decoration: none;
}
