/* line 1, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources {
  display: flex;
  justify-content: center;
  background-color: var(--edc-blue-deep);
}

/* line 7, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div {
  display: flex;
  flex-direction: column;
  width: 960px;
  min-height: 429px;
  gap: 44px;
  padding: 50px 0;
}

/* line 15, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: var(--edc-white);
  text-transform: uppercase;
}

/* line 24, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

/* line 29, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a {
  display: block;
  background-position: 50% calc(100% - 1em);
  background-repeat: no-repeat;
  background-size: 150px 100%;
  text-align: center;
  width: 200px;
  height: 200px;
  padding-top: 190px;
  color: var(--edc-white);
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none !important;
  letter-spacing: 1.1px;
  white-space: nowrap;
}

/* line 45, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a:hover {
  color: var(--edc-yellow-gold);
}

/* line 48, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.find-support {
  background-image: url(/assets/branding/2025/find-support-1e1b2bff388ef9a549fe8fb87d755a9e10e7fe56bfb02ed6afa90132ff0798ec.svg);
}

/* line 51, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.find-support:hover {
  background-image: url(/assets/branding/2025/find-support--yellow-gold-d35c66227ebe5ceb1c1531969f3b25237bd0e275f0e8980fb2b3156bdba58143.svg);
}

/* line 54, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.killing-myself {
  background-image: url(/assets/branding/2025/killing-myself-c453384c206db5836746d7b8973b9ef255ff39bc53a78f7b93b4c151d9dee65d.svg);
}

/* line 57, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.killing-myself:hover {
  background-image: url(/assets/branding/2025/killing-myself--yellow-gold-eea2c7233dd638bc2dd6da978a6fc512db2c85dba9bd6420989f0f9807d5c052.svg);
}

/* line 60, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.drink-less {
  background-image: url(/assets/branding/2025/drink-less-1cb234d0372663bad7d6c61a89d3d172f8c2e26d3d40a327c669b11c26deca40.svg);
}

/* line 63, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
section.useful-resources > div > div a.drink-less:hover {
  background-image: url(/assets/branding/2025/drink-less--yellow-gold-3b9420f201e29edf5ec5f4e968ffcdbffb976730ac8131e452e5e87dd07687d1.svg);
}

@media screen and (max-width: 767px) {
  /* line 69, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
  section.useful-resources > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 429px;
    gap: 33px;
    padding: 50px 0;
  }

  /* line 77, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
  section.useful-resources > div h2 {
    text-align: center;
  }

  /* line 81, /app/app/assets/stylesheets/branding/2025/useful-resources.css.scss */
  section.useful-resources > div > div {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
