.residencia-fora-comarca {
    margin: .8rem 0;
}

.residencia-fora-comarca label {
    font-size: .8rem;
}

.residencia-fora-comarca__filters label {
    font-size: 0.9rem;
    font-weight: 600;
}

.residencia-fora-comarca__filters span {
    display: block;
    margin-bottom: 0.35rem;
}

.residencia-fora-comarca__table-wrap {
    overflow-x: auto;
}

.residencia-fora-comarca__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.residencia-fora-comarca__table th,
.residencia-fora-comarca__table td {
    padding: 0.75rem;
    border: 1px solid #d7dce2;
    text-align: left;
    vertical-align: top;
}

.residencia-fora-comarca__table th {
    background: #f3f5f7;
    font-weight: 700;
}

.residencia-fora-comarca__table tbody tr:nth-child(even) {
    background: #fafafa;
}

.residencia-fora-comarca--notice,
.residencia-fora-comarca--error {
    padding: 0.85rem 1rem;
    border-left: 4px solid #637381;
    background: #f6f7f7;
}

.residencia-fora-comarca--error {
    border-left-color: #b32d2e;
}