/* TrustOriginality.ai cookie consent (ePrivacy / GDPR) */
#to-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #0f172a;
    color: #f1f5f9;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
    font-size: 0.9rem;
    line-height: 1.5;
}

#to-cookie-banner.to-cookie-hidden {
    display: none !important;
}

#to-cookie-banner .to-cookie-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

#to-cookie-banner .to-cookie-text {
    flex: 1 1 280px;
    margin: 0;
}

#to-cookie-banner .to-cookie-text a {
    color: #38bdf8;
    text-decoration: underline;
}

#to-cookie-banner .to-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#to-cookie-banner button {
    border: none;
    border-radius: 6px;
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    font-weight: 600;
}

#to-cookie-banner .to-btn-reject {
    background: transparent;
    color: #f1f5f9;
    border: 1px solid #64748b;
}

#to-cookie-banner .to-btn-customize {
    background: #334155;
    color: #f1f5f9;
}

#to-cookie-banner .to-btn-accept {
    background: #2563eb;
    color: #fff;
}

#to-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

#to-cookie-modal.to-cookie-hidden {
    display: none !important;
}

#to-cookie-modal .to-cookie-modal-box {
    background: #fff;
    color: #1e293b;
    border-radius: 12px;
    max-width: 480px;
    width: 100%;
    padding: 1.5rem;
    max-height: 90vh;
    overflow-y: auto;
}

#to-cookie-modal h3 {
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

#to-cookie-modal label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

#to-cookie-modal .to-modal-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

.legal-document-content table {
    width: 100%;
    margin: 1rem 0;
}

.legal-document-content h2,
.legal-document-content h3,
.legal-document-content h4 {
    margin-top: 1.5rem;
}

.legal-document-content blockquote {
    border-left: 4px solid #2563eb;
    padding-left: 1rem;
    color: #64748b;
}
