.lnpw_pay {
  background-color: #ecf0f1;
  padding: 30px;
}

.lnpw_pay__content,
.lnpw_pay__preview {
  text-align: center;
}

.lnpw_pay__footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
#lnpw_pay__button {
  background: #f6b330;
  border-radius: 0.25rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 0.5rem;
  margin: 0.25rem;
  cursor: pointer;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.lnpw_pay__loading p.loading.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.lnpw_pay__loading p.loading.spinner:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 5px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ffa500 #1d5aa3 #ffa500 #1d5aa3;
  animation: spinner 1s linear infinite;
}

.lnpw_help > a.lnpw_help__link {
  margin-top: 5px;
  color: #2980b9;
  text-decoration: underline;
}

.lnpw_pay__loading p.loading.spinner {
  margin-top: 5px;
}

.lnpw_pay__content p {
  margin-top: 20px;
  font-size: 1.1em;
}
.lnpw_pay__footer div.lnpw_help{
  margin-top: 3em;
}

.lnpw_store {
  display: flex;
}
.lnpw_store_video {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
}
.lnpw_store_video_preview {
  height: auto;
  max-width: 50%;
}

a.lnpw_pay__download{
  text-decoration: none;
  background-color: #0073aa;
  border-radius: 5px;
  padding: 0.7em 1.4em;
  cursor: pointer;
  color: white;
  line-height: 1.8;
  font-weight: bold;
}