#page_stripe input[type="text"],
#page_stripe input[type="email"],
#page_stripe input[type="tel"],
#page_stripe input[type="number"],
#page_stripe select,
#page_stripe textarea { 
width: 100%; 
margin: 15px 0 0 0;
}
#page_stripe textarea { height: 156px; }
#page_stripe input[type="text"].error,
#page_stripe input[type="email"].error,
#page_stripe input[type="tel"].error,
#page_stripe input[type="number"].error,
#page_stripe select.error { 
border-color: #ff5759;
}
#page_stripe label.error {
font-weight: normal;
font-size: 12px;
color: #ff5759;
}
#page_stripe #btn_submit { margin-top: 25px; }
#page_stripe #details {
line-height: 1.5;
border-bottom: 1px solid #ccc;
padding-bottom: 30px;
margin-bottom: 30px;
}
#page_stripe .btn { margin-top: 25px; }
#page_stripe #card-element { margin-top: 15px; } .page-template-content-bespoke-range .inner-banner { margin-bottom: 50px; }
.page-template-content-bespoke-range .internalpage-con { padding-top: 100px; }
#bespoke #page_stripe { padding-bottom: 100px; }
#bespoke #page_stripe #powered {
background: #EDEAD7;
border-radius: 50px;
margin: 10px 0 15px;
}
#bespoke #page_stripe label {
font-family: 'Playfair Display';
color: #EDEAD7;
margin: 15px 0 5px;
font-weight: 700;
}
#bespoke #page_stripe input,
#bespoke #page_stripe #card-element {
width: 100%;
background: #ffffff;
height: 53px;
padding-left: 15px;
padding-right: 15px;
margin-top: 0;
font-family: 'Playfair Display';
color: #2a292c;
}
#bespoke #page_stripe input::placeholder,
#bespoke #page_stripe textarea::placeholder { color: #3a3a3a; }
#bespoke #page_stripe textarea {
height: 118px;
background: #ffffff;
width: 100%;
border: 0px;
color: #2a292c;
margin-top: 0;
font-family: 'Playfair Display';
padding: 15px;
display: block;
}
#bespoke #page_stripe #card-element { padding-top: 15px; }
#bespoke #page_stripe #btn_submit {
width: 100%;
background: #EDEAD7;
height: 52px;
color: #2a292c;
font-weight: 900;
font-family: 'Playfair Display';
font-size: 18px;
border: 0px;
cursor: pointer;
border-radius: 7px;
}
#bespoke #page_stripe #btn_submit:hover {
background: linear-gradient(
180deg
, #B57E10 -0.01%, #B57E10 15.04%, #E5C35C 46.29%, #F9DF7B 61.18%, #FFF3A6 71.91%, #F9DF7B 83.72%, #B57E10 99.82%);
}