
/* ===== CONFIGURAÇÕES BÁSICAS ===== */
#cm, #cm.cloud, #cm.left, #cm.right {
    width: 92%!important;
    max-width: 100%;
    margin: 0;
    padding: 1.4em!important;
    right: 1em;
    left: .5em!important;
    bottom: 1em;
    display: block;
}

#anuncio_topo {
    margin-bottom: 14px;
}

#filtro {
    color: #444;
    font-size: 0.9em;
    position: relative;
    top: 1px;
    left: 10px;
    background: none;
    border: none;
    padding: 5px 0px;
}

#subMenuLista {
    display: none;
}

#titulo-prog2 h1 {
    margin-left:10px;
    padding-left:10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

#subMenu {
    position: relative;
    left: -10px;
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 2px;
    top: -2px;
}

/* ===== RESET E CONFIGURAÇÕES GERAIS ===== */
* {
    box-sizing: border-box;
}

/* ===== CONTAINER PRINCIPAL DOS ANÚNCIOS ===== */
#anuncio {                
    padding: 20px 16px !important;
    margin-top: 10px !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* ===== CARDS DOS ANÚNCIOS - DESIGN LOVABLE ===== */
.anuncios {
    background: white !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    animation: slideInUp 0.4s ease-out !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

.anuncios:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* ===== BADGES PREMIUM ===== */
.anuncios#gold {
    border: 1px solid #fbbf24 !important;
}

.anuncios#silver {
    border: 1px solid #9ca3af !important;
}

.anuncios#bronze {
    border: 1px solid #d97706 !important;
}

.anuncios#plus {
    border: 1px solid #2563EB !important;
}

.anuncios#outros_anuncios {
    border: 1px solid #444 !important;
}

.anuncios.gratuito {
    border: 1px solid #e2e8f0 !important;
}

.anuncios#gold::before,
.anuncios#silver::before,
.anuncios#bronze::before,
.anuncios#plus::before {
    z-index: 15 !important;
}

/* ===== MENU TRÊS PONTOS ===== */
.card-menu-dots {
    position: absolute !important;
    top: 4px !important;
    right: 6px !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    background-color: transparent !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    z-index: 10 !important;
}

.card-menu-dots::before {
    content: "⋮" !important;
    font-size: 18px !important;
    color: #64748b !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

/* ===== LAYOUT LOVABLE VERTICAL ===== */
.logo-header-lovable {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 16px !important;
    padding: 8px !important;
}

.logo-top-lovable {
    width: 150px !important;
    height: 100px !important;
    border-radius: 12px !important; 
    /* Renderização híbrida otimizada */
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: smooth !important;
    outline: 1px solid #cecece;
    /* Filtros balanceados para melhor qualidade */
    filter: contrast(1.05) saturate(1.08) brightness(1.01) !important;
    
    /* Performance sem afetar qualidade */
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    
    /* Suavização otimizada */
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: auto !important;
}



/* ===== NOME DA EMPRESA ===== */
.empresa-nome-lovable {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #6b7280 !important;
    margin: 0 0 12px 0 !important;
    text-align: left !important;
    line-height: 1.3 !important;
    padding-right: 50px !important;
}

.empresa-nome-lovable a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.empresa-nome-lovable a:hover {
    color: #3b82f6 !important;
}

#anuncio h2 a.link-titulo {
    text-decoration: none;
    font-weight: 700 !important;
    color: #6b7280 !important;
}

/* ===== ENDEREÇO ===== */
.endereco-lovable {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: left !important;
    gap: 8px !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
    text-align: left !important;
}

.endereco-lovable i {
    color: #94a3b8 !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
    font-size: 14px !important;
}

/* ===== TELEFONES ===== */
.telefones-lovable {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: left !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
}

.telefones-lovable i {
    color: #94a3b8 !important;
    margin-top: 8px !important;
    flex-shrink: 0 !important;
    font-size: 14px !important;
    position: relative;
    top: -2px;
    margin-right: -2px;
}

.telefones-list-lovable {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: left !important;    
}

