.today-headline {
    width: 100%;
    margin: 1rem auto;
}
.today-headline .container {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2588235294);
    border-radius: 0.5rem;
    padding: 1rem;
    justify-content: space-between;
}
.today-headline .container .lower-third {
    background: linear-gradient(0deg, rgb(240, 107, 74) 0%, rgb(218, 60, 19) 20%, rgb(218, 60, 19) 80%, rgb(240, 107, 74) 100%);
    text-transform: uppercase;
    width: 6rem;
    border-radius: 0.5rem;
    color: white;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.today-headline .container .content {
    margin: unset;
    text-align: start;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% - 12rem);
}
.today-headline .container .content * {
    margin: unset;
}
.today-headline .container .content .headline-title {
    font-weight: 700;
    max-width: 95%;
}
.today-headline .container .content .headline-description .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
.today-headline .container .date {
    width: 6rem;
}