/* ─── Settings Page Layout ───────────────────────────────────────────────── */
.izoh-settings-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 16px;
}

.izoh-settings-main {
    flex: 1;
    min-width: 0;
}

.izoh-settings-sidebar {
    width: 280px;
    flex-shrink: 0;
}

/* ─── Donation Card ──────────────────────────────────────────────────────── */
.izoh-donate-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.izoh-donate-card .izoh-donate-heart {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 12px;
}

.izoh-donate-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 10px;
}

.izoh-donate-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 18px;
}

.izoh-donate-btn {
    display: inline-block;
    background: #f0a500;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s;
}

.izoh-donate-btn:hover,
.izoh-donate-btn:focus {
    background: #d4920a;
    color: #fff;
    text-decoration: none;
}

.izoh-donate-card .izoh-donate-note {
    font-size: 11px;
    color: #999;
    margin: 12px 0 0;
}

/* ─── Plugin Action Donate Link ──────────────────────────────────────────── */
.izoh-action-donate {
    color: #f0a500;
    font-weight: 600;
}

.izoh-action-donate:hover,
.izoh-action-donate:focus {
    color: #d4920a;
}