.tel-lovable {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 2px 0px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* ===== STATUS DE FUNCIONAMENTO ===== */
.status-lovable {
    gap: 0px !important;
    padding: 0px 0px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 auto 8px auto !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    color: #64748b !important;
}

.closed {
    background-color: #fee2e2 !important;
    color: #dc2626 !important;
    border-color: #fecaca !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 8px !important;   
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: 8px;
}

.open {
    background-color: #dcfce7 !important;
    color: #15803d !important;
    border: 1px solid #bbf7d0 !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 8px !important;   
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: 8px;
}

.status-lovable i {
    font-size: 14px !important;
    margin-right: 4px;
}

.open-color{
    color: #15803d !important;
}

.closed-color{
    color: #dc2626 !important;
}

/* ===== BOTÕES EM LINHA LOVABLE - VERSÃO FINAL ===== */
.botoes-linha-lovable {
    display: flex !important;
    gap: 8px !important;
    margin: 16px 0 !important;
    width: 100% !important;
    align-items: stretch !important;
}

.btn-linha {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
    min-height: 44px !important;
    text-align: center !important;
    flex: 1 !important;
}

/* WhatsApp Button */
.whatsapp-linha {
    background: linear-gradient(135deg, #25d366, #22c55e) !important;
    color: white !important;
    border-color: #25d366 !important;
}

.whatsapp-linha:hover {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

.whatsapp-linha i {
    color: white !important;
}

/* Como chegar Button */
.directions-linha {
    background: #f8fafc !important;
    color: #64748b !important;
    border-color: #e2e8f0 !important;
}

.directions-linha:hover {
    background: #e2e8f0 !important;
    color: #475569 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

/* Links Button */
.links-linha {
    background: #f8fafc !important;
    color: #64748b !important;
    border-color: #e2e8f0 !important;
}

.links-linha:hover {
    background: #e2e8f0 !important;
    color: #475569 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

.directions-linha i,
.links-linha i {
    color: #64748b !important;
}

.directions-linha:hover i,
.links-linha:hover i {
    color: #475569 !important;
}

/* Ícones e textos dos botões */
.btn-linha i {
    font-size: 16px !important;
    flex-shrink: 0 !important;
}

.btn-linha span {
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* ===== REGRAS ESPECÍFICAS PARA 2 BOTÕES ===== */
.botoes-linha-lovable.sem-whatsapp {
    gap: 16px !important;
}

.botoes-linha-lovable.sem-whatsapp .btn-linha {
    padding: 14px 24px !important;
    font-size: 16px !important;
    min-height: 50px !important;
    font-weight: 600 !important;
}

/* Regra para detectar 2 botões com WhatsApp */
.botoes-linha-lovable:has(.whatsapp-linha):not(:has(.whatsapp-linha + .btn-linha + .btn-linha)) {
    gap: 16px !important;
}

.botoes-linha-lovable:has(.whatsapp-linha):not(:has(.whatsapp-linha + .btn-linha + .btn-linha)) .btn-linha {
    padding: 14px 24px !important;
    font-size: 16px !important;
    min-height: 50px !important;
    font-weight: 600 !important;
}

/* ===== BOTÃO VER DETALHES ===== */
.btn-detalhes-lovable {
    margin-top: 16px !important;
}

.btn-ver-detalhes-lovable {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    background: #0369A0 !important;
    color: white !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.btn-ver-detalhes-lovable:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

.btn-ver-detalhes-lovable i {
    font-size: 14px !important;
}

/* ===== SEÇÃO MAIS EMPRESAS ===== */
.mais-empresas {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 50%) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin: 20px 0 !important;
    border: 4px solid #ff4f01 !important;
    box-shadow: 0 2px 8px rgba(255, 79, 1, 0.1) !important;
}

.mais-empresas h3 {
    color: #ff4f01 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
}

.mais-empresas h3::before {
    content: "🏢" !important;
    margin-right: 8px !important;
}

#btn_mais_empresas {
    display: inline-flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #ff4f01, #e11d48) !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin: 10px 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(255, 79, 1, 0.2) !important;
}

#btn_mais_empresas:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 79, 1, 0.3) !important;
    background: linear-gradient(135deg, #e11d48, #dc2626) !important;
}

#btn_mais_empresas i {
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

#btn_mais_empresas:hover i {
    transform: translateY(2px) !important;
}

/* ===== MODAIS ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(5px);
}

.modal-overlay.show {
    display: flex;
}

.modal-container {
    background: white;
    border-radius: 16px;
    max-width: 400px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

.modal-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.modal-close {
    width: 32px;
    height: 32px;
    border: none;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.modal-close:hover {
    background: #e2e8f0;
}

.modal-close::before {
    content: "×";
    font-size: 20px;
    color: #64748b;
    font-weight: bold;
}

.modal-body {
    padding: 20px;
}

.modal-link {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: #475569;
    transition: background-color 0.2s;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer !important;
}

.modal-link:hover {
    background-color: #f8fafc;
    color: #3b82f6;
    text-decoration: none;
}

.modal-link i {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #64748b;
    flex-shrink: 0;
}

.modal-link span {
    font-weight: 500;
}

/* ===== OVERRIDE DOS ESTILOS ANTIGOS ===== */
.anuncios .row_anuncio {
    display: block !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.anuncios .col_info {
    width: 100% !important;
    flex: none !important;
    min-width: auto !important;
}

.anuncios .col_info h2 {
    padding-right: 50px !important;
    margin-bottom: 0 !important;
}

.anuncios .col_info h3 {
    display: none !important;
}

.anuncios .col_info h4 {
    display: none !important;
}

.anuncios .icons_line {
    display: none !important;
}

.anuncios .col_logo {
    display: none !important;
}

.anuncios .mais_detalhes {
    display: none !important;
}

/* Remove margens conflitantes */
.anuncios .empresa-nome-lovable,
.anuncios .endereco-lovable,
.anuncios .telefones-lovable,
.anuncios .status-lovable,
.anuncios .botoes-linha-lovable,
.anuncios .btn-detalhes-lovable {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    #anuncio {
        padding: 12px 8px !important;
    }
    
    .anuncios {
        padding: 16px !important;
        margin-bottom: 12px !important;
    }
       
    
    .empresa-nome-lovable {
        font-size: 18px !important;
        padding-right: 30px !important;
    }
    
    .endereco-lovable,
    .telefones-lovable {
        flex-direction: row !important;
        text-align: left !important;
    }
    
    .telefones-list-lovable {
        flex-direction: row !important;
        align-items: left !important;
        gap: 6px !important;
    }
    
    .botoes-linha-lovable {
        gap: 8px !important;
    }
    
    .btn-linha {
        padding: 10px 16px !important;
        font-size: 14px !important;
        gap: 6px !important;
    }
    
    /* 2 botões em tablet - ainda generosos */
    .botoes-linha-lovable.sem-whatsapp .btn-linha,
    .botoes-linha-lovable:has(.whatsapp-linha):not(:has(.whatsapp-linha + .btn-linha + .btn-linha)) .btn-linha {
        padding: 12px 20px !important;
        font-size: 14px !important;
        min-height: 48px !important;
    }
}

@media (max-width: 480px) {
    .botoes-linha-lovable {
        gap: 6px !important;
    }
    
    .btn-linha {
        padding: 8px 12px !important;
        font-size: 14px !important;
        gap: 4px !important;
        min-height: 42px !important;
    }
    
    .btn-linha i {
        font-size: 14px !important;
    }
    
    .btn-linha span {
        font-size: 14px !important;
    }
    
    /* 2 botões em mobile - OCUPAM TODA LARGURA */
    .botoes-linha-lovable.sem-whatsapp .btn-linha,
    .botoes-linha-lovable:has(.whatsapp-linha):not(:has(.whatsapp-linha + .btn-linha + .btn-linha)) .btn-linha {
        flex: 1 !important;
        padding: 10px 16px !important;
        font-size: 14px !important;
        min-height: 44px !important;
        max-width: none !important;
    }
    
    /* Gap adequado para mobile */
    .botoes-linha-lovable.sem-whatsapp,
    .botoes-linha-lovable:has(.whatsapp-linha):not(:has(.whatsapp-linha + .btn-linha + .btn-linha)) {
        gap: 10px !important;
    }
}

/* ===== ANIMAÇÕES ===== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===== CLEARFIX ===== */
.clearfix::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* ===== CSS ESPECÍFICO PARA ANÚNCIOS GRATUITOS ===== */

/* Container para 2 botões - ocupam toda largura */
.botoes-gratuitos-dois {
    display: flex !important;
    gap: 16px !important;
    margin: 8px 0 !important;
    width: 100% !important;
}

.botoes-gratuitos-dois .btn-gratuito {
    flex: 1 !important; /* Cada botão ocupa 50% da largura */
    padding: 14px 24px !important;
    font-size: 16px !important;
    min-height: 50px !important;
    font-weight: 600 !important;
}

/* Container para 1 botão - ocupa apenas 50% da largura */
.botoes-gratuitos-um {
    display: flex !important;
    gap: 16px !important;
    margin: 16px 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

.botoes-gratuitos-um .btn-gratuito {
    flex: 0 0 50% !important; /* Botão único ocupa apenas 50% */
    max-width: 50% !important;
    padding: 14px 24px !important;
    font-size: 16px !important;
    min-height: 50px !important;
    font-weight: 600 !important;
}

/* Estilo base para botões gratuitos */
.btn-gratuito {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
    text-align: center !important;
}

/* WhatsApp específico para gratuitos */
.whatsapp-gratuito {
    background: linear-gradient(135deg, #25d366, #22c55e) !important;
    color: white !important;
    border-color: #25d366 !important;
}

.whatsapp-gratuito:hover {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
    color: white !important;
    text-decoration: none !important;
}

.whatsapp-gratuito i {
    color: white !important;
    font-size: 18px !important;
}

.whatsapp-gratuito span {
    color: white !important;
    font-weight: 600 !important;
}

/* Directions específico para gratuitos */
.directions-gratuito {
    background: #f8fafc !important;
    color: #64748b !important;
    border-color: #e2e8f0 !important;
}

.directions-gratuito:hover {
    background: #e2e8f0 !important;
    color: #475569 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
}

.directions-gratuito i {
    color: #64748b !important;
    font-size: 18px !important;
}

.directions-gratuito:hover i {
    color: #475569 !important;
}

.directions-gratuito span {
    font-weight: 600 !important;
}

/* Responsividade para anúncios gratuitos */
@media (max-width: 768px) {
    .botoes-gratuitos-dois {
        gap: 12px !important;
    }
    
    .botoes-gratuitos-dois .btn-gratuito,
    .botoes-gratuitos-um .btn-gratuito {
        padding: 12px 20px !important;
        font-size: 14px !important;
        min-height: 48px !important;
    }
}

@media (max-width: 480px) {
    .botoes-gratuitos-dois {
        gap: 10px !important;
    }
    
    .botoes-gratuitos-dois .btn-gratuito {
        padding: 10px 0px !important;
        font-size: 14px !important;
        min-height: 44px !important;
        flex: 1 !important; /* No mobile, 2 botões ocupam toda largura */
    }
    
    .botoes-gratuitos-um .btn-gratuito {
        flex: 0 0 50% !important; /* 1 botão ainda ocupa só 50% no mobile */
        max-width: 50% !important;
        padding: 10px 0px !important;
        font-size: 14px !important;
        min-height: 44px !important;
    }
    
    .btn-gratuito i {
        font-size: 14px !important;
    }
    
    .btn-gratuito span {
        font-size: 14px !important;
    }
}

/* Estilo específico para anúncios gratuitos */
.anuncios.gratuito {
    border: 1px solid #e5e7eb !important;
    background: #fafafa !important;
}

.anuncios.gratuito .empresa-nome-lovable {
    font-size: 18px !important;
    color: #374151 !important;
}

.anuncios.gratuito .endereco-lovable,
.anuncios.gratuito .telefones-lovable {
    color: #6b7280 !important;
}
.anuncios h2 {
    margin-right: initial !important;
    margin-top: initial !important;
    
    font-size: initial !important;
    color: initial !important;
    font-weight: initial !important;
}

#subMenu{
    margin-right: 1%!important;
    background-color: white!important;
    border: 1px solid #cecece!important;
    padding: 5px 7px!important;
    color: #444!important;
    font-weight: bold!important;
    border-radius: 8px!important;
    position: relative!important;
    top: -7px!important;
}

/* ===== ACCORDION CORRIGIDO - VERSÃO FINAL ===== */
#cardMenuModal .accordion-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease !important;
    background-color: #fafafa !important;
    border-left: 3px solid #e2e8f0 !important;
    margin-top: 2px !important;
    border-radius: 0 0 8px 8px !important;
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    transition: all 0.4s ease !important;
}

#cardMenuModal .accordion-content.accordion-open {
    max-height: 400px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#cardMenuModal .accordion-trigger {
    position: relative !important;
    cursor: pointer !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
}

#cardMenuModal .accordion-trigger.accordion-active {
    background-color: #eff6ff !important;
    border-color: #3b82f6 !important;
}

#cardMenuModal .accordion-arrow {
    position: absolute !important;
    right: 12px !important;
    transition: transform 0.3s ease !important;
    font-size: 12px !important;
    color: #64748b !important;
}

#cardMenuModal .accordion-trigger.accordion-active .accordion-arrow {
    transform: rotate(180deg) !important;
}

#cardMenuModal .error-sub-link {
    padding-left: 40px !important;
    margin: 2px 8px !important;
    background-color: transparent !important;
    border: none !important;
}

#cardMenuModal .error-sub-link:hover {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
}

/* ===== ANIMAÇÃO DE LOADING ===== */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#titulo-sub-nova
{
margin-left:15px;
margin-top:20px;
}