/* static/static_for_dynamic_content/members/register.css */

.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}


.container2 {
    max-width: 800px;
    margin: 10px auto;
    padding: 10px;
    background-color: #E3E1E1;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.turnstile-wrapper {
	display: inline-block;
	width: 86px;
	height: 24px;
	z-index: 10;
}








/* Fix fieldset responsiveness */
form fieldset {
    border: none;              /* Remove default heavy border */
    margin: 0;                 /* Reset margin */
    padding: 0;                /* Reset padding */
    min-width: 0;              /* Prevent overflow on small screens */
    width: 100%;               /* Force responsiveness */
    box-sizing: border-box;    /* Include padding in width */
}

/* Style legend so it doesn’t break layout */
form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    font-size: 1.1em;
}

/* Make inputs and buttons responsive */
form .form-group input,
form .form-group button,
form button[type="submit"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}





/* Scale Cloudflare Turnstile CAPTCHA to 92% width */
.cf-turnstile {
    transform: scale(0.92);
    transform-origin: top left; /* keep it aligned with the input */
    display: inline-block;
}



fieldset legend {
    font-size: 1.5em;   /* roughly h2 size */
    font-weight: bold;
    margin-bottom: 10px;
}







.apple-notice-box {
    max-width: 800px;
    margin: 10px auto;
    padding: 18px;
    background-color: #f7f4d9;
    border-left: 6px solid #b39b00;
    border-radius: 8px;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

/* Make link easier to see for low-vision users */
.apple-notice-box a {
    text-decoration: underline;
    font-weight: 600;
}

/* Good contrast against pale background */
.apple-notice-box p {
    margin: 0;
    font-size: 1.05em;
    color: #333;
}

.visually-hidden {
    position: absolute !important;
    height: 1px; 
    width: 1px; 
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* prevent screen readers reading line breaks awkwardly */
}





