.ybp-crm-form-wrap {
max-width: 760px;
margin: 2em 0;
}
.ybp-crm-form-row {
margin: 0 0 1.25em;
}
.ybp-crm-form-row > label:first-child {
display: block;
margin-bottom: .4em;
font-weight: 600;
}
.ybp-crm-form-row input[type="text"],
.ybp-crm-form-row input[type="email"],
.ybp-crm-form-row input[type="tel"],
.ybp-crm-form-row input[type="number"],
.ybp-crm-form-row input[type="date"],
.ybp-crm-form-row textarea,
.ybp-crm-form-row select {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.ybp-crm-inline-choice {
display: block;
margin: .4em 0;
}
.ybp-crm-form-button {
display: inline-block;
padding: .7em 1.2em;
cursor: pointer;
}
.ybp-crm-button-secondary {
margin-right: .75em;
}
.ybp-crm-form-errors {
padding: 1em;
margin-bottom: 1.5em;
border: 1px solid #d63638;
}
.ybp-crm-form-errors ul {
margin: 0 0 0 1.2em;
}
.ybp-crm-confirm-list {
display: grid;
grid-template-columns: minmax(140px, 220px) 1fr;
border-top: 1px solid #ddd;
}
.ybp-crm-confirm-list dt,
.ybp-crm-confirm-list dd {
margin: 0;
padding: .8em;
border-bottom: 1px solid #ddd;
}
.ybp-crm-confirm-list dt {
font-weight: 600;
}
.ybp-crm-hp {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
}
.ybp-crm-required-mark {
color: #c00;
margin-left: .25em;
}
@media (max-width: 600px) {
.ybp-crm-confirm-list {
grid-template-columns: 1fr;
}
.ybp-crm-confirm-list dt {
border-bottom: 0;
padding-bottom: .25em;
}
.ybp-crm-confirm-list dd {
padding-top: .25em;
}
}
.ybp-crm-form-message,
.ybp-crm-completion-message {
margin-bottom: 1.5em;
}
.ybp-crm-autofill-notice,
.ybp-crm-form-notice {
margin: 0 0 1em;
padding: .75em 1em;
background: rgba(0,0,0,.04);
}
.ybp-crm-autofill-notice {
display: flex;
flex-wrap: wrap;
gap: .75em;
align-items: center;
justify-content: space-between;
}
.ybp-crm-forget-button {
border: 0;
background: transparent;
padding: 0;
text-decoration: underline;
cursor: pointer;
}
.ybp-crm-form-help {
margin: .4em 0 0;
font-size: .9em;
} .ybp-crm-form-row input[type="time"],
.ybp-crm-form-row input[type="datetime-local"] {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.ybp-crm-confirm-actions {
display: flex;
gap: .75em;
align-items: center;
flex-wrap: wrap;
margin-top: 1.5em;
}
.ybp-crm-confirm-actions .ybp-crm-button-secondary {
margin-right: 0;
text-decoration: none;
} .ybpcrm-process-shell {
width: 100%;
box-sizing: border-box;
padding: 2rem 1rem 3rem;
}
.ybpcrm-process-inner {
width: 100%;
max-width: 760px;
margin: 0 auto;
}
.ybpcrm-process-title {
margin: 0 0 1.25rem;
}