.wpbp-badge {
    padding: 20px;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #222;
    max-width: 400px;
    display: inline-block;
    border-radius: 10px;
}

.wpbp-icon-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
    font-size: 16px;
}

.wpbp-icon {
    font-size: 20px;
    color: green;
}

.wpbp-text-main {
    font-size: 18px;
    font-weight: bold;
}

.wpbp-bbb-link {
    color: #0066cc;
    text-decoration: underline;
}

.wpbp-pay-button {
    background: #e0e0e0;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
}

