.visitor-thanks {
margin: 0.9rem 0 1.1rem;
padding: 0.9rem 1rem;
border: 1px solid #f1d7c7;
border-radius: 12px;
background: linear-gradient(135deg, #fffaf2 0%, #fff3ee 100%);
box-shadow: 0 2px 10px rgba(125, 78, 50, 0.06);
color: var(--text-color, #1f2937);
text-align: center;
}
.visitor-thanks p {
margin: 0;
}
.visitor-thanks__lead {
font-size: 0.96rem;
font-weight: 700;
line-height: 1.55;
}
.visitor-thanks__body {
margin-top: 0.28rem !important;
font-size: 0.9rem;
line-height: 1.55;
}
.visitor-thanks__signature {
margin-top: 0.42rem !important;
color: #7a5a4a;
font-size: 0.82rem;
line-height: 1.5;
}
.visitor-thanks__flags {
margin-left: 0.12em;
white-space: nowrap;
}
@media (max-width: 380px) {
.visitor-thanks {
padding: 0.8rem 0.75rem;
}
.visitor-thanks__lead {
font-size: 0.92rem;
}
}