/**
 * This file is for the Activity Dashboard hero component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 57.5em) {
  .c-dashboard__wrap {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .c-dashboard__wrap:after {
    clear: both;
  }
  .c-dashboard__wrap > * {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 50%;
  }
}

@media (max-width: 57.49em) {
  .c-dashboard__media {
    margin-bottom: 30px;
  }
}
.c-dashboard__media img {
  width: 100%;
  height: auto;
}
@media (min-width: 57.5em) {
  .c-dashboard__media img {
    object-fit: cover;
    height: 400px;
  }
}

.c-dashboard__content {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.c-dashboard__content-items-wrap {
  padding: 20px 20px 20px 20px;
}

.c-dashboard__content-items {
  overflow-y: scroll;
  max-height: 210px;
}
@media (min-width: 57.5em) {
  .c-dashboard__content-items {
    max-height: 296px;
  }
}

.c-dashboard__content-items::-webkit-scrollbar {
  width: 7px;
}

.c-dashboard__content-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.c-dashboard__content-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(81, 131, 37, 0.9);
  box-shadow: 0 0 1px rgba(220, 220, 220, 0.9);
}

.c-dashboard__item {
  padding-bottom: 16px;
}
@media (min-width: 57.5em) {
  .c-dashboard__item {
    padding-bottom: 18px;
  }
}
.c-dashboard__item p {
  margin-bottom: 0;
  font-size: 0.8888888889rem;
}
@media (min-width: 57.5em) {
  .c-dashboard__item p {
    font-size: 1rem;
  }
}

.c-dashboard__ext-link {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=activity-dashboard.css.map */
