/* BarkShop — legal documents and the public forms (withdrawal, complaint). */

/* Documents published by bin/setup-legal-pages.php (regulamin, policies, notices). */
.bark-legal-doc table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: .92rem;
}
.bark-legal-doc th,
.bark-legal-doc td {
    border: 1px solid #ccc;
    padding: .5rem .6rem;
    vertical-align: top;
    text-align: left;
}
.bark-legal-doc th { background: #f3f3f3; }
.bark-legal-doc h2 { margin-top: 2rem; }
.bark-legal-version {
    font-size: .85rem;
    opacity: .8;
    border-top: 1px solid var(--bark-border);
    padding-top: .8rem;
    margin-top: 2rem;
}

/* Electronic withdrawal form (/odstapienie/). */
.bark-withdrawal-form .form-row { margin-bottom: 1rem; }
.bark-withdrawal-form .input-text,
.bark-withdrawal-form textarea { width: 100%; }
.bark-withdrawal-form .bark-field-hint { display: block; font-size: .85rem; opacity: .8; margin-top: .3rem; }
.bark-wd-scope { border: 1px solid var(--bark-border); padding: .8rem 1rem; margin: 0 0 1rem; }
.bark-wd-scope legend { font-weight: 600; padding: 0 .4rem; }
.bark-wd-scope label { display: block; margin: .3rem 0; }
.bark-withdrawal-statement {
    white-space: pre-wrap;
    font-size: .9rem;
    background: var(--bark-surface);
    padding: 1rem;
    border-left: 3px solid var(--bark-wood-dark);
}
/* Honeypot field: off-screen, never hidden with display:none (bots skip those). */
.bark-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* RODO information notice under public forms (complaint, withdrawal): information, not consent. */
.bark-form-privacy-notice {
    font-size: .85rem;
    line-height: 1.5;
    opacity: .85;
    margin-top: 1rem;
}
