/*! purgecss start ignore */
/*! purgecss end ignore */
.node-card {
  position: relative;
  width: 19.125rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.25rem 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0 3.4375rem 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.node-card .field--name-title * {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: #282a2a;
}
@media (min-width: 768px) {
  .node-card .field--name-title * {
    font-size: 1.125rem;
  }
}
.node-card .field--name-field-image img {
  width: 100%;
  border-radius: 1.25rem;
}
.node-card > .node__content > *:not(:last-child) {
  margin-bottom: 1rem;
}
.node-card > .node__content > *.field--name-field-article-waste-type {
  margin-bottom: 0.5rem;
}
.node-card .btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0;
  transition: box-shadow 0.15s ease-in-out;
}
.node-card .btn-secondary:focus:before, .node-card .btn-secondary:active:before, .node-card .btn-secondary:hover:before {
  box-shadow: 0 0 3.4375rem 0 rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=node-card.css.map*/