/* Basic modal styles - tweak as needed */
.rrt-modal { position: fixed; z-index: 99999; left:0; top:0; width:100%; height:100%; overflow:auto; background: rgba(0,0,0,0.5); display:none; }
.rrt-modal-content { background:#fff; margin: 6% auto; padding: 20px; border-radius: 6px; width: 90%; max-width:600px; box-shadow: 0 6px 24px rgba(0,0,0,0.2); }
.rrt-close{ float:right; font-size:24px; cursor:pointer; }
.rrt-modal-content h2{ margin-top:0; }
.rrt-modal-content label{ display:block; margin-top:12px; font-weight:600; }
.rrt-modal-content input[type="text"], .rrt-modal-content input[type="email"], .rrt-modal-content textarea { width:100%; padding:8px; box-sizing:border-box; border:1px solid #ddd; border-radius:4px; }
.rrt-modal-content textarea{ min-height:80px; }
.rrt-modal-content .button { margin-top:12px; }
.rrt-form-note{ font-size:12px; color:#666; margin-top:8px; }
body.rrt-modal-open{ overflow:hidden; }

/* Make Inquiry button look like standard WP/Woo button */
.rrt-inquiry-button { background:#21759b; color:#fff; border:0; padding:8px 14px; border-radius:4px; cursor:pointer; display:inline-block; }
