﻿.banner {
    height: 24px;   
    display:flex;
    align-items:center;
    justify-content:center;
    
}

    /* General label text */
    .banner .label {
        font-size: 12px;
        font-weight: 500; /* Medium */
        line-height: 16px;
    }

        /* Date and time text */
        .banner .label .date-time {
            font-weight: 600; /* Semibold */
        }
