/*
Theme Name: Clínica Palladium Final
Description: Tema WordPress fiel ao HTML original da prévia.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: clinicapalladium-final
*/
html { scroll-behavior: smooth; }
body.admin-bar header.fixed { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar header.fixed { top: 46px; } }

/* Template Página Normal (HTML Livre) */
.palladium-html-content {
    color: #374151;
    line-height: 1.8;
}

.palladium-html-content > *:first-child {
    margin-top: 0;
}

.palladium-html-content > *:last-child {
    margin-bottom: 0;
}

.palladium-html-content h2,
.palladium-html-content h3,
.palladium-html-content h4,
.palladium-html-content h5,
.palladium-html-content h6 {
    color: #232622;
    line-height: 1.2;
    margin: 2rem 0 1rem;
    font-family: 'Playfair Display', serif;
}

.palladium-html-content h2 { font-size: clamp(2rem, 4vw, 3rem); }
.palladium-html-content h3 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.palladium-html-content h4 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }

.palladium-html-content p,
.palladium-html-content ul,
.palladium-html-content ol,
.palladium-html-content blockquote,
.palladium-html-content table,
.palladium-html-content pre {
    margin: 0 0 1.25rem;
}

.palladium-html-content ul,
.palladium-html-content ol {
    padding-left: 1.5rem;
}

.palladium-html-content ul {
    list-style: disc;
}

.palladium-html-content ol {
    list-style: decimal;
}

.palladium-html-content a {
    color: #3D423C;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.palladium-html-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.palladium-html-content iframe,
.palladium-html-content video,
.palladium-html-content embed,
.palladium-html-content object {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 1.5rem;
}

.palladium-html-content table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
}

.palladium-html-content th,
.palladium-html-content td {
    border: 1px solid rgba(61, 66, 60, 0.15);
    padding: 0.875rem 1rem;
    text-align: left;
}

.palladium-html-content blockquote {
    border-left: 4px solid #D6C7B9;
    padding: 1rem 1.25rem;
    background: #F8F6F4;
    border-radius: 0 1rem 1rem 0;
}

.palladium-html-content .wp-block-group,
.palladium-html-content .wp-block-columns,
.palladium-html-content .wp-block-cover,
.palladium-html-content .wp-block-media-text {
    margin-bottom: 1.5rem;
}

