/* Beni Bischof 04-25 */
.blg-cta-container {
    display: flex;
    justify-content: center;
}
.blg-cta-button {
    background-color: #e2011a;
    display: inline-flex;
    justify-content: center;
    color: white;
    padding: 10px 20px;
    border: 2px solid #e2011a;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.blg-cta-button a {color: inherit; text-decoration: none;}

.blg-cta-button:hover {
    background-color: transparent; 
    color: #e2011a;
}