.ecm-frontend-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ecm-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-group label {
    font-weight: bold;
}

.ecm-filter {
    padding: 5px;
    min-width: 100px;
}

#reset-filters {
    margin-left: auto;
}

.ecm-results table, .ecm-terminals table {
    width: 100%;
    margin-bottom: 30px;
}

.ecm-results th, .ecm-terminals th {
    text-align: left;
    padding: 8px 10px;
}

.ecm-results td, .ecm-terminals td {
    padding: 8px 10px;
    border-top: 1px solid #eee;
}