/**
 * This file is for theme month box styling.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-sidebar-box {
  background-color: #f0f0f0;
  margin-bottom: 24px;
  position: relative;
}
.c-sidebar-box.c-sidebar-box--activity {
  overflow: hidden;
}
.c-sidebar-box.c-sidebar-box--activity:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_branch.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 146px;
  height: 170px;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.c-sidebar-box__wrap {
  padding: 26px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-sidebar-box--activity .c-sidebar-box__wrap {
  position: relative;
  z-index: 100;
}

.c-sidebar-box__title {
  text-align: center;
  margin-bottom: 14px;
}
.c-sidebar-box__title > h2.h6-heading {
  font-weight: 700;
}

.c-sidebar-box__icon {
  margin-bottom: 10px;
}

/*# sourceMappingURL=sidebar-box.css.map */
