﻿.stamps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .stamps .date {
        color: #999999;
        font-size: 0.9rem;
        margin-right: 10px;
        line-height: 1;
        text-transform: uppercase;
    }

        .stamps .date span {
            margin-right: 5px;
        }

    .stamps .cat {
        color: #444444;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
    }

    .stamps .countdown {
        margin-right: 10px;
        font-size: 0.9rem;
        text-transform: uppercase;
        margin-left: auto;
    }

    .stamps .countdown-element {
        text-align: center;
        padding: 0 3px;
    }

    .stamps .countdown .countdown-element .countdown-no {
        line-height: 1rem;
        font-weight: 700;
    }
