.webinar-announcement-spacer {
    height: 44px;
}

#nav .webinar-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    height: 44px;
    padding: 8px 20px;
    background: #b83e2b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

#nav .webinar-announcement:hover,
#nav .webinar-announcement:focus-visible {
    background: #9e3222;
    color: #fff;
}

#nav .webinar-announcement * {
    color: inherit;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
}

@media (max-width: 1023px) {
    #nav .webinar-announcement {
        font-size: 14px;
    }

    #nav .webinar-announcement + .content {
        position: relative;
    }
}

@media (max-width: 440px) {
    .webinar-announcement-spacer,
    #nav .webinar-announcement {
        height: 60px;
    }
}
