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

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

.faq-content {
    --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-content *,
.faq-content *::before,
.faq-content *::after {
    box-sizing: border-box;
}

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

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

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

.faq-content p:last-child {
    margin-bottom: 0;
}

.faq-content section {
    margin: 0 0 32px;
}

.faq-content section:last-child {
    margin-bottom: 0;
}

.faq-content article {
    margin: 0;
    padding: 0;
}

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

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

.faq-content h1 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.08;
}

.faq-content h2 {
    margin-bottom: 14px;
    line-height: 1.2;
    color: #2e2c2c;
    font-weight: 700;
    font-size: 20px;
}

.faq-content h3 {
    margin-bottom: 14px;
      line-height: 1.2;
    color: #2e2c2c;
    font-weight: 700;
    font-size: 19px;
}

.faq-content h4 {
    margin-bottom: 14px;
     line-height: 1.2;
    color: #2e2c2c;
    font-weight: 700;
    font-size: 19px;
}

.faq-content h5 {
    margin-bottom: 14px;
      line-height: 1.2;
    color: #2e2c2c;
    font-weight: 700;
    font-size: 19px;
}

.faq-content h6 {
    margin-bottom: 14px;
     line-height: 1.2;
    color: #2e2c2c;
    font-weight: 700;
    font-size: 19px;
}

/* Spacing when headings appear after content */

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

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

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

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

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

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

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

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

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

.faq-content strong,
.faq-content b {
    color: var(--doc-heading);
    font-weight: 600;
}

.faq-content em,
.faq-content i {
    font-style: italic;
}

.faq-content u {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

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

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

.faq-content del {
    color: #9c4a4a;
}

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

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

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

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

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

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

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

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

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

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

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

.faq-content ul,
.faq-content ol {
    margin: 15px 0 18px;
    padding-left: 23px;
}

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

.faq-content li:last-child {
    margin-bottom: 0;
}

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

.faq-content ul ul,
.faq-content ul ol,
.faq-content ol ul,
.faq-content ol ol {
    margin-top: 7px;
    margin-bottom: 5px;
}

/* Definition list */

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

.faq-content dt {
    margin: 0 0 5px;
   color: var(--doc-text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

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

.faq-content dd:last-child {
    margin-bottom: 0;
}

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

.faq-content 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-style: normal;
    color: var(--doc-text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

.faq-content blockquote p {
    color: inherit;
    font-size: inherit;
}

.faq-content blockquote p:last-child {
    margin-bottom: 0;
}

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

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

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

.faq-content 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-content pre code {
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
}

.faq-content 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-content figure {
    margin: 22px 0;
}

.faq-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

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

.faq-content 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-content 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-content caption {
    margin-bottom: 10px;
    color: var(--doc-heading);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.faq-content thead th {
        color: #ffffff;
    background: var(--doc-blue);
    border-color: #bfbfbf;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
}

.faq-content th,
.faq-content 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-content td{
    color: #494949;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
  
}
.faq-content th:last-child,
.faq-content td:last-child {
    border-right: 0;
}

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

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

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

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

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

.faq-content button,
.faq-content input[type="button"],
.faq-content input[type="submit"],
.faq-content .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-content button:hover,
.faq-content button:focus,
.faq-content input[type="button"]:hover,
.faq-content input[type="submit"]:hover,
.faq-content .btn:hover,
.faq-content .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-content > article > header,
.faq-content > header {
    margin: 0 0 28px;
    padding: 24px;
    background: var(--doc-background);
    border: 1px solid var(--doc-soft-border);
    border-radius: 6px;
}

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

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

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

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

.faq-content .notice,
.faq-content .warning,
.faq-content .success,
.faq-content .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-content .notice {
    color: #604d15;
    background: #fffbee;
    border-left-color: #d4a900;
}

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

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

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

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

.faq-content .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-content .card:hover {
    border-color: #cbd4e4;
    transform: translateY(-1px);
}

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

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

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

.faq-content details:first-of-type {
    border-radius: 6px 6px 0 0;
}

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

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

.faq-content 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;
   color: var(--doc-text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

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

.faq-content summary::-webkit-details-marker {
    display: none;
}

.faq-content 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-content details[open] summary {
    color: var(--doc-blue);
    background: var(--doc-background);
    border-bottom: 1px solid var(--doc-border);
}

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

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

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

.faq-content details > p:last-child {
    margin-bottom: 15px;
}

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

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

.faq-content aside h2,
.faq-content aside h3,
.faq-content aside h4 {
    margin-top: 0;
}

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

.faq-content input[type="text"],
.faq-content input[type="email"],
.faq-content input[type="search"],
.faq-content input[type="url"],
.faq-content input[type="number"],
.faq-content select,
.faq-content 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-content textarea {
    min-height: 120px;
    resize: vertical;
}

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

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

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

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

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

.faq-content::after {
    display: table;
    clear: both;
    content: "";
}
.faq-content li h1, .faq-content li h2,.faq-content li h3,.faq-content li h4,.faq-content li h5,.faq-content li h6 {
    margin: 0 0 15px;
    color: var(--doc-text);
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .faq-content {
        font-size: 14px;
        line-height: 1.65;
    }

    .faq-content h1 {
        font-size: 23px;
    }

 .faq-content h2 {
  font-size: 18px;
  }
.faq-content p, .faq-content li, .faq-content li h1,.faq-content li h2, .faq-content li h3,
  .faq-content li h4,.faq-content li h5,.faq-content li h6, .faq-content span, .faq-content dl, .faq-content dt, .faq-content summary, .faq-content blockquote{
    font-size: 15px;
}
    .faq-content h3 {
        font-size: 18px;
    }

    .faq-content > article > header,
    .faq-content > header {
        padding: 18px;
    }

    .faq-content blockquote {
        padding: 16px 16px 16px 19px;
    }

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

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

    .faq-content th,
    .faq-content td {
        padding: 11px 12px;
    }

    .faq-content summary {
        padding: 13px 42px 13px 14px;
    }

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

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

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

.faq-content article {
    padding-top: 30px;
    padding-bottom: 50px;
}

.faq-content .meta {
    margin-top: 15px;
}
 .faq-content i.fa-regular{
    font-style: unset;
 }
address {
    margin-bottom: 15px;
}

details + h2 {
    margin-top: 15px !important;
}
.faq-content small {
    color: var(--doc-muted);
    font-size: 12px;
    color: var(--doc-text);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}