.yc-countdown-bar{
    background: linear-gradient(
        90deg,
        #000000 0%,
        #4b0000 50%,
        #000000 100%
    );

    border-top: 2px solid #c9a43b;
    border-bottom: 2px solid #c9a43b;

    text-align: center;

    padding: 18px 20px;

    margin: 0 auto;
}



.yc-number{
    color: #c9a43b;

    font-size: 64px;

    font-family: Georgia, serif;

    font-weight: 700;

    line-height: 1;

    margin-bottom: 4px;
}



.yc-title{
    color: #ffffff;

    font-size: 20px;

    font-weight: 300;

    letter-spacing: 3px;

    text-transform: uppercase;

    white-space: nowrap;

    margin-bottom: 8px;
}



.yc-subtitle{
    color: #d9d9d9;

    font-size: 14px;

    font-style: italic;

    letter-spacing: 1px;
}

.yc-countdown-bar{
    background: linear-gradient(
        90deg,
        #000000,
        #5a0000,
        #000000
    );

    border-top: 3px solid #c9a43b;
    border-bottom: 3px solid #c9a43b;

    width: 100%;

    margin: 0;
    padding: 20px 15px;

    box-sizing: border-box;

    text-align: center;

    box-shadow:
        inset 0 0 25px rgba(0,0,0,.5);
}
