.app-intro {
    background: #f2fafa;
    border-left: 4px solid #138c1e;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-size: 13px;
}

.app-section {
    margin-bottom: 28px;
    border: 1px solid #dde8e8;
    border-radius: 4px;
    overflow: hidden;
}

.app-section h2 {
    background: #0a3d59;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 8px 14px;
}

.app-section-body {
    padding: 14px 16px;
}

.app-row {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.app-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 140px;
}

.app-field.wide {
    flex: 2;
}

.app-field.full {
    flex: 1 1 100%;
}

.app-field.narrow {
    flex: 0 0 100px;
}

.app-field label {
    font-size: 11px;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}

.app-field input[type=text],
.app-field input[type=date],
.app-field select,
.app-field textarea {
    border: 1px solid #c5d8d8;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.app-field textarea {
    resize: vertical;
    min-height: 70px;
}

.app-yesno {
    margin-bottom: 12px;
}

.app-yesno p {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #333;
}

.app-yesno .app-yesno-options {
    display: flex;
    gap: 20px;
}

.app-yesno label {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.app-yesno-explain {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.app-yesno-explain textarea {
    width: 100%;
    max-width: 600px;
    border: 1px solid #c5d8d8;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    min-height: 55px;
    resize: vertical;
}

.app-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 4px;
}

.app-checkboxes label {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.app-hours-grid {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 6px 12px;
    align-items: center;
    max-width: 400px;
}

.app-hours-grid span {
    font-size: 13px;
    font-weight: bold;
    color: #555;
}

.app-hours-grid input {
    border: 1px solid #c5d8d8;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.app-employer-block {
    background: #f9fbfb;
    border: 1px solid #dde8e8;
    border-radius: 4px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.app-employer-block h3 {
    font-size: 13px;
    font-weight: bold;
    color: #0a3d59;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.app-disclaimer {
    font-size: 12px;
    color: #666;
    font-style: italic;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.app-submit {
    margin-top: 8px;
}

.app-submit input[type=submit] {
    font-size: 18px;
    padding: 10px 40px;
}

.app-section-body .app-note {
    font-size: 12px;
    color: #666;
    margin-top: -6px;
    margin-bottom: 10px;
    font-style: italic;
}
