.cam-modal-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.65); z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.cam-modal-container { background: #fff; border-radius: 8px; max-width: 420px; width: 100%; padding: 30px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.2); font-family: sans-serif; }
.cam-modal-close { position: absolute; top: 12px; right: 15px; font-size: 26px; line-height: 1; background: none; border: none; cursor: pointer; color: #777; }
.cam-tab-content h2 { margin-top: 0; font-size: 1.5rem; text-align: center; }
.cam-field { margin-bottom: 15px; } 
.cam-field label { display: block; margin-bottom: 5px; font-size: 0.9rem; font-weight: 500; }
.cam-field input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.cam-checkbox-field { margin-bottom: 15px; font-size: 0.85rem; }

/* Primary Button Color Updated */
.cam-submit-btn { width: 100%; padding: 11px; background: #028b46; color: #fff; border: none; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; }
.cam-submit-btn:hover { background: #026e38; }

.cam-link-btn { background: none; border: none; padding: 0; color: #028b46; cursor: pointer; text-decoration: underline; }
.cam-bold { font-weight: bold; } 
.cam-sublinks { text-align: right; margin-top: 8px; font-size: 0.85rem; }
.cam-switch-footer { margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; text-align: center; font-size: 0.9rem; }
.cam-modal-feedback { display: none; padding: 10px; border-radius: 4px; margin-bottom: 15px; font-size: 0.85rem; }
.cam-modal-feedback.cam-error { background: #ffe6e6; color: #c00; border: 1px solid #ffb8b8; display: block; }
.cam-modal-feedback.cam-success { background: #e8f7e8; color: #1e7e34; border: 1px solid #c2eec2; display: block; }

/* Social Buttons */
.cam-divider { text-align: center; border-bottom: 1px solid #ddd; line-height: 0.1em; margin: 25px 0 20px; }
.cam-divider span { background: #fff; padding: 0 10px; color: #888; font-size: 0.85rem; }
.cam-social-btn { display: block; width: 100%; padding: 10px; margin-bottom: 10px; text-align: center; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 0.9rem; }
.cam-google { background: #fff; color: #555; border: 1px solid #ccc; }
.cam-facebook { background: #1877F2; color: #fff; border: 1px solid #1877F2; }