/* Lisnify LP Custom Styles */

body {
    background-color: #FDFBF7;
    color: #4A3B32;
}

.pattern-dots {
    background-image: radial-gradient(#4A3B32 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}

.text-stroke {
    -webkit-text-stroke: 1.5px #4A3B32;
    color: transparent;
}

.legal-content h2 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #4A3B32;
}

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

.legal-content table th {
    background-color: #f5f5f5;
    font-weight: 600;
    text-align: left;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
}

.legal-content table td {
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    word-break: break-word;
}

.legal-content table tr:nth-child(even) {
    background-color: #fafafa;
}
