
.breward-container { margin: 30px 0; text-align: center; }
.breward-button {
    background: #ff6b6b; color: white; border: none; padding: 10px 30px;
    border-radius: 30px; cursor: pointer; font-size: 16px;
}
.breward-modal {
    display: none; position: fixed; z-index: 9999; left: 0; top: 0;
    width: 100%; height: 100%; overflow: auto; background: rgba(0,0,0,0.5);
}
.breward-modal-content {
    background: #fff; margin: 10% auto; padding: 20px; border-radius: 10px;
    width: 90%; max-width: 400px; text-align: center; position: relative;
}
.breward-close {
    position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer;
}
.breward-tabs { margin-bottom: 20px; }
.breward-tab {
    background: #f0f0f0; border: none; padding: 8px 16px; margin: 0 5px;
    border-radius: 20px; cursor: pointer;
}
.breward-tab.active { background: #ff6b6b; color: white; }
.breward-panel img { display: block; margin: 0 auto 10px; }
.breward-paypal-btn {
    display: inline-block; background: #0070ba; color: white; padding: 10px 20px;
    border-radius: 5px; text-decoration: none;
}
        