.rr-wrap {
max-width: 720px;
margin: 0 auto;
padding: 8px 0 24px;
font-size: 16px;
line-height: 1.55;
}
.rr-title {
font-size: 1.7em;
margin: 0 0 .6em;
}
.rr-intro p,
.rr-form-intro {
margin: 0 0 .8em;
}
.rr-legal-ref {
font-size: .85em;
color: #6b7280;
} .rr-btn {
display: inline-block;
font-size: 1.05em;
font-weight: 700;
line-height: 1.2;
padding: 14px 26px;
border-radius: 8px;
border: 0;
cursor: pointer;
text-decoration: none;
transition: background-color .15s ease, transform .05s ease;
}
.rr-btn:active {
transform: translateY(1px);
} .rr-btn-recesso {
background: #1f2430;
color: #ffffff;
}
.rr-btn-recesso:hover,
.rr-btn-recesso:focus {
background: #343b4d;
color: #ffffff;
} .rr-btn-conferma {
background: #b32d2e;
color: #ffffff;
}
.rr-btn-conferma:hover,
.rr-btn-conferma:focus {
background: #952425;
color: #ffffff;
}
.rr-button-row {
margin: 20px 0 8px;
}
.rr-btn-link {
text-decoration: none;
color: #6b7280;
font-size: .95em;
}
.rr-btn-link:hover {
color: #1f2430;
} .rr-infobox {
background: #f3f6fb;
border: 1px solid #d7e0ee;
border-left: 4px solid #1f2430;
border-radius: 8px;
padding: 14px 18px;
margin: 0 0 22px;
font-size: .92em;
line-height: 1.5;
}
.rr-infobox p {
margin: 0 0 8px;
}
.rr-infobox ul {
margin: 6px 0 0;
padding-left: 20px;
}
.rr-infobox li {
margin: 0 0 5px;
} .rr-form {
margin-top: 12px;
}
.rr-fieldset {
border: 1px solid #e3e6ea;
border-radius: 10px;
padding: 16px 18px 6px;
margin: 0 0 18px;
}
.rr-fieldset legend {
font-weight: 700;
padding: 0 8px;
font-size: .95em;
color: #1f2430;
}
.rr-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4px 18px;
}
@media (max-width: 560px) {
.rr-grid {
grid-template-columns: 1fr;
}
}
.rr-field {
display: flex;
flex-direction: column;
margin: 0 0 14px;
}
.rr-field-full {
grid-column: 1 / -1;
}
.rr-field label {
font-size: .88em;
font-weight: 600;
margin-bottom: 5px;
color: #374151;
}
.rr-field input,
.rr-field textarea {
width: 100%;
padding: 10px 12px;
border: 1px solid #cfd4da;
border-radius: 7px;
font-size: 1em;
font-family: inherit;
box-sizing: border-box;
background: #fff;
}
.rr-field input:focus,
.rr-field textarea:focus {
outline: none;
border-color: #1f2430;
box-shadow: 0 0 0 3px rgba(31, 36, 48, .12);
}
.rr-req {
color: #b32d2e;
}
.rr-hint {
font-size: .8em;
color: #6b7280;
margin-top: 4px;
}
.rr-has-error input,
.rr-has-error textarea {
border-color: #b32d2e;
}
.rr-err {
color: #b32d2e;
font-size: .82em;
margin-top: 4px;
} .rr-radio-group {
margin: 4px 0 14px;
}
.rr-radio-label {
display: block;
font-size: .88em;
font-weight: 600;
color: #374151;
margin-bottom: 6px;
}
.rr-radio {
display: inline-flex;
align-items: center;
gap: 6px;
margin-right: 20px;
font-size: .95em;
} .rr-actions {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-top: 8px;
flex-wrap: wrap;
} .rr-alert {
padding: 12px 16px;
border-radius: 8px;
margin: 0 0 16px;
font-size: .95em;
}
.rr-alert-error {
background: #fdecec;
border: 1px solid #f3b6b6;
color: #932020;
} .rr-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .rr-confirm {
text-align: center;
}
.rr-check {
width: 64px;
height: 64px;
line-height: 64px;
margin: 0 auto 16px;
border-radius: 50%;
background: #1e7e34;
color: #fff;
font-size: 34px;
}
.rr-protocol {
font-size: 1.05em;
} .rr-badge {
display: inline-block;
padding: 2px 8px;
border-radius: 10px;
font-size: 11px;
font-weight: 600;
background: #eef0f2;
color: #374151;
}