.sp01-store-cta {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.sp01-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 22px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

.sp01-store-button:hover,
.sp01-store-button:focus {
  color: #fff;
}

.sp01-store-icon {
  font-size: 22px;
}

.sp01-text-justify {
  text-align: justify;
}

.sp01-primary-action {
  text-align: right;
}
