.promo-nao-encontrou {
    text-align: right;
    margin: 20px 0;
}

.promo-nao-encontrou .abrir-promo {
    color: #003366;
    font-weight: 600;
    cursor: pointer;
}

.promo-nao-encontrou .abrir-promo:hover {
    text-decoration: underline;
}

/* Overlay */
.modal-promo-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

/* Modal grande */
.modal-promo {
    background: white;
    width: 80vw;
    max-height: 80vh;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

/* Header */
.modal-promo h2 {
    margin-top: 0;
}

/* Campo de busca */
.modal-promo input {
    padding: 8px 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Tabela container com scroll */
.tabela-container {
    overflow: auto;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.tabela-container table {
    width: 100%;
    border-collapse: collapse;
}

.tabela-container th,
.tabela-container td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
}

.tabela-container th {
    background: #f3f3f3;
    position: sticky;
    top: 0;
}

/* Botão fechar */
.fechar-promo {
    margin-top: 15px;
    align-self: flex-end;
    background: #003366;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.fechar-promo:hover {
    background: #0055aa;
}

.guia-mensagens {
    max-width: 900px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

.guia-mensagens h2 {
    border-bottom: 2px solid #003366;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.guia-box {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.guia-pergunta {
    font-weight: 600;
    font-size: 16px;
    color: #003366;
}

.guia-destaque {
    margin-top: 15px;
    padding: 12px;
    background: #ffffff;
    border-left: 4px solid #003366;
    border-radius: 4px;
}

.guia-destaque ul {
    margin-top: 8px;
}
