.survey-card{width:100%;margin:0;border:1px solid #d7cec5;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(44,40,35,.07);color:var(--pop-ink);overflow:hidden}
.survey-card:focus-within{box-shadow:0 0 0 3px rgba(var(--pop-orange-rgb),.14),0 5px 18px rgba(44,40,35,.07)}
.survey-card-invitation{min-height:56px;display:flex;align-items:center;gap:11px;padding:8px 10px 8px 13px;cursor:pointer}
.survey-card-invitation-main{min-width:0;display:flex;flex:1;align-items:center;gap:11px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.survey-card-invitation-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#fff2eb;color:var(--pop-orange);font-size:15px}
.survey-card-invitation-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}
.survey-card-invitation-copy strong{overflow:hidden;color:var(--pop-ink);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.survey-card-invitation-copy small{color:#7d756d;font-size:10px}
.survey-card-invitation-actions{display:flex;align-items:center;gap:5px}
.survey-card-sure{border:0;border-radius:8px;background:var(--pop-orange);color:#fff;padding:7px 13px;font-size:12px;font-weight:700;cursor:pointer}
.survey-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:640px;margin:0 auto;padding:11px 16px 5px}
.survey-card-step{color:#746c64;font-size:11px;font-weight:600}
.survey-card-controls{display:flex;align-items:center;gap:7px}
.survey-card-link,.survey-card-close{border:0;background:transparent;color:#746c64;cursor:pointer}
.survey-card-link{padding:8px 2px;font-size:12px}
.survey-card-close{width:28px;height:28px;border-radius:7px;font-size:22px;line-height:1}
.survey-card-link:hover,.survey-card-close:hover{color:var(--pop-orange);background:#fff2eb}
.survey-card button:focus-visible,.survey-card input:focus-visible,.survey-card textarea:focus-visible,.survey-card a:focus-visible{outline:2px solid var(--pop-orange);outline-offset:2px}
.survey-card-progress{height:3px;background:#ebe5df}
.survey-card-progress-fill{display:block;height:100%;background:var(--pop-orange);transition:width .18s ease}
.survey-card-body{max-width:640px;margin:0 auto;padding:8px 16px 15px}
.survey-card-prompt{font-size:16px;line-height:1.4;margin:0 0 6px}
.survey-card-helper{margin:0 0 13px;color:#746c64;font-size:12px;line-height:1.45}
.survey-card-field{display:flex;flex-direction:column;gap:9px}
.survey-rating-scale{display:flex;flex-direction:column;gap:9px;width:max-content;max-width:100%}
.survey-rating-options{display:flex;flex-wrap:wrap;gap:5px}
.survey-rating-option input{position:absolute;opacity:0;pointer-events:none}
.survey-rating-option span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #d8d0c8;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600}
.survey-rating-option input:checked+span{border-color:var(--pop-orange);background:#fff2eb;color:#9e3b0c}
.survey-rating-labels{display:flex;justify-content:space-between;color:#817970;font-size:10px}
.survey-choice{display:flex;align-items:flex-start;gap:9px;padding:9px;border:1px solid #e4ddd6;border-radius:9px;font-size:12px;line-height:1.4;cursor:pointer}
.survey-choice:has(input:checked){border-color:var(--pop-orange);background:#fff8f4}
.survey-choice input{margin-top:2px;accent-color:var(--pop-orange)}
.survey-consent-choice{display:flex;align-items:flex-start;gap:10px;padding:4px 0;color:var(--pop-ink);font-size:14px;line-height:1.4;cursor:pointer}
.survey-consent-choice input{width:16px;height:16px;flex:0 0 16px;margin-top:2px;accent-color:var(--pop-orange)}
.survey-text-input,.survey-contact-field input{width:100%;border:1px solid #d8d0c8;border-radius:9px;padding:10px;color:var(--pop-ink);font:inherit;background:#fff}
textarea.survey-text-input{min-height:82px;resize:vertical}
.survey-testimonial-consent{display:flex;align-items:flex-start;gap:8px;padding:10px;border:1px solid #decde8;border-radius:9px;background:#fcf8ff;color:#5f3c79;font-size:11px;line-height:1.45;cursor:pointer}
.survey-testimonial-consent input{margin-top:2px;accent-color:var(--pop-orange)}
.survey-testimonial-attribution{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0;border:1px solid #e4ddd6;border-radius:9px;padding:10px;background:#faf8f5}
.survey-testimonial-attribution[hidden]{display:none}
.survey-testimonial-attribution legend{padding:0 5px;color:#5f5750;font-size:11px;font-weight:700}
.survey-attribution-field{display:flex;flex-direction:column;gap:4px;color:#655e57;font-size:10px;font-weight:600}
.survey-attribution-field:last-child{grid-column:1/-1}
.survey-attribution-field input{width:100%;border:1px solid #d8d0c8;border-radius:8px;padding:9px;color:var(--pop-ink);font:inherit;background:#fff}
.survey-contact-field{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:600;color:#655e57}
.survey-card-error{min-height:18px;margin-top:7px;color:#b42318;font-size:11px}
.survey-card-next,.survey-review-link{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--pop-orange);color:#fff;padding:9px 15px;font-size:12px;font-weight:700;text-decoration:none;cursor:pointer}
.survey-card-next:disabled{background:var(--pop-orange-disabled);cursor:wait}
.survey-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:3px}
.survey-card-thanks{max-width:640px;margin:0 auto;padding:20px 16px;text-align:center}
.survey-card-check{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 auto 8px;border-radius:50%;background:#eaf8ef;color:#18794e;font-size:20px;font-weight:800}
.survey-card-thanks h3{font-size:17px;margin-bottom:7px}
.survey-card-thanks p{font-size:12px;color:#655e57;margin-bottom:13px}
@media(max-width:480px){.survey-card-invitation{gap:8px}.survey-card-invitation-icon{display:none}.survey-card-invitation-copy strong{white-space:normal}.survey-rating-option span{width:29px;height:31px}.survey-card-body{padding:8px 13px 13px}.survey-card-header{padding-left:13px;padding-right:13px}.survey-testimonial-attribution{grid-template-columns:1fr}.survey-attribution-field:last-child{grid-column:auto}}
