/*
 Theme Name:   Clínicas Theme B2B
 Theme URI:    https://clinicas.anhanguera.com
 Description:  Tema personalizado para clínicas médicas
 Author:       Fernando Filho | Cogna LABS
 Author URI:   https://clinicas.anhanguera.com
 Template:     
 Version:      1.0.0
*/

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Container */
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.site-header {
    background-color: #fff;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-title a {
    color: #333;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.site-logo img {
    max-height: 60px;
    width: auto;
}

/* Conteúdo principal */
.content-area {
    flex: 1;
    padding: 2rem;
}

.entry-header {
    margin-bottom: 1.5rem;
}

.entry-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.entry-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover {
    color: #007cba;
}

.entry-content {
    margin-bottom: 2rem;
}

.entry-content p {
    margin-bottom: 1rem;
}

/* Footer */
.site-footer {
    background-color: #f8f9fa;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #eee;
}

.site-info {
    color: #666;
}

/* Estilos para template em branco */
.blank-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* .blank-page .site-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
} */

.blank-page .entry-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.alert .d-flex .align-items-center .justify-content-between .alert-warning {
    display: none !important;
}