/* BEN Button Pressematerial */

.ben-pressematerial-btn {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    cursor: pointer;
    line-height: 1.5;
    padding: 0.2rem 0.6rem;
    transition: all 0.3s;
    background: none;
    text-decoration: none;
}