/* =========================================================
   DUAL OCCUPANCY CANBERRA
   AI-GENERATED CONTENT DEFAULT STYLES

   Main wrapper:
   <div id="faq-single">...</div>
========================================================= */

#faq-single {
    --doc-blue: #2457e6;
    --doc-blue-dark: #1746ce;
    --doc-blue-light: #eef3ff;
    --doc-heading: #111827;
    --doc-text: #333b48;
    --doc-muted: #687386;
    --doc-border: #dfe4ec;
    --doc-soft-border: #e9edf3;
    --doc-background: #f7f9fc;
    --doc-white: #ffffff;

    width: 100%;
    color: var(--doc-text);
        font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    word-break: normal;
    overflow-wrap: break-word;
}

/* Reset elements only inside the content wrapper */

#faq-single *,
#faq-single *::before,
#faq-single *::after {
    box-sizing: border-box;
}

#faq-single article,
#faq-single header,
#faq-single section,
#faq-single aside,
#faq-single figure,
#faq-single details {
    max-width: 100%;
}

/* =========================================================
   PARAGRAPHS AND GENERAL SPACING
========================================================= */

#faq-single p {
    margin: 0 0 15px;
    color: var(--doc-text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

#faq-single p:last-child {
    margin-bottom: 0;
}

#faq-single section {
    margin: 0 0 32px;
}

#faq-single section:last-child {
    margin-bottom: 0;
}

#faq-single article {
    margin: 0;
    padding: 0;
}

/* =========================================================
   HEADINGS
========================================================= */

#faq-single h1,
#faq-single h2,
#faq-single h3,
#faq-single h4,
#faq-single h5,
#faq-single h6 {
    margin-top: 0;
    color: var(--doc-heading);
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

#faq-single h1 {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.08;
}

#faq-single h2 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.2;
}

#faq-single h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.3;
}

#faq-single h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.35;
}

#faq-single h5 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.4;
}

#faq-single h6 {
    margin-bottom: 8px;
    color: var(--doc-muted);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Spacing when headings appear after content */

#faq-single p + h2,
#faq-single ul + h2,
#faq-single ol + h2,
#faq-single table + h2,
#faq-single blockquote + h2,
#faq-single figure + h2 {
    margin-top: 32px;
}

#faq-single p + h3,
#faq-single ul + h3,
#faq-single ol + h3,
#faq-single table + h3 {
    margin-top: 24px;
}

#faq-single p + h4,
#faq-single ul + h4,
#faq-single ol + h4 {
    margin-top: 20px;
}

/* Blue highlighted words like the page hero heading */

#faq-single h1 span,
#faq-single h2 span,
#faq-single h3 span {
    color: var(--doc-blue);
}

/* =========================================================
   LINKS
========================================================= */

#faq-single a {
    color: var(--doc-blue);
    font-weight: 500;
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

#faq-single a:hover,
#faq-single a:focus {
    color: var(--doc-blue-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* =========================================================
   INLINE TEXT ELEMENTS
========================================================= */

#faq-single strong,
#faq-single b {
    color: var(--doc-heading);
    font-weight: 700;
}

#faq-single em,
#faq-single i {
    font-style: italic;
}

#faq-single u {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#faq-single mark {
    color: var(--doc-heading);
    background: #fff3b5;
    border-radius: 3px;
    padding: 1px 4px;
}

#faq-single small {
    color: var(--doc-muted);
    font-size: 12px;
}

#faq-single del {
    color: #9c4a4a;
}

#faq-single ins {
    color: #17633d;
    text-decoration-color: #17633d;
    text-underline-offset: 3px;
}

#faq-single abbr[title] {
    cursor: help;
    text-decoration: underline dotted;
    text-underline-offset: 3px;
}

#faq-single cite {
    color: var(--doc-muted);
    font-style: italic;
}

#faq-single time {
    color: var(--doc-muted);
    font-size: 12px;
}

