.reeltalk-review-form-container { max-width: 800px; margin: 0 auto; }
.form-group { margin-bottom: 20px; }
.star-rating .star { font-size: 28px; cursor: pointer; color: #ccc; display: inline-block; }
.star-rating .star.selected { color: #D4AF37; }
.rating-category { margin-bottom: 15px; }
.reeltalk-score-preview { background: #0B1F4D; padding: 10px; border-radius: 8px; margin: 20px 0; text-align: center; color: #D4AF37; }
#suggest-casino-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.modal-content { background: #fff; padding: 20px; max-width: 500px; width: 90%; border-radius: 12px; position: relative; }
.close-modal { position: absolute; right: 15px; top: 10px; font-size: 28px; cursor: pointer; }
.review-card { border: 1px solid #ddd; padding: 15px; margin-bottom: 20px; border-radius: 12px; background: #f9f9f9; }
.review-header { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px; }
.review-footer { margin-top: 15px; border-top: 1px solid #eee; padding-top: 10px; }
.helpful-btn, .report-btn { margin-right: 15px; cursor: pointer; background: none; border: none; color: #D4AF37; }
@media (max-width: 768px) { .star-rating .star { font-size: 24px; } }