/* 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;
    }
}

/* ==========================================================================
   WPGreeks Lead Thank You Frontend Structural Display Layout
   ========================================================================== */
.wpgreeks-thankyou-container {
    text-align: center; 
    padding: 40px 20px; 
    max-width: 600px; 
    margin: 0 auto;
}

.wpgreeks-thankyou-icon {
    font-size: 64px; 
    color: #488729; 
    margin-bottom: 20px;
}

.wpgreeks-thankyou-title {
    font-size: 32px; 
    margin-bottom: 15px; 
    color: #111827;
}

.wpgreeks-thankyou-message {
    font-size: 16px; 
    color: #4b5563; 
    line-height: 1.6;
}