.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Variáveis ICM */
:root {
    --icm-red: #CE1126;
    --icm-dark: #2C2C2C;
    --icm-gray: #F4F4F4;
    --icm-border: #E0E0E0;
}

/* Container Geral dos Forms */
.icm-form-container, .icm-login-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 600px; /* Largura Banca */
    margin: 0 auto;
    border-top: 4px solid var(--icm-red);
}

.icm-header-form h2 {
    color: var(--icm-red);
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
    font-size: 24px;
}
.icm-header-form p {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--icm-border);
    padding-bottom: 15px;
}

/* Campos do Formulário */
.icm-banca-form .form-group {
    margin-bottom: 20px;
}

.icm-banca-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--icm-dark);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.icm-banca-form input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--icm-border);
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: var(--icm-gray);
}

.icm-banca-form input:focus {
    border-color: var(--icm-red);
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(206, 17, 38, 0.1);
}

/* Layout Grid para campos lado a lado */
.form-row {
    display: flex;
    gap: 20px;
}
.form-row .half {
    width: 50%;
}
@media(max-width: 600px) {
    .form-row { flex-direction: column; gap: 0; }
    .form-row .half { width: 100%; }
}

/* Botões */
.icm-btn {
    width: 100%;
    padding: 15px;
    background: var(--icm-red);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
}
.icm-btn:hover {
    background: #a80e1f;
}
.icm-btn.secondary {
    background: var(--icm-dark);
}

/* Mensagens */
.icm-success {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #28a745;
}
.icm-error, .icm-alert {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #dc3545;
}

/* Estilo da Tabela de Cadastros Recentes */
.icm-my-list {
    margin-top: 40px;
    border-top: 2px dashed var(--icm-border);
    padding-top: 20px;
}
.icm-my-list h3 { font-size: 16px; color: #888; margin-bottom: 15px; }
.icm-my-list table { width: 100%; border-collapse: collapse; font-size: 13px; }
.icm-my-list th { text-align: left; color: var(--icm-dark); padding: 8px; border-bottom: 1px solid #ddd; }
.icm-my-list td { padding: 8px; border-bottom: 1px solid #eee; color: #555; }/* End custom CSS */