/* Static Pages Styling */
.static-page-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.static-page-content h1, 
.static-page-content h2, 
.static-page-content h3, 
.static-page-content h4, 
.static-page-content h5, 
.static-page-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 600;
    color: #212529;
}

.static-page-content h1 {
    font-size: 2rem;
}

.static-page-content h2 {
    font-size: 1.75rem;
}

.static-page-content h3 {
    font-size: 1.5rem;
}

.static-page-content h4 {
    font-size: 1.25rem;
}

.static-page-content p {
    margin-bottom: 1.25em;
}

.static-page-content ul, 
.static-page-content ol {
    margin-bottom: 1.25em;
    padding-left: 1.5em;
}

.static-page-content li {
    margin-bottom: 0.5em;
}

.static-page-content a {
    color: #0d6efd;
    text-decoration: none;
}

.static-page-content a:hover {
    text-decoration: underline;
}

.static-page-content table {
    width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
}

.static-page-content table th,
.static-page-content table td {
    padding: 0.5em;
    border: 1px solid #dee2e6;
}

.static-page-content table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.static-page-content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 5px solid #e9ecef;
    background-color: #f8f9fa;
    font-style: italic;
}

.static-page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
}

@media (max-width: 768px) {
    .static-page-content {
        font-size: 0.95rem;
    }
    
    .static-page-content h1 {
        font-size: 1.75rem;
    }
    
    .static-page-content h2 {
        font-size: 1.5rem;
    }
    
    .static-page-content h3 {
        font-size: 1.25rem;
    }
}
