﻿
.newsletter-date {
    position: absolute;
    background: rgba(6, 12, 34, 0.70);
    left: auto;
    right: 0;
    top: 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 8px 15px 8px 15px;
    color: white;
    font-size: 0.8rem;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
    border-end-end-radius: 10px;
}
