#confirm-modal {
  z-index: 100;
}

.accountability_without_children__grid {
  display: grid;
  align-items: flex-start;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

@media (min-width: 768px) {

  .accountability_without_children__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 4rem;
  }
}

.accountability_without_children__grid {
  /* display the titles only for the first row in desktop */
}

@media (min-width: 768px) {

  .accountability_without_children__grid > :nth-child(1) .accountability_without_children__grid-title {
    display: block;
  }
}

.accountability_without_children__grid-title {
  margin-bottom: 2rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(62 76 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)) {
.accountability_without_children__grid-title {
    color: rgb(62 76 92 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {

  .accountability_without_children__grid-title {
    display: none;
  }
}

.accountability_without_children__grid .flash {
  margin: 0px;
}

/*# sourceMappingURL=decidim_overrides-78866c57.css.map*/