.cr-quick-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  &--disabled {
    filter: grayscale(1);
    opacity: 0.5;
  }
  &__image {
    background: #ffffff;
    border: 1px solid #edeff1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  &__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #2c3b38;
    margin-top: 12px;
  }
}
