/* ===== Estrutura Geral ===== */
.table_window {
    border-collapse: separate;
    border-spacing: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #1F2A37;
}

/* ===== Cabeçalho ===== */
.tjpr-w2_title {
    background: #0B3A6E;
    color: #ffffff;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    letter-spacing: 0.3px;
}

/* Remover visuais antigos */
.tjpr-w2_nw,
.tjpr-w2_ne,
.tjpr-w2_sw,
.tjpr-w2_sizer {
    background: transparent !important;
}

/* ===== Corpo ===== */
.tjpr-w2_content {
    background: #F8F9FB;
    border-left: 1px solid #D4D9E0;
    border-right: 1px solid #D4D9E0;
}

/* Iframe */
.tjpr-w2_content iframe {
    border: none;
    width: 100%;
    height: 270px;
    background: #ffffff;
}

/* ===== Botões discretos ===== */
.tjpr-w2_close,
.tjpr-w2_maximize {
    position: absolute;
    top: 8px;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    background: #174A8B;
    color: #ffffff;
    transition: background 0.2s ease;
}

/* Ambos com mesma identidade institucional */
.tjpr-w2_close {
    right: 12px;
}

.tjpr-w2_maximize {
    display:none;
}

.tjpr-w2_close:hover,
.tjpr-w2_maximize:hover {
    background: #0B3A6E;
}

/* ===== Rodapé ===== */
.status_bar {
    background: #E6E9EE;
    border: 1px solid #D4D9E0;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 6px;
}

/* ===== Sombra discreta ===== */
#window_1771968094950_row1,
#window_1771968094950_row2,
#window_1771968094950_row3 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}
