/* Update222: champagne-gold, dimensional treatment for checkout identity fields only. */
.p-field input{
  border:1px solid #c7a960;
  background:linear-gradient(180deg,#fffefb 0%,#fbf7ee 100%);
  box-shadow:0 5px 14px rgba(92,67,19,.08),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -1px 0 rgba(183,138,45,.12);
  color:var(--ink);
  outline:0;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.p-field input:hover{
  border-color:#b78a2d;
  background:#fffef9;
  box-shadow:0 7px 17px rgba(92,67,19,.11),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(183,138,45,.15);
}
.p-field input:focus{
  border-color:#9c741e;
  background:#fff;
  box-shadow:0 0 0 3px rgba(232,204,123,.24),0 9px 22px rgba(92,67,19,.13),inset 0 1px 0 #fff;
}
/* Update232: the approved Premium offer has two price stages only. */
.p-price-grid.p-price-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin-inline:auto}
@media(max-width:700px){.p-price-grid.p-price-grid-two{grid-template-columns:1fr}}
