.oman-pr-form-wrap { max-width: 520px; margin: 20px 0; padding: 20px; border: 1px solid #e2e2e2; border-radius: 8px; background: #fafafa; }
.oman-pr-form-wrap h3 { margin-top: 0; }
.oman-pr-form-wrap label { display: block; font-weight: 600; margin-bottom: 4px; }
.oman-pr-form-wrap input[type=text], .oman-pr-form-wrap input[type=number], .oman-pr-form-wrap input[type=email], .oman-pr-form-wrap textarea, .oman-pr-form-wrap select { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 4px; box-sizing: border-box; }
.oman-pr-submit-btn { background: #fda132; border-color: #fda132; color: #fff; }
.oman-pr-form-message { margin-top: 10px; padding: 10px; border-radius: 4px; }
.oman-pr-form-message.success { background: #eaf7ea; color: #1c6b1c; }
.oman-pr-form-message.error { background: #fbeaea; color: #a12727; }

.oman-pr-float-btn { position: fixed; bottom: 24px; inset-inline-end: 24px; z-index: 9999; background: #fda132; color: #fff; border: none; border-radius: 30px; padding: 12px 20px; font-weight: 600; box-shadow: 0 2px 10px rgba(0,0,0,.2); cursor: pointer; }
.oman-pr-modal { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.oman-pr-modal-inner { position: relative; max-height: 90vh; overflow-y: auto; }
.oman-pr-modal-close { position: absolute; top: 8px; inset-inline-end: 16px; cursor: pointer; font-size: 24px; }

.oman-pr-badge { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; background: #eee; }
.oman-pr-status-oman_pending { background: #fff3cd; color: #856404; }
.oman-pr-status-oman_matched { background: #d1ecf1; color: #0c5460; }
.oman-pr-status-oman_confirmed { background: #d4edda; color: #155724; }
.oman-pr-status-oman_converted { background: #cce5ff; color: #004085; }
.oman-pr-status-oman_rejected, .oman-pr-status-oman_expired { background: #f8d7da; color: #721c24; }

.oman-pr-request-card { border: 1px solid #eee; border-radius: 6px; padding: 12px 16px; margin-bottom: 12px; }
.oman-pr-mini-timeline { margin: 8px 0 0; padding-inline-start: 18px; font-size: 13px; color: #555; }
.oman-pr-offers-list { margin: 10px 0; padding: 10px; background: #f7f7f7; border-radius: 6px; }
.oman-pr-offers-list h4 { margin: 0 0 8px; }
.oman-pr-offer-row { padding: 6px 0; border-bottom: 1px solid #e5e5e5; }
.oman-pr-offer-row:last-child { border-bottom: none; }
.oman-pr-offer-price { font-weight: 700; }

.oman-pr-media-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.oman-pr-media-thumbs img { width: 70px; height: 70px; object-fit: cover; border-radius: 4px; border: 1px solid #ddd; }
.oman-pr-media-thumbs video { width: 140px; height: 90px; border-radius: 4px; border: 1px solid #ddd; }

.oman-pr-vendor-card { border: 1px solid #eee; border-radius: 6px; padding: 14px 18px; margin-bottom: 14px; background: #fff; }
.oman-pr-offer-form { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.oman-pr-offer-form input { padding: 6px; border: 1px solid #ccc; border-radius: 4px; }
