.wospress-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.wospress-button {
    display: block;
    padding: 10px 20px;
    margin: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.wospress-phone-button {
    background-color: #0073aa;
}

.wospress-whatsapp-button {
    background-color: #25d366;
}