
.video_highlight_layout {
    background-color: #001E28;
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
}

.video_highlight_title {
    color: #EEEEEE;
    font-weight: bold;
    font-size: small;
}

.video_highlight_competition {
    color: #cccbcb;
    margin-bottom: 8px;
    font-size: smaller;
}

.video_highlight_embed {
    color: #EEEEEE;
    font-weight: bold;
    margin-top: 8px;
    font-size: large;
}

