.tipo30-chart {
    display: block !important;
    width: 100%;
    min-width: 0;
    height: 100%;
    color: #334155;
}

.tipo30-shell {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .045);
}

.tipo30-table-scroll {
    width: 100%;
    min-height: 0;
    flex: 1;
    overflow: auto;
    scrollbar-color: #cbd5e1 transparent;
    scrollbar-width: thin;
}

.tipo30-table-brand {
    display: flex;
    min-height: 56px;
    padding: 8px 13px;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #d7e0e8;
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 158, 11, .07), transparent 38%),
        linear-gradient(180deg, #f8fafc 0%, #e9eff5 100%);
}

.tipo30-table-brand--center {
    justify-content: center;
}

.tipo30-table-brand__title {
    min-width: 0;
    overflow: hidden;
    color: #1e293b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tipo30-table-logo {
    width: auto;
    max-width: 120px;
    height: 38px;
    object-fit: contain;
}

.tipo30-table {
    position: relative;
    width: 100%;
    min-width: max-content;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    color: #475569;
    font-size: 12px;
    line-height: 1.35;
}

.tipo30-table--spaced {
    margin-top: 18px;
}

.tipo30-table th,
.tipo30-table td {
    padding: 10px 12px;
    border-right: 0;
    border-bottom: 1px solid #e7ecf1;
    border-left: 0;
    vertical-align: middle;
}

.tipo30-table tr:last-child td {
    border-bottom: 0;
}

.tipo30-table th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #eef2f6;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    box-shadow: inset 0 -1px 0 #dfe6ee;
}

.tipo30-table__group-header th {
    z-index: 4;
    background: #e9eff5;
    color: #1e293b;
    font-size: 11px;
}

.tipo30-table__group-header + .tipo30-table__header th {
    top: 37px;
}

.tipo30-table tr:not(.tipo30-table__header):not(.tipo30-table__group-header):nth-child(even) td {
    background-color: #fbfcfe;
}

.tipo30-table tr:not(.tipo30-table__header):not(.tipo30-table__group-header):hover td {
    background-color: #f4f7fa;
    color: #1e293b;
}

.tipo30-table__primary-cell {
    color: #334155;
    font-weight: 700;
}

.tipo30-table__footer {
    padding: 9px 12px;
    flex: 0 0 auto;
    border-top: 1px solid #edf1f5;
    background: #fbfcfe;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

.tipo30-chart--warning {
    display: flex !important;
    align-items: center;
}

.tipo30-table-warning {
    display: flex;
    width: 100%;
    min-height: 150px;
    margin: 4px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid #fde68a;
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 0%, rgba(245, 158, 11, .1), transparent 44%),
        #fffbeb;
}

.tipo30-table-warning__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f59e0b;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 5px 12px rgba(245, 158, 11, .24);
}

.tipo30-table-warning__text {
    max-width: 680px;
    color: #78350f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

@media (max-width: 767px) {
    .tipo30-table {
        font-size: 11px;
    }

    .tipo30-table th,
    .tipo30-table td {
        padding: 8px 10px;
    }

    .tipo30-table-brand {
        min-height: 50px;
    }

    .tipo30-table-warning {
        padding: 18px;
        flex-direction: column;
        text-align: center;
    }

    .tipo30-table-warning__text {
        font-size: 15px;
        text-align: center;
    }
}