#faq-single q {
    color: var(--doc-heading);
    font-style: italic;
}

#faq-single sup,
#faq-single sub {
    color: var(--doc-blue);
    font-size: 10px;
}

#faq-single dfn {
    color: var(--doc-heading);
    font-weight: 600;
}

#faq-single .highlight {
    display: inline;
    color: var(--doc-blue);
    background: var(--doc-blue-light);
    border-radius: 3px;
    padding: 2px 5px;
}

/* =========================================================
   HORIZONTAL DIVIDER
========================================================= */

#faq-single hr {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: var(--doc-border);
    border: 0;
}

/* =========================================================
   LISTS
========================================================= */

#faq-single ul,
#faq-single ol {
    margin: 0 0 18px;
    padding-left: 23px;
}

#faq-single li {
    margin: 0 0 7px;
    padding-left: 3px;
    color: var(--doc-text);
    font-size: 14px;
    line-height: 1.65;
}

#faq-single li:last-child {
    margin-bottom: 0;
}

#faq-single li::marker {
    color: var(--doc-blue);
    font-weight: 700;
}

#faq-single ul ul,
#faq-single ul ol,
#faq-single ol ul,
#faq-single ol ol {
    margin-top: 7px;
    margin-bottom: 5px;
}

/* Definition list */

#faq-single dl {
    margin: 0 0 20px;
    padding: 18px 20px;
    background: var(--doc-white);
    border: 1px solid var(--doc-border);
    border-radius: 6px;
}

#faq-single dt {
    margin: 0 0 5px;
    color: var(--doc-heading);
    font-size: 14px;
    font-weight: 700;
}

#faq-single dd {
    margin: 0 0 15px;
    color: var(--doc-text);
    font-size: 14px;
    line-height: 1.65;
}

#faq-single dd:last-child {
    margin-bottom: 0;
}

/* =========================================================
   BLOCKQUOTE
========================================================= */

#faq-single blockquote {
    position: relative;
    margin: 22px 0;
    padding: 18px 20px 18px 24px;
    color: var(--doc-heading);
    background: var(--doc-background);
    border: 1px solid var(--doc-border);
    border-left: 4px solid var(--doc-blue);
    border-radius: 5px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.65;
}

#faq-single blockquote p {
    color: inherit;
    font-size: inherit;
}

#faq-single blockquote p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   CODE
========================================================= */

#faq-single code,
#faq-single kbd,
#faq-single samp,
#faq-single var {
    font-family: Consolas, Monaco, "Courier New", monospace;
}

#faq-single p code,
#faq-single li code,
#faq-single td code {
    color: #1746a2;
    background: #eef3fb;
    border: 1px solid #dce4f2;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 12px;
}

#faq-single pre {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    padding: 18px 20px;
    overflow-x: auto;
    color: #f3f6ff;
    background: #17233c;
    border: 1px solid #263451;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.65;
    white-space: pre;
}

#faq-single pre code {
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
}

#faq-single kbd {
    display: inline-block;
    color: #ffffff;
    background: #263451;
    border: 1px solid #111a2c;
    border-radius: 3px;
    box-shadow: 0 1px 0 #111a2c;
    padding: 2px 6px;
    font-size: 11px;
}

/* =========================================================
   IMAGES AND FIGURES
========================================================= */

#faq-single figure {
    margin: 22px 0;
}

#faq-single img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

#faq-single figure img {
    width: 100%;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
}

#faq-single figcaption {
    margin-top: 8px;
    color: var(--doc-muted);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

/* =========================================================
   TABLE
   Similar to the Planning Definitions table
========================================================= */

#faq-single table {
    width: 100%;
    margin: 22px 0;
    background: var(--doc-white);
    border: 1px solid var(--doc-border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    font-size: 13px;
}

#faq-single caption {
    margin-bottom: 10px;
    color: var(--doc-heading);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

