/* This is not actually in use as you can't edit the snippet from here. */

.beamerAnnouncementSnippet {
    box-shadow: 0 0 0 1px rgba(13, 22, 27, 0.15), 0px 8px 16px rgba(13, 22, 27, 0.15) !important;
    border-radius: 8px !important;
}
.beamerAnnouncementSnippetContent {
    padding: 12px 16px !important;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}
.beamerAnnouncementSnippetTitle {
    overflow: visible !important;
    color: #4B2AAD !important;
}
.beamerAnnouncementSnippetText {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #53595C !important;
}
.beamerAnnouncementSnippetThumb {
    position: relative;
    display: inline-block;
    border-radius: 8px 0 0 8px !important;
    overflow: hidden !important;
    border: 0 !important;
}
.beamerAnnouncementSnippetThumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.15);
}