.rt-185b2d6f-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.rt-185b2d6f-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    text-align: left;
}

.rt-185b2d6f-table th, 
.rt-185b2d6f-table td {
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
}

/* Responsividad para móviles (Menos de 768px) */
@media (max-width: 767px) {
    .rt-185b2d6f-table thead {
        display: none; /* Ocultamos la cabecera tradicional */
    }

    .rt-185b2d6f-table, 
    .rt-185b2d6f-table tbody, 
    .rt-185b2d6f-table tr, 
    .rt-185b2d6f-table td {
        display: block;
        width: 100%;
    }

    .rt-185b2d6f-table tr {
        margin-bottom: 16px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        padding: 8px;
    }

    .rt-185b2d6f-table td {
        text-align: right;
        padding-left: 50% !important;
        position: relative;
        border: none;
        border-bottom: 1px solid #f3f4f6;
    }

    .rt-185b2d6f-table td:last-child {
        border-bottom: none;
    }

    /* Insertamos el título de la columna como etiqueta en la izquierda */
    .rt-185b2d6f-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 12px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 600;
    }
}
