.gutenberg-read-next {
    margin-bottom: 30px;
}

.gutenberg-read-next-container {
    border-left: 4px solid #5d5cff;
    padding: 10px 0px 5px 10px;
    cursor: pointer;
}

.gutenberg-read-next-container:hover span.post-link {
    color: #31216b;
}

.gutenberg-read-next-container:hover {
    background-color: #cfe7f9;
}

.gutenberg-read-next-container a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.gutenberg-read-next-container span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
    text-transform: uppercase;
    color: #31216b;
}

.gutenberg-read-next-container span.post-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1ebbf0;
    text-transform: none;
}