.page-wrapper {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}

.section {
  margin-top: .5rem;
}

.section .payment[open] .payment-summary .svg {
  transform: rotate(180deg);
}

.section .payment-summary {
  color: #27282b;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.section .payment-summary .title {
  -webkit-user-select: none;
  user-select: none;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.section .payment-summary .svg {
  flex-shrink: 0;
  margin-top: .125rem;
}

.section .payment-content {
  overflow: hidden;
}

.section .payment-content p {
  color: #373635;
  margin-block: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.section .payment-content p:last-child {
  margin-bottom: 0;
}
