
.rpm-wrap {
    overflow-x: auto;
}

.rpm-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.rpm-table th {
    background: #111;
    color: #fff;
    padding: 8px;
    font-size: 14px;
}

.rpm-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.rpm-highlight {
    background-color: #ffe60033;
    font-weight: bold;
}

@media (max-width: 768px) {
    .rpm-table {
        font-size: 13px;
    }
}
