.etar-resources {
    margin: 2rem 0;
}

.etar-resources__intro {
    margin-bottom: 1rem;
}

.etar-resources__intro h2 {
    margin-bottom: .35rem;
}

.etar-resources__filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr)) auto;
    gap: .75rem;
    align-items: end;
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #fafafa;
}

.etar-resources__filters label {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    font-weight: 600;
    font-size: .92rem;
}

.etar-resources__filters input,
.etar-resources__filters select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: .45rem .6rem;
    background: #fff;
}

.etar-resources__filters button {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    padding: .45rem .9rem;
    cursor: pointer;
}

.etar-resources__meta {
    margin: .75rem 0;
    font-weight: 600;
}

.etar-resources__error {
    margin: .75rem 0;
    padding: .75rem;
    border-left: 4px solid #b00020;
    background: #fff3f3;
}

.etar-resources__table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
}

.etar-resources__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.etar-resources__table th,
.etar-resources__table td {
    padding: .75rem;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
}

.etar-resources__table th {
    background: #f5f5f5;
    font-weight: 700;
}

.etar-resources__table tbody tr:hover {
    background: #fcfcfc;
}

.etar-resources a {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .etar-resources__filters {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .etar-resources__filters {
        grid-template-columns: 1fr;
    }
}
