﻿* {
    box-sizing: border-box;
    font-family: Arial;
}

body {
    margin: 0;
    background-color: #f5f6f8;
    color: #1f1f1f;
    line-height: 1.5;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 1.5rem;
}

h1 {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

p {
    margin: 0.75rem 0;
}

ul {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
}

li {
    margin-bottom: 0.4rem;
}

.form-group {
    margin-top: .25rem;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

input[type="text"],
input[type="date"],
textarea {
    width: 100%;
    padding: 0.6rem;
    font-size: 1rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
/* Remove WebForms line breaks */
.radio-list br {
    display: none;
    margin-inline-start: 1.0rem;
}

/* One row per radio item */
.radio-list span {
    display: block;
    margin-bottom: 0.5rem;
}

/* Align radio + text inline */
.radio-list label {
    display: inline-flex !important;
    align-items: center;
    gap: 0.4rem;
    font-family: Arial;
}

/* Lock radio size */
.radio-list input[type="radio"] {
    margin: 0 0.45rem 0 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
}


/* Enlarge the radio button */
.radio-list input[type="radio"] {
    transform: scale(1.3);
    transform-origin: left center;
    margin: 0 0.55rem 0 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
}

/* Remove WebForms line break */
.checkbox-fix br {
    display: none;
    font-family: Arial;
}

/* Keep checkbox + text on one line */
.checkbox-fix label {
    display: inline-flex !important;
    align-items: center;
    gap: 0.45rem;
    font-family: Arial;
    cursor: pointer;
}


.checkbox-fix input[type="checkbox"] {
    transform: scale(1.3);
    transform-origin: left center;
    margin-right: 0.55rem;
}


/* Prevent checkbox distortion */
.checkbox-fix input[type="checkbox"] {
    margin: 0 0.45rem 0 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
}

button,
input[type="submit"] {
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background: #2a4d69;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.note {
    margin-top: 1.5rem;
    font-style: italic;
    color: red;
}

/* Mobile */
@media (max-width: 600px) {
    .container {
        padding: 1rem;
    }

    h1 {
        font-size: 1.35rem;
    }
}

/* Print / PDF */
@media print {
    body {
        background: #ffffff;
        }

    .container {
        max-width: 100%;
        padding: 0;
    }

    button,
    input[type="submit"] {
        display: none;
    }
}

.inline-value {
    display: inline;
    font-weight: 600;
    margin-left: 6px;
}


.auto-style16 {
    height: 59px;
}

