.rwsc-form {
display: grid;
gap: 16px;
box-sizing: border-box;
width: 100%;
max-width: var(--rwsc-max-width, 560px);
padding: 24px;
border-radius: 8px;
background: var(--rwsc-background, #fff);
color: var(--rwsc-text, #202020);
}
.rwsc-intro h2 {
margin: 0 0 8px;
color: inherit;
}
.rwsc-description > :first-child {
margin-top: 0;
}
.rwsc-description > :last-child {
margin-bottom: 0;
}
.rwsc-field label {
display: block;
margin-bottom: 6px;
font-weight: 600;
}
.rwsc-field input[type="email"] {
box-sizing: border-box;
width: 100%;
}
.rwsc-consent {
display: flex;
gap: 10px;
align-items: flex-start;
}
.rwsc-footnote {
font-size: 13px;
line-height: 1.4;
}
.rwsc-honeypot {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.rwsc-submit[disabled] {
cursor: wait;
opacity: .65;
}
.rwsc-submit {
justify-self: start;
padding: 12px 18px;
border: 0;
border-radius: 4px;
background: var(--rwsc-primary, #8b1e24);
color: #fff;
font-weight: 600;
cursor: pointer;
}
.rwsc-status {
min-height: 1.5em;
margin: 0;
}
.rwsc-status--success {
color: #16733c;
}
.rwsc-status--error {
color: #a21d1d;
}