.elementor-4695 .elementor-element.elementor-element-2cd09c6{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4695 .elementor-element.elementor-element-4627a59{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c264925 *//* Estilização Geral para os Posts da B7 */
.b7-container {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #444;
    max-width: 900px;
    margin: 0 auto;
}

.b7-banner {
    border-radius: 8px;
    margin-bottom: 25px;
    height: auto;
    max-width: 100%;
}

.b7-title {
    color: #5bc0de; /* Azul da sua imagem */
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.b7-subtitle {
    color: #5bc0de;
    font-size: 20px;
    margin-top: 30px;
}

.b7-text {
    font-size: 16px;
    margin-bottom: 15px;
}

.b7-list {
    list-style: none;
    padding-left: 0;
}

.b7-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.b7-list li::before {
    content: "✓";
    color: #5bc0de;
    font-weight: bold;
    margin-right: 10px;
}

/* Box de Destaque para o número de Jobs */
.b7-counter-box {
    background-color: #f8f9fa;
    border-left: 5px solid #5bc0de;
    padding: 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.b7-number {
    font-size: 36px;
    font-weight: 800;
    color: #5bc0de;
    margin-right: 20px;
}

.b7-counter-text {
    font-size: 16px;
    font-weight: 500;
}

/* Botão de Call to Action */
.b7-cta-container {
    text-align: center;
    margin-top: 40px;
}

.b7-button {
    background-color: #5bc0de;
    color: #ffffff !important;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
    display: inline-block;
}

.b7-button:hover {
    background-color: #46b1d1;
    text-decoration: none;
}/* End custom CSS */