#faq-single thead th {
    color: #ffffff;
    background: var(--doc-blue);
    border-color: #bfbfbf;
    font-size: 12px;
    font-weight: 600;
}

#faq-single th,
#faq-single td {
    padding: 13px 15px;
    border-right: 1px solid var(--doc-soft-border);
    border-bottom: 1px solid var(--doc-soft-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.55;
}

#faq-single th:last-child,
#faq-single td:last-child {
    border-right: 0;
}

#faq-single tbody tr:last-child td,
#faq-single tfoot tr:last-child td {
    border-bottom: 0;
}

#faq-single tbody tr {
    background: var(--doc-white);
    transition: background-color 0.2s ease;
}

#faq-single tbody tr:hover {
    background: #f8faff;
}

#faq-single tfoot td {
    color: var(--doc-heading);
    background: var(--doc-background);
    font-weight: 700;
}

/* =========================================================
   BUTTONS
   Similar to the blue Search button
========================================================= */

#faq-single button,
#faq-single input[type="button"],
#faq-single input[type="submit"],
#faq-single .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 19px;
    color: #ffffff;
    background: var(--doc-blue);
    border: 1px solid var(--doc-blue);
    border-radius: 5px;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

#faq-single button:hover,
#faq-single button:focus,
#faq-single input[type="button"]:hover,
#faq-single input[type="submit"]:hover,
#faq-single .btn:hover,
#faq-single .btn:focus {
    color: #ffffff;
    background: var(--doc-blue-dark);
    border-color: var(--doc-blue-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

/* =========================================================
   HEADER BLOCK INSIDE GENERATED CONTENT
========================================================= */

#faq-single > article > header,
#faq-single > header {
    margin: 0 0 28px;
    padding: 24px;
    background: var(--doc-background);
    border: 1px solid var(--doc-soft-border);
    border-radius: 6px;
}

#faq-single .subtitle {
    max-width: 760px;
    color: var(--doc-text);
    font-size: 15px;
    line-height: 1.65;
}

#faq-single .author-info {
    margin-top: 14px;
    color: var(--doc-muted);
    font-size: 12px;
}

#faq-single .author,
#faq-single .category {
    color: var(--doc-blue);
    font-weight: 600;
}

/* =========================================================
   INFORMATION BOXES
========================================================= */

#faq-single .notice,
#faq-single .warning,
#faq-single .success,
#faq-single .info {
    margin: 18px 0;
    padding: 14px 16px;
    background: var(--doc-background);
    border: 1px solid var(--doc-border);
    border-left: 4px solid var(--doc-blue);
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
}

#faq-single .notice {
    color: #604d15;
    background: #fffbee;
    border-left-color: #d4a900;
}

#faq-single .warning {
    color: #752f2f;
    background: #fff5f5;
    border-left-color: #cf4c4c;
}

#faq-single .success {
    color: #255a3d;
    background: #f3fbf6;
    border-left-color: #3e9b65;
}

#faq-single .info {
    color: #244a9e;
    background: var(--doc-blue-light);
    border-left-color: var(--doc-blue);
}

/* =========================================================
   CARD
   Similar to page information/search cards
========================================================= */

#faq-single .card {
    margin: 20px 0;
    padding: 20px;
    background: var(--doc-white);
    border: 1px solid var(--doc-border);
    border-radius: 6px;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

#faq-single .card:hover {
    border-color: #cbd4e4;
    transform: translateY(-1px);
}

#faq-single .card h1,
#faq-single .card h2,
#faq-single .card h3,
#faq-single .card h4 {
    margin-top: 0;
}

/* =========================================================
   DETAILS / ACCORDION
   Similar to Popular Planning Questions rows
========================================================= */

#faq-single details {
    margin: 0;
    overflow: hidden;
    background: var(--doc-white);
    border: 1px solid var(--doc-border);
    border-bottom: 0;
    border-radius: 0;
}

