.scbp-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.scbp-toggle {
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.scbp-buttons {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.scbp-wrapper.open .scbp-buttons {
    display: flex;
}
.scbp-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.scbp-button img {
    width: 24px;
    height: 24px;
}
