#attacks-filter {
  margin: 30px 0;
  border-bottom: 3px solid #135996;
  padding-bottom: 30px;
}
#attacks-filter .filter-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#attacks-filter .form-floating {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
@media (min-width: 992px) {
  #attacks-filter .form-floating {
    max-width: 200px;
  }
}
#attacks-filter .filter-footer {
  padding-top: 30px;
}

#attacks-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#attacks-list .post-item {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#attacks-list .post-item .post-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: space-between;
  height: 100%;
}
#attacks-list .post-item .post-meta {
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #attacks-list .post-item {
    max-width: calc(25% - 50px);
  }
}
#attacks-list .incident-injury {
  margin-bottom: 10px;
}

#load-more-button {
  margin-top: 50px;
}

#filters_active {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#filters_active .badge {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgb(180, 197, 253);
}

.clear-button {
  border-radius: 50%;
  padding: 0.2em;
  color: rgb(152, 47, 47);
  position: relative;
  font-weight: bold;
  font-size: large;
}
.clear-button:hover {
  color: red;
}

.incidents-archive-meta {
  margin-bottom: 50px;
}

.case-info-label {
  font-weight: bold;
}

.list-group-item-subtitle {
  background-color: #f1f0ed;
  padding: 30px;
}
.list-group-item-subtitle .case-info-heading {
  margin-bottom: 0;
}

ul.list-group {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.list-group-item {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  li.list-group-item {
    flex-direction: row;
    gap: 30px;
  }
}
li.list-group-item.list-group-item-subtitle {
  background-color: #f1f0ed;
  margin-top: 30px;
}
li.list-group-item.list-group-item-subtitle .case-info-heading {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .case-info-label {
    width: 100%;
    max-width: 30%;
  }
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 50px;
}/*# sourceMappingURL=nuns-child.css.map */