/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2026 | 16:05:16 */
/**
 * ==================================================================================
 * █  LEUK WEBSITE 2026 - MODULO PROJECTOS (SINGLE)
 * ==================================================================================
 * @description Estilização para a página individual de cada projeto.
 * ==================================================================================
 */

.leuk-projectos-single-container {
    --s-title-size: 38px; --s-text-size: 16px; --s-meta-color: #888;
}
@media (max-width: 767px) { .leuk-projectos-single-container { --s-title-size: 28px; } }

.leuk-projectos-single-title h1, .leuk-projectos-single-title .elementor-heading-title {
    font-size: var(--s-title-size) !important; font-weight: 300; text-transform: uppercase; 
    letter-spacing: 1px; color: #000; line-height: 1.2; margin-bottom: 20px;
}
.leuk-projectos-single-content {
    color: #444; font-size: var(--s-text-size); line-height: 1.8; font-weight: 300;
}
.leuk-projectos-single-content p { margin-bottom: 25px; }
.leuk-projectos-single-content h2 { margin-top: 40px; margin-bottom: 20px; font-size: 20px; }
.leuk-projectos-single-nav .elementor-post-navigation__link {
    font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #000;
}