/* Breadcrumbs Mobile — shared document stylesheet
   Load this after any LibreOffice-generated <style> block so overrides take effect.
   Do not edit the LibreOffice <style> block; edit this file instead. */

/* Sans-serif on everything, including list numbers */
body, h1, h2, h3, h4, ol, ul, li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #F5F0EB;
    color: #3B2F24;
    max-width: 720px;
    margin: 0 auto;
    /* !important overrides the padding:0in LibreOffice stamps on the body element */
    padding: 1.25rem 1.5rem !important;
    line-height: 1.55;
}

h1 {
    color: #C2571A;
    line-height: 1.3;
    border-bottom: 2px solid #D4A853;
    padding-bottom: 0.3rem;
    margin-top: 0.25rem;
}

h1 img {
    height: 1.1em;
    vertical-align: middle;
    margin-right: 0.35em;
}

h2 {
    color: #C2571A;
    border-bottom: 1px solid #D4A853;
    padding-bottom: 0.15rem;
    margin-top: 1.75rem;
    line-height: 1.35;
}

h3 {
    color: #2C6B3F;
    line-height: 1.35;
}

p {
    color: #3B2F24;
    line-height: 1.55;
    margin-bottom: 0.6em;
}

ol, ul {
    padding-left: 1.6rem;
    line-height: 1.55;
}

li {
    color: #3B2F24;
    margin-bottom: 0.35em;
}

hr {
    border: none;
    border-top: 1px solid #D4A853;
    margin: 1rem 0;
}

a, a:link, a:visited {
    color: #5B8FAF;
}

a:hover {
    color: #C2571A;
}

/* Utility classes shared across terms, privacy, and help */

.effective-date {
    color: #6B5B4A;
    font-style: italic;
}

.highlight {
    background: #E8E0D5;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 14px 0;
    border-left: 3px solid #C2571A;
}

.contact {
    background: #E8E0D5;
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
}

/* Shared footer nav across terms, privacy, and help */
.doc-footer {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid #D4A853;
    text-align: center;
    font-size: 0.9rem;
    color: #6B5B4A;
}

.doc-footer a {
    margin: 0 0.5rem;
    white-space: nowrap;
}
