/* ============================================================
   JLG — Base Styles
   ============================================================ */

/* Typography */
._kx7vq h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1c1917;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #fef2f2;
}

._kx7vq h2:first-child {
    margin-top: 0;
}

._kx7vq h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #292524;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

._kx7vq p {
    color: #44403c;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

._kx7vq a {
    color: #dc2626;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

._kx7vq a:hover {
    color: #b91c1c;
}

._kx7vq strong {
    font-weight: 700;
    color: #1c1917;
}

._kx7vq ul,
._kx7vq ol {
    margin: 1rem 0 1.5rem 1.5rem;
    color: #44403c;
    line-height: 1.85;
}

._kx7vq ul {
    list-style-type: disc;
}

._kx7vq ol {
    list-style-type: decimal;
}

._kx7vq li {
    margin-bottom: 0.5rem;
}

._kx7vq blockquote {
    border-left: 4px solid #dc2626;
    background: #fafaf9;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 0.75rem 0.75rem 0;
}

._kx7vq blockquote p {
    font-style: italic;
    color: #57534e;
    margin-bottom: 0;
}

/* Utilities */
._pw3nm {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

._jd8rf {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

._yt2bk {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fafaf9;
}

::-webkit-scrollbar-thumb {
    background: #d6d3d1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a29e;
}
