.mixedhighlights .mixedhighlights-newsletter {
    width: 100%;
    min-height: 260px;
    max-width: 590px;
    border-radius: 10px;
    padding: 30px;
    background: linear-gradient(134deg, #004A6B, #1678A3);
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.mixedhighlights .mixedhighlights-newsletter h2 {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-weight: 600;
}

.mixedhighlights {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    gap: 20px;
}

.mixedhighlights h2 {
    font-size: 1.8rem;
}

.mixedhighlights .mixedhighlights-teaser {
    display: flex;
    flex-direction: row;
    align-items: end;
    background-position: center;
    max-width: 590px;
}

.mixedhighlights .mixedhighlights-teaser>div>div {
    margin-top: 10px;
}

.mixedhighlights .mixedhighlights-teaser p {
    margin-top: 10px;
}

.mixedhighlights .mixedhighlights-teaser>div {
    background: linear-gradient(134deg, #951B81, #D521B5);
    min-height: 210px;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.mixedhighlights .mixedhighlights-youtube iframe {
    border-radius: 10px;
}

.mixedhighlights .wp-block-button {
    position: relative
}

.mixedhighlights .wp-block-button a {
    display: inline-block;
    padding: 8px 40px 8px 25px;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    transition: all .3s ease;
    margin-top: 15px;
    background-color: unset;
}

.mixedhighlights .wp-block-button a:hover {
    background-color: #fff;
    color: #004A6B;
}

.mixedhighlights .wp-block-button a::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    right: 20px;
    top: 31px;
    transition: all .3s ease;
}

.mixedhighlights .wp-block-button a:hover::before {
    border-bottom: 2px solid #004A6B;
    border-right: 2px solid #004A6B;
}