/* MavWise — custom styles layered on top of Tailwind */

/* ---------------------------------------------------------------------------
 * Legal pages typography (.legal-content)
 * ------------------------------------------------------------------------- */
.legal-content {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #a8a29e; /* stone-400 */
}

.legal-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 0.875rem;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.legal-content p {
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 0 0 1.25rem 0;
    padding-left: 1.5rem;
    list-style: disc;
}

.legal-content ul li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.legal-content ul li::marker {
    color: #cda349; /* brand-500 */
}

.legal-content a {
    color: #e9d29a; /* brand-300 */
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.15s ease;
}

.legal-content a:hover {
    color: #f3e5c3;
}

.legal-content strong {
    color: #e7e5e4; /* stone-200 */
    font-weight: 600;
}

.legal-content em {
    color: #d6d3d1;
}

.legal-content code {
    padding: 0.125rem 0.375rem;
    border-radius: 0.375rem;
    background: rgba(205, 163, 73, 0.12);
    color: #e9d29a;
    font-size: 0.8125rem;
}

.legal-content table {
    width: 100%;
    margin: 1rem 0 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.legal-content th {
    padding: 0.625rem 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}

.legal-content td {
    padding: 0.625rem 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
}

/* Buttons inside legal content shouldn't inherit link underline */
.legal-content button {
    text-decoration: none;
}
