/* HFM Table Styling */
.hfm-table {
    width: 100%;
    border-collapse: collapse;
}

.hfm-table th, .hfm-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.hfm-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* HFM Responsive Table Container */
.hfm-table-responsive {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 10px;
}
