.zibal-donate-wrapper {
    max-width: 460px;
    margin: 0 auto;
    font-family: inherit;
}

.zibal-donate-form {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.zibal-donate-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 20px;
}

.zibal-donate-description {
    margin: -10px 0 18px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.zibal-donate-quick-amounts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.zibal-donate-amount-btn {
    padding: 10px 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.15s ease;
    width: 100%;
}

.zibal-donate-amount-btn:hover,
.zibal-donate-amount-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.zibal-donate-field {
    margin-bottom: 14px;
}

.zibal-donate-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.zibal-donate-field input,
.zibal-donate-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.zibal-donate-error {
    background: #fdecea;
    color: #c62828;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 14px;
    font-size: 13px;
}

.zibal-donate-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: #2e7d32;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}

.zibal-donate-submit-btn:hover {
    background: #256428;
}

.zibal-donate-submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

.zibal-donate-notice {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.zibal-donate-notice-error {
    background: #fdecea;
    color: #c62828;
}

/* Admin styles */
.zibal-donate-stats-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 16px 0;
    display: inline-block;
    font-size: 15px;
}
