/* Branding */
.rfq-wrap { font-family: Arial, sans-serif; background:#ffffff; padding:16px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.06); }
.rfq-header { display:flex; align-items:center; gap:12px; border-bottom:4px solid #0c71c3; padding-bottom:8px; margin-bottom:12px; }
.rfq-logo { height:56px; width:auto; border-radius:8px; }
.rfq-question { font-size:18px; color:#0c71c3; margin-bottom:8px; }
.rfq-options { list-style:none; padding:0; }
.rfq-options li { background:#f7f7f7; padding:12px; margin:8px 0; border-radius:8px; cursor:pointer; border:1px solid #e6e6e6; }
.rfq-options li:hover, .rfq-options li:active { background:#e9f5ff; }
.rfq-actions { margin-top:10px; display:flex; gap:8px; flex-wrap:wrap; }
.rfq-btn { background:#ffa000; color:#fff; border:none; padding:10px 14px; border-radius:8px; cursor:pointer; font-size:16px; }
.rfq-feedback { margin-top:8px; font-weight:700; }
.rfq-score { text-align:center; }
.rfq-share a { margin-right:8px; display:inline-block; }
@media (max-width:600px){ .rfq-question { font-size:16px; } .rfq-options li { padding:14px; font-size:16px; } .rfq-btn { width:100%; font-size:18px; padding:14px; } }