/* Frontend Presentation Structure Styling */
.wpgreeks-html-sitemap-frontend {
    column-count: 3;
    column-gap: 30px;
}
.wpgreeks-html-sitemap-frontend h2 {
    font-size: 1.5rem;
    color: #111827;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 15px;
    margin: 10px 0px;
    text-transform: uppercase;
    line-height: 20px;
}
.wpgreeks-html-sitemap-frontend ul {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 20px;
}
.wpgreeks-html-sitemap-frontend li {
    margin-bottom: 6px;
}
.wpgreeks-html-sitemap-frontend a {
    text-decoration: none;
}
.wpgreeks-html-sitemap-frontend a:hover {
    text-decoration: underline;
}

/* Responsive fallback for mobile views */
@media (max-width: 768px) {
    .wpgreeks-html-sitemap-frontend {
        column-count: 1;
    }
}