summary {
  position: relative;
  display: inline-block!important;
  cursor: pointer!important;
  outline: 0;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: 0 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit
}
summary.learn-more {
  width: 15rem;
  height: auto
}
summary.learn-more .circle {
  transition: all .45s cubic-bezier(.65,0,.076,1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem
}
summary.learn-more .circle .icon {
  transition: all .45s cubic-bezier(.65,0,.076,1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff
}
summary.learn-more .circle .icon.arrow {
  transition: all .45s cubic-bezier(.65,0,.076,1);
  left: .625rem;
  width: 1.125rem;
  height: .125rem;
  background: 0 0
}
summary.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -.25rem;
  right: .0625rem;
  width: .625rem;
  height: .625rem;
  border-top: .125rem solid #fff;
  border-right: .125rem solid #fff;
  transform: rotate(45deg)
}
summary.learn-more .button-text {
  transition: all .45s cubic-bezier(.65,0,.076,1);
  position: absolute;
  top: .65rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center
}
summary:hover .circle {
  width: 100%
}
summary .button-text:hover .circle .icon .icon.arrow {
  background: #fff;
  transform: translate(1rem,0)
}
summary:hover .button-text {
  color: #fff
}