#faq-single details:first-of-type {
    border-radius: 6px 6px 0 0;
}

#faq-single details:last-of-type {
    border-bottom: 1px solid var(--doc-border);
    border-radius: 0 0 6px 6px;
}

#faq-single details:only-of-type {
    border-bottom: 1px solid var(--doc-border);
    border-radius: 6px;
}

#faq-single summary {
    position: relative;
    padding: 14px 45px 14px 16px;
    color: var(--doc-heading);
    background: var(--doc-white);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

#faq-single summary:hover {
    color: var(--doc-blue);
    background: #fafbfe;
}

#faq-single summary::-webkit-details-marker {
    display: none;
}

#faq-single summary::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 17px;
    color: var(--doc-heading);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

#faq-single details[open] summary {
    color: var(--doc-blue);
    background: var(--doc-background);
    border-bottom: 1px solid var(--doc-border);
}

#faq-single details[open] summary::after {
    transform: translateY(-50%) rotate(90deg);
}

#faq-single details > *:not(summary) {
    margin-right: 16px;
    margin-left: 16px;
}

#faq-single details > p:first-of-type {
    margin-top: 15px;
}

#faq-single details > p:last-child {
    margin-bottom: 15px;
}

/* =========================================================
   ASIDE
========================================================= */

#faq-single aside {
    margin: 24px 0 0;
    padding: 18px 20px;
    background: var(--doc-background);
    border: 1px solid var(--doc-soft-border);
    border-radius: 5px;
}

#faq-single aside h2,
#faq-single aside h3,
#faq-single aside h4 {
    margin-top: 0;
}

/* =========================================================
   FORM ELEMENTS AI MAY GENERATE
========================================================= */

#faq-single input[type="text"],
#faq-single input[type="email"],
#faq-single input[type="search"],
#faq-single input[type="url"],
#faq-single input[type="number"],
#faq-single select,
#faq-single textarea {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    color: var(--doc-text);
    background: #ffffff;
    border: 1px solid var(--doc-border);
    border-radius: 4px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#faq-single textarea {
    min-height: 120px;
    resize: vertical;
}

#faq-single input:focus,
#faq-single select:focus,
#faq-single textarea:focus {
    border-color: var(--doc-blue);
    box-shadow: 0 0 0 3px rgba(36, 87, 230, 0.1);
}

/* =========================================================
   WORDPRESS IMAGE ALIGNMENT
========================================================= */

#faq-single .alignleft {
    float: left;
    margin: 4px 20px 15px 0;
}

#faq-single .alignright {
    float: right;
    margin: 4px 0 15px 20px;
}

#faq-single .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#faq-single::after {
    display: table;
    clear: both;
    content: "";
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    #faq-single {
        font-size: 14px;
        line-height: 1.65;
    }

    #faq-single h1 {
        font-size: 30px;
    }

    #faq-single h2 {
        font-size: 22px;
    }

    #faq-single h3 {
        font-size: 18px;
    }

    #faq-single > article > header,
    #faq-single > header {
        padding: 18px;
    }

    #faq-single blockquote {
        padding: 16px 16px 16px 19px;
    }

    #faq-single .card,
    #faq-single aside,
    #faq-single dl {
        padding: 16px;
    }

    #faq-single table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #faq-single th,
    #faq-single td {
        padding: 11px 12px;
    }

    #faq-single summary {
        padding: 13px 42px 13px 14px;
    }

    #faq-single .alignleft,
    #faq-single .alignright {
        float: none;
        display: block;
        margin: 18px auto;
    }
}

.meta i.fa {
    font-style: unset;
}

#faq-single .meta i.fa-regular {
    font-style: normal;
}

#faq-single article {
    padding-top: 30px;
    padding-bottom: 50px;
}

#faq-single .meta {
    margin-top: 15px;
}
 #faq-single i.fa-regular{
    font-style: unset;
 }