.qlucore-cta-box {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #00a2e0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  z-index: 4;
  max-width: 300px;
}

.qlucore-cta-box__button {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent url("../icons/chevron-up-white.svg") right 20px center/20px no-repeat;
  text-transform: none;
  padding: 15px 81px 20px 20px;
  line-height: 1em;
  border-radius: 6px;
  text-align: left;
}

.qlucore-cta-box__button::after {
  content: '';
  display: block;
  position: absolute;
  right: 60px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background-color: #fff;
}

.qlucore-cta-box__inner {
  line-height: 1.5em;
  display: none;
  visibility: hidden;
}

.qlucore-cta-box__inner p {
  padding: 1rem 1rem 0rem;
}

.qlucore-cta-box__content a,
.qlucore-cta-box-link {
  align-items: center;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  display: inline-flex;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-decoration: underline;
}

.qlucore-cta-box-link {
  padding: 1rem;
}

.qlucore-cta-box__content a {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  width: calc(100% + 1rem);
}

.qlucore-cta-box__inner a::before,
.qlucore-cta-box-link::before {
  content: '';
  display: inline-block;
  background: transparent url("../icons/arrow-right-white.svg") center/contain no-repeat;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin-right: 10px;
}

/* Expanded */
.qlucore-cta-box.qlucore-cta-box--expanded .qlucore-cta-box__inner {
  display: block;
  visibility: visible;
}

.qlucore-cta-box.qlucore-cta-box--expanded .qlucore-cta-box__button {
  background-image: url("../icons/chevron-down-white.svg");
}
