.ccw-pcc-wrap{
  max-width: 560px;
  padding: 20px;
  border: 1px solid rgba(13, 47, 80, .12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  font-family: inherit;
}

.ccw-pcc-title{
  margin: 0 0 14px 0;
  font-size: 1.25em;
  font-weight: 700;
  color: #0d2f50;
}

.ccw-pcc-label{
  display:block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0d2f50;
}

.ccw-pcc-row{
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.ccw-pcc-input{
  flex: 1;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(13, 47, 80, .18);
  outline: none;
  font-size: 1rem;
}

.ccw-pcc-input:focus{
  border-color: rgba(52, 164, 214, .85);
  box-shadow: 0 0 0 4px rgba(52, 164, 214, .18);
}

.ccw-pcc-button{
  padding: 12px 16px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(90deg, #34A4D6, #0d2f50);
  color: #fff;
  transition: transform .08s ease-in-out, opacity .08s ease-in-out;
}

.ccw-pcc-button:hover{
  opacity: .95;
  transform: translateY(-1px);
}

.ccw-pcc-button:active{
  transform: translateY(0px);
}

.ccw-pcc-help{
  margin: 10px 0 0 0;
  opacity: .75;
  font-size: .95em;
  color: #0d2f50;
}

.ccw-pcc-result{
  margin-top: 14px;
}

.ccw-pcc-msg{
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.ccw-pcc-yes{
  border: 1px solid rgba(52, 164, 214, .30);
  background: rgba(52, 164, 214, .10);
  color: #0d2f50;
}

.ccw-pcc-no{
  border: 1px solid rgba(13, 47, 80, .18);
  background: rgba(13, 47, 80, .05);
  color: #0d2f50;
}

.ccw-pcc-postcode{
  margin-bottom: 10px;
  font-weight: 600;
  color: #0d2f50;
}

.ccw-pcc-loading .ccw-pcc-button{
  opacity: .7;
  cursor: wait;
}
