.ccaop-wrap .ccaop-grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 24px;
  align-items: start;
}

.ccaop-wrap .ccaop-field{
  margin-bottom: 16px;
}

.ccaop-wrap .ccaop-field label{
  display:block;
  margin-bottom: 6px;
}

.ccaop-wrap .ccaop-field input[type="text"],
.ccaop-wrap .ccaop-field select{
  width: 100%;
  max-width: 520px;
}

.ccaop-wrap .ccaop-hint{
  margin-left: 8px;
  color: #6c7781;
}

.ccaop-right .ccaop-card{
  background: #fff;
  border: 1px solid #ccd0d4;
  padding: 16px;
  margin-bottom: 12px;
}

.ccaop-right .ccaop-donate{
  width: 100%;
  text-align: center;
}

.ccaop-right .ccaop-card img {
    width: 120px;
    border-radius: 5px;
    border: 1px dashed;
    padding: 4px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 0 3px 0px;
}

.ccaop-card {
    text-align: center;
}