/* ════════════════════════════════════════════════════════════════════
   TABELA COTAÇÕES - iCâmbio (VERSÃO COMPACTA E REFINADA)
   ════════════════════════════════════════════════════════════════════ */

#icambio-cotacoes-tabela {
    background-color: #192763 !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 0px !important;
    box-shadow: none !important;
}

.icambio-widget-container {
    font-family: 'DM Sans', sans-serif;
    background: #192763;
    color: #ffffff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.icambio-title {
    color: #192763;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.3;
}

.icambio-title b {
    font-weight: 800;
}

.icambio-title i {
    font-size: 1.8rem;
    color: #192763;
    opacity: 0.9;
}

.icambio-subtitle {
    color: #666;
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: left;
}

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

.icambio-table th {
    padding: 1.2rem 1rem;
    background: #192763;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom: 2px solid #192763;
    letter-spacing: 0px;
    text-align: center;
}

.icambio-table th:first-child {
    text-align: left;
}

.icambio-table td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
    text-align: center;
}

.moeda-cell {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.moeda-imagem {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.moeda-imagem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
}

.moeda-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.moeda-nome {
    font-weight: 700;
    color: #192763;
    font-size: 1.2rem;
    line-height: 1.2;
}

.moeda-codigo {
    color: #888;
    font-size: 0.85rem;
    font-weight: 500;
}

.valor-compra,
.valor-venda {
    color: #192763;
    font-weight: 800;
    font-size: 1.2rem;
    display: block;
    line-height: 1.2;
}

.valor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.tipo-operacao {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Badge Customizada */
.badge-iof {
    background-color: #192763 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.ultima-atualizacao {
    padding: 1.2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
    background: #192763;
    opacity: 0.9;
}

.icambio-footer {
    padding: 0.8rem;
    text-align: center;
    font-size: 0.75rem;
    color: #ffffff;
    background: #192763;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.icambio-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}