:root {
    --font-family-base: 'Poppins', Arial, sans-serif;
    --font-size-base: 18px;
    --font-size-small: 14px;
    --font-size-h2: 30px;
    --font-size-h3: 24px;
    --font-size-h4: 20px;
    --color-primary: #007f5e;
    --color-secondary: #2f2f2f;
    --color-muted: #666;
    --container-max-width: 1140px;
    --container-padding: 20px;
}

body.single .legenda-dinamica.custom-legenda,
body.page .legenda-dinamica.custom-legenda,
body.single .wp-element-caption,
body.page .wp-element-caption {
    font-size: var(--font-size-small);
    font-family: var(--font-family-base);
    text-align: center;
    margin: 6px 0 12px;
    padding: 6px 10px;
    color: var(--color-muted);
    display: block;
    width: 100%;
    font-style: normal;
}

body.single .legenda-dinamica.custom-legenda a,
body.page .legenda-dinamica.custom-legenda a,
body.single .wp-element-caption a,
body.page .wp-element-caption a {
    font-size: var(--font-size-small) !important;
    font-family: var(--font-family-base);
    color: var(--color-primary);
    font-style: normal !important;
    font-weight: 600;
}

body.single .wp-element-caption a:hover,
body.page .wp-element-caption a:hover,
body.single .legenda-dinamica.custom-legenda a:hover,
body.page .legenda-dinamica.custom-legenda a:hover {
    color: var(--color-secondary);
}

@media (max-width: 768px) {

    body.single .legenda-dinamica.custom-legenda,
    body.page .legenda-dinamica.custom-legenda,
    body.single .wp-element-caption,
    body.page .wp-element-caption {
        font-size: var(--font-size-small);
        padding: 5px 8px;
    }
}

/* Container */
.container {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: var(--container-max-width);
    margin: 0 auto;
    box-sizing: border-box;
}

/* Post */
.post-title {
    text-align: center;
    font-size: var(--font-size-h2);
    margin-bottom: 20px;
    font-weight: 700;
}

.featured-image {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.legend-dinamica {
    text-align: center;
    margin-bottom: 20px;
    color: var(--color-secondary);
    font-weight: 400;
}

.post-content {
    font-size: var(--font-size-base);
    line-height: 1.6;
}

/* Site Main */
.site-main {
    padding: 40px var(--container-padding);
}

.site-main p,
.site-main h2,
.site-main h3,
.site-main ul,
.site-main ol,
.site-main img {
    margin-bottom: 28px;
}

.site-main a {
    color: var(--color-primary);
    font-weight: 600;
}

.site-main a:hover {
    color: var(--color-secondary);
    font-weight: 600;
}

.site-main h2 {
    font-size: var(--font-size-h2);
    margin-top: 40px;
    margin-bottom: 20px;
}

.site-main h3 {
    font-size: var(--font-size-h3);
    margin-top: 30px;
    margin-bottom: 16px;
}

.site-main h4 {
    font-size: var(--font-size-h4);
    margin-top: 24px;
    margin-bottom: 12px;
}
.custom-divider{
	height: 40px;width: 100%;background: transparent;display: block;
}