.content-divider{
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 10px 0 14px;
}

.page-actions{
  margin-bottom: 12px;
}

.filters-card{
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,.05);
}

.filters-grid label{
  margin-bottom: 0;
}

.filters-actions{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:10px;
}

@media (max-width: 900px){
  .filters-actions{
    justify-content:flex-start;
    margin-top: 8px;
  }
}
