.nbp-wrap {
    margin: 12px 0;
    width: 100%;
}

.nbp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #25d366;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.nbp-btn:hover,
.nbp-btn:focus {
    background-color: #1ebe5d;
    color: #fff !important;
    text-decoration: none !important;
}

.nbp-btn svg {
    flex-shrink: 0;
}
