/* Minor UI tweaks: ensure modal button has white text */
.gc-form-wrap.updated.final { max-width:720px; margin:28px auto; background:#fff; padding:28px; border-radius:12px; box-shadow:0 12px 40px rgba(0,0,0,0.08); font-family: 'Helvetica Neue', Arial, sans-serif; }
.gc-title { text-align:center; font-size:22px; margin:0 0 18px 0; font-weight:700; color:#222; }
.gc-form .gc-label { display:block; font-weight:600; margin-top:12px; color:#333; font-size:14px; }
.gc-input, .gc-select { width:100%; padding:12px 14px; margin-top:8px; border:1px solid #e6e6e6; border-radius:8px; box-sizing:border-box; font-size:14px; background:#fff; }
.gc-input::placeholder { color:#999; }
.gc-select { appearance:none; -webkit-appearance:none; -moz-appearance:none; background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%); background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right:40px; }
/* Modal buttons */
.gc-modal .gc-btn { display:inline-block; padding:8px 12px; margin:8px; background:#0073aa; color:#fff; border-radius:6px; text-decoration:none; }
/* Specifically ensure the "View your group" link is white text and has green background for prominence */
#gc-modal-link { background:#27ae60 !important; color:#ffffff !important; text-decoration:none !important; padding:8px 12px; border-radius:6px; display:inline-block; }
/* Close button styling - neutral */
.gc-close-btn { background:#555 !important; color:#fff !important; }
/* Rest of styling */
.gc-submit { margin-top:18px; width:100%; padding:14px 18px; border:none; background:#27ae60; color:#fff; font-weight:700; border-radius:8px; font-size:16px; cursor:pointer; }
.gc-submit:hover { opacity:0.95; }
.gc-modal { position:fixed; left:0; right:0; top:0; bottom:0; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.4); z-index:9999; }
.gc-modal-content { background:#fff; padding:20px; border-radius:10px; max-width:420px; width:90%; text-align:center; box-shadow:0 6px 30px rgba(0,0,0,0.12); }
.gc-list { max-width:900px; margin:20px auto; }
.gc-list-category { font-size:18px; margin-top:18px; color:#222; }
.gc-item { display:flex; justify-content:space-between; align-items:center; padding:12px; border-bottom:1px solid #f1f1f1; }
.gc-item-left { font-size:15px; }
.gc-item-right a { padding:8px 12px; border-radius:6px; text-decoration:none; background:#111; color:#fff; }
@media (max-width:600px){
  .gc-form-wrap.updated.final { padding:18px; margin:12px; }
  .gc-title { font-size:18px; }
  .gc-submit { padding:12px; font-size:15px; }
}
