.payment-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.payment-info.centered,
.payment-form.centered {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
}

.pay-journal-cover {
  width: 200px;
}

.pay-journal-cover img {
  display: block;
  box-shadow: 4px 4px 0px 0px rgba(0, 29, 51, 1);
}

.payment-info.centered.retro-article-card {
  /* display: flex; */
  padding: 24px;
  /* background: #f9f7f4; */
  border-right: 1px solid #d4c9b8;
}

.cover-section {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.cover-section img {
  max-width: 200px;
}

.retro-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #c7254e;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 2px;
}

.journal-title {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 0;
}

.header-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4c9b8;
}

.article-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.redirect-section {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.redirect-button {
  display: inline-block !important;
  padding: 8px 24px !important;
  background: #fff !important;
  color: #333 !important;
  text-decoration: none !important;
  border-radius: 20px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border: 1px solid #333 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
  min-width: auto !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  outline: none !important;
}

.redirect-button:hover {
  background: #333 !important;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

.redirect-button:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

.pay-complete-box .cmp_table {
  background-color: #fff;
  border: none;
  margin-bottom: 25px;
}

.pay-complete-box .cmp_table th,
.pay-complete-box .cmp_table td {
  padding: 8px;
  text-align: left;
  border-bottom: none;
  color: #333;
}

@media (max-width: 1000px) {

  .payment-info.centered,
  .payment-form.centered {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }

  .payment-info.centered.retro-article-card {
    border-right: none;
  }
}