/* ===== HUB ADVENCE — עמוד מדיניות פרטיות ===== */
/* כל הצבעים והגופנים נלקחים אוטומטית מה-theme דרך CSS variables */

.ppp-privacy-policy {
    font-family: var(--ppp-font, inherit);
    font-size: 16px;
    line-height: 1.8;
    color: inherit;
    max-width: 860px;
    margin: 0 auto;
    direction: rtl;
}

.ppp-updated {
    color: #888888;
    font-size: 14px;
    margin-bottom: 32px;
}

.ppp-privacy-policy h2 {
    font-size: 20px;
    font-weight: 700;
    color: inherit;
    margin-top: 36px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--ppp-accent, #f97316);
    display: inline-block;
    font-family: var(--ppp-font, inherit);
}

.ppp-privacy-policy ul {
    padding-right: 24px;
    margin: 12px 0;
}

.ppp-privacy-policy li {
    margin-bottom: 6px;
}

/* טבלת עוגיות */
.ppp-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 14px;
}

.ppp-table th,
.ppp-table td {
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    text-align: right;
}

.ppp-table th {
    background: #f8f8f8;
    font-weight: 600;
}

.ppp-table tr:nth-child(even) td {
    background: #fafafa;
}

/* רשימת קשר */
.ppp-contact-list {
    list-style: none;
    padding: 0;
}

.ppp-contact-list li {
    padding: 4px 0;
}

.ppp-contact-list a {
    color: var(--ppp-accent, #f97316);
    text-decoration: none;
}

.ppp-contact-list a:hover {
    text-decoration: underline;
}

/* כפתור איפוס עוגיות */
.ppp-cookie-reset {
    margin-top: 40px;
    padding: 24px;
    background: #f8f8f8;
    border-radius: var(--ppp-radius, 6px);
    border-right: 4px solid var(--ppp-accent, #f97316);
}

.ppp-cookie-reset p {
    margin: 0 0 12px 0;
    font-weight: 600;
}

.ppp-privacy-policy .ppp-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: var(--ppp-radius, 6px);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid var(--ppp-accent, #111111);
    background: var(--ppp-accent, transparent);
    color: #ffffff;
    transition: all 0.2s ease;
    font-family: var(--ppp-font, inherit);
}

.ppp-privacy-policy .ppp-btn:hover {
    background: var(--ppp-accent-dark, #111111);
    border-color: var(--ppp-accent-dark, #111111);
    color: #ffffff;
}
