/*************************************************************
 * HELP PAGES — Dedicated Stylesheet
 * Referenced by Help.master (anonymous) and via HeadContent
 * when help pages render inside App.master (logged in).
 *************************************************************/

/* === HELP MASTER LAYOUT (anonymous only) === */
.help-master-wrapper {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 40px 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.help-master-header {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.help-master-header img {
    height: 32px;
}
.help-master-footer {
    margin-top: 40px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
    font-size: 10pt;
    color: #999;
}
.help-master-footer a {
    color: #888;
    text-decoration: none;
}
.help-master-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .help-master-wrapper {
        padding: 16px;
    }
}

/* === HELP CONTENT (shared by both masters) === */
.help-content {
    max-width: 700px;
    line-height: 1.6;
    color: #1a1a1a;
}
.help-content h1 {
    font-size: 18pt;
    margin-top: 1.4em;
    margin-bottom: 0.4em;
}
.help-content h2 {
    font-size: 14pt;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}
.help-content h3 {
    font-size: 12pt;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
.help-content p {
    margin: 0.8em 0;
    font-size: 11pt;
}
.help-content ol, .help-content ul {
    padding-left: 1.7em;
    margin: 0.8em 0;
    font-size: 11pt;
}
.help-content li {
    margin-bottom: 0.4em;
}

/* Callout box — amber left border */
.help-callout {
    background: #f8f8f5;
    border: 1px solid #e0ddd5;
    border-left: 4px solid #ba7517;
    padding: 12px 16px;
    margin: 1em 0;
    font-size: 11pt;
}
.help-callout p {
    margin: 0.4em 0;
}
.help-callout p:first-child { margin-top: 0; }
.help-callout p:last-child { margin-bottom: 0; }

/* Subtitle and intro */
.help-subtitle {
    font-size: 11pt;
    color: #666;
    margin-bottom: 0.3em;
}
.help-intro {
    font-size: 11pt;
    color: #555;
    font-style: italic;
    margin-bottom: 1.5em;
}

/* Summary table */
.help-summary-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 11pt;
    margin: 1em 0;
}
.help-summary-table th, .help-summary-table td {
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}
.help-summary-table th {
    font-weight: 600;
    white-space: nowrap;
    width: 35%;
}

/* Contact line */
.help-contact {
    margin-top: 2em;
    font-size: 11pt;
    color: #555;
    text-align: center;
}
.help-contact a {
    color: #555;
    text-decoration: none;
}
.help-contact a:hover {
    text-decoration: underline;
}
