/* PC Scientist blog article styles (shared by region blog posts) */

.contentsection {
    font-family: Outfit, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #374151;
    line-height: 1.7;
}

.contentsection p,
.contentsection h2,
.contentsection h3,
.contentsection h4,
.contentsection h5{
    margin-bottom: 15px;
}

.contentsection h1{
    font-size: clamp(1.75rem, 2.5vw + 1rem, 2.5rem);
    font-weight: 700;
    color: #111827;
    margin: 0 0 1rem;
    line-height: 1.25;
    padding-bottom: 1rem;
    border-bottom: 2px solid #bfdbfe;
}

.contentsection h2{
    font-size: clamp(1.35rem, 1.2vw + 1rem, 1.75rem);
    font-weight: 700;
    color: #1e3a5f;
    margin: 2rem 0 1rem;
    padding-left: 0.85rem;
    border-left: 4px solid #3b82f6;
    line-height: 1.35;
}

.contentsection h3{
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-top: 1.5rem;
}

.contentsection h4{
    font-size: 1.1rem;
}

.contentsection h5{
    font-size: 1rem;
}

.contentsection a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.article-content {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    isolation: isolate;
}

.article-content > .author-box {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.article-content > p,
.article-content > .key-takeaways,
.article-content > .table-of-contents,
.article-content > .table-wrap,
.article-content > h2,
.article-content > h3,
.article-content > ul,
.article-content > ol,
.article-content > blockquote,
.article-content > .pcs-blog-faq-block,
.article-content > .pcs-blog-help-coverage {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.article-content .pcs-blog-faq-block,
.article-content .pcs-blog-help-coverage {
    overflow: visible;
}

.article-hero {
    margin: 1.5rem 0 2rem;
}

.article-hero img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #8494A7;
    border-radius: 12px;
    background: #f9fafb;
    margin: 0 0 1.75rem;
}

.author-box__label {
    margin: 0 0 2px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    font-weight: 600;
}

.author-box__name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.author-box__bio {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

.author-box__social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    align-items: center;
}

.author-box__social a {
    color: #6b7280;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s;
}

.author-box__social a:hover {
    color: #122241;
}


.key-takeaways {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-left: 5px solid #3b82f6;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 1.75rem 0;
}

.key-takeaways h2 {
    margin-top: 0;
    color: #1e3a8a;
    border-left: 0;
    padding-left: 0;
}

.key-takeaways ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.key-takeaways li {
    margin-bottom: 0.65rem;
    color: #374151;
}

.table-of-contents {
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-left: 5px solid #8b5cf6;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 1.75rem 0 2rem;
}

.table-of-contents h2 {
    margin-top: 0;
    color: #5b21b6;
    border-left: 0;
    padding-left: 0;
}

.table-of-contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-of-contents li {
    margin: 0.55rem 0;
}

.table-of-contents li::before {
    content: "\2192";
    color: #7c3aed;
    margin-right: 0.5rem;
    font-weight: 700;
}

.table-of-contents a {
    color: #6d28d9;
    text-decoration: none;
    font-weight: 500;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 1.5em 0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.autoseo-infographic-wrapper {
  display: flex;
  justify-content: center;
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5em auto;
}

.autoseo-infographic-container {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  max-width: 100%;
}

#autoseo-infographic-6a6373d5b28ed .bg-slate-900 {
  margin-left: auto;
  margin-right: auto;
}

#autoseo-infographic-6a6373d5b28ed li,
#autoseo-infographic-6a6373d5b28ed li span,
#autoseo-infographic-6a6373d5b28ed ul {
  color: #e2e8f0 !important;
}

#autoseo-infographic-6a6373d5b28ed p {
  color: #cbd5e1 !important;
}



.pcs-blog-crumb {
  margin: 0 0 1.35rem;
}

.pcs-blog-crumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0.65rem 1.15rem;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 8px 24px rgba(18, 34, 65, 0.08);
}

.pcs-blog-crumb__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #8494A7;
}

.pcs-blog-crumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.65rem;
  color: #CDC9CD;
  font-weight: 400;
}

.pcs-blog-crumb__item a {
  color: #8494A7;
  text-decoration: none;
  transition: color 0.15s ease;
}

.pcs-blog-crumb__item a:hover {
  color: #122241;
}

.pcs-blog-crumb__item--current {
  color: #122241;
  font-weight: 700;
}


.article-content {
  padding-bottom: 0.5rem;
}



.pcs-blog-quote-tight {
  margin-top: 0;
  padding-top: 1.5rem !important;
}

.pcs-hub-main > section:first-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.pcs-hub-main > section:first-of-type .container {
  margin-bottom: 0;
}

.contentsection.card {
  margin-bottom: 0;
  border: 1px solid #8494A7;
  box-shadow: none;
}




/* Blog FAQ: retro hero intro + accordion */
.pcs-blog-faq-block {
  margin: 2.75rem 0 0;
  border-radius: 20px;
  overflow: hidden;
}

.pcs-blog-faq-block .pcs-ab-hero.pcs-blog-faq-hero {
  padding: clamp(28px, 4vw, 44px) clamp(22px, 3.5vw, 40px) clamp(32px, 4.5vw, 48px);
  border-radius: 20px 20px 0 0;
}

.pcs-blog-faq-block .pcs-blog-faq-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 42rem;
}

.pcs-blog-faq-block .pcs-ab-hero h2 {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem) !important;
  line-height: 1.2;
  font-weight: 700;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pcs-blog-faq-block .pcs-ab-lead {
  margin-bottom: 1.35rem;
}

.pcs-blog-faq-block .pcs-ab-hero__help-btn {
  border: none;
  cursor: pointer;
}

.pcs-blog-faq-block .pcs-ab-hero__help-btn i {
  margin-left: 0.45rem;
}

.pcs-blog-faq-accordion-wrap {
  background: #f3f5fa;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  border-radius: 0 0 20px 20px;
}

.pcs-blog-faq-accordion-wrap .accordion-item {
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pcs-blog-faq-accordion-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.pcs-blog-faq-accordion-wrap .accordion-button {
  font-weight: 600;
  color: #122241;
  font-size: 1rem;
  font-family: Outfit, system-ui, sans-serif;
}

.pcs-blog-faq-accordion-wrap .accordion-body,
.pcs-blog-faq-accordion-wrap .accordion-body p {
  margin-bottom: 0;
  color: #4D5F75 !important;
  line-height: 1.7;
  opacity: 1 !important;
  -webkit-text-fill-color: #4D5F75 !important;
}

.pcs-blog-faq-accordion-wrap .accordion-body {
  padding: 8px 30px 20px !important;
}

.pcs-blog-faq-accordion-wrap .accordion-header {
  margin: 0 !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  font-size: inherit;
}

/* Tailwind CDN defines .collapse { visibility: collapse } which hides Bootstrap FAQ answers */
.accordion-collapse.collapse,
.pcs-blog-faq-accordion-wrap .collapse {
  visibility: visible !important;
}

.accordion-collapse.collapse:not(.show),
.pcs-blog-faq-accordion-wrap .collapse:not(.show) {
  display: none !important;
}

.contentsection .pcs-blog-faq-block a {
  text-decoration: none;
}


/* Location-theme help panel */
.pcs-blog-help-coverage.pcs-location-service-coverage.pcs-nsw-coverage {
  margin: 2.25rem 0 0.75rem;
}

.pcs-blog-help-coverage .pcs-nsw-page-coverage-panel {
  margin: 0;
}

.pcs-blog-help-coverage .pcs-nsw-page-coverage-panel::after {
  display: none;
}

.pcs-blog-help-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8494A7;
  font-family: Outfit, system-ui, sans-serif;
}

.pcs-blog-help-coverage .pcs-region-links__title {
  border-left: 0 !important;
  padding-left: 0 !important;
}

.pcs-blog-help-lead {
  margin: 0.85rem 0 1.75rem;
  max-width: 62ch;
  color: #4D5F75;
  font-size: 0.98rem;
  line-height: 1.7;
}

.pcs-blog-help-body {
  margin: 0;
  padding: 1.35rem 1.25rem 1.25rem;
  border: 1px solid #8494A7;
  border-radius: 12px;
  background: transparent;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .pcs-blog-help-body {
    padding: 1.6rem 1.6rem 1.4rem;
  }
}

.pcs-blog-help-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.75rem;
}

@media (min-width: 768px) {
  .pcs-blog-help-columns {
    grid-template-columns: 1fr 1fr;
  }
}

.pcs-blog-help-col__title {
  margin: 0 0 0.65rem !important;
  border-left: 0 !important;
  padding-left: 0 !important;
  font-family: "Fraunces", Georgia, "Times New Roman", serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #0c2340 !important;
  letter-spacing: -0.01em;
}

.pcs-blog-help-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pcs-blog-help-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(12, 35, 64, 0.12);
}

.pcs-blog-help-list li:first-child {
  border-top: 1px solid rgba(12, 35, 64, 0.12);
}

.pcs-blog-help-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 0.15rem;
  color: #0c2340 !important;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none !important;
  transition: color 0.15s ease, padding-left 0.15s ease;
}

.pcs-blog-help-list a:hover,
.pcs-blog-help-list a:focus-visible {
  color: #3C72FC !important;
  padding-left: 0.35rem;
}

.pcs-blog-help-list a i {
  color: #3C72FC;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.pcs-blog-help-coverage .pcs-mini-cta a {
  color: #3C72FC;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pcs-blog-help-coverage .article-disclaimer {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-top: 1.5rem;
}

.pcs-blog-help-coverage .article-disclaimer h3 {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8494A7;
  font-weight: 700;
}

.pcs-blog-help-coverage .article-disclaimer p,
.pcs-blog-help-coverage .article-disclaimer em {
  margin: 0;
  color: #8494A7;
  font-style: italic;
  font-size: 0.88rem;
  line-height: 1.65;
}

/* author box content */
.author-box__content {
  flex: 1;
  min-width: 0;
}

.pcs-ab-hero__tel .fa-phone-volume {
  color: #9bb6ff;
}


/* Article tables + tips */
.contentsection .table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 12px;
  border: 1px solid #8494A7;
}
.contentsection table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.92rem;
}
.contentsection th,
.contentsection td {
  border-bottom: 1px solid #8494A7;
  padding: 0.7rem 0.9rem;
  text-align: left;
  vertical-align: top;
}
.contentsection th {
  background: #f8fafc;
  color: #122241;
  font-weight: 700;
}
.contentsection tr:last-child td {
  border-bottom: 0;
}

/* Restore readable bullets (site-wide style.css sets li { list-style: none }) */
.contentsection .article-content > ul,
.contentsection .article-content .key-takeaways ul,
.contentsection .article-content li > ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0.65rem 0 1.25rem;
  padding-left: 1.4rem;
}
.contentsection .article-content ol {
  list-style: decimal;
  list-style-position: outside;
  margin: 0.65rem 0 1.25rem;
  padding-left: 1.5rem;
}
.contentsection .article-content > ul > li,
.contentsection .article-content .key-takeaways ul > li,
.contentsection .article-content li > ul > li,
.contentsection .article-content ol > li {
  list-style: inherit;
  margin: 0.45rem 0;
  padding-left: 0.15rem;
  line-height: 1.65;
  color: #374151;
}
.contentsection .article-content .table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentsection .article-content .table-of-contents li {
  list-style: none;
  margin: 0.55rem 0;
  padding-left: 0;
}

/* Question / checklist lists */
.contentsection .article-content ul.pcs-blog-q-list {
  list-style: none !important;
  counter-reset: pcs-q;
  margin: 1.15rem 0 1.75rem;
  padding: 0.25rem 0;
  background: transparent;
  border: 1px solid #8494A7;
  border-left: 3px solid #122241;
  border-radius: 12px;
  overflow: hidden;
}
.contentsection .article-content ul.pcs-blog-q-list > li {
  list-style: none !important;
  counter-increment: pcs-q;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 1.05rem 1.35rem 1.05rem 3.35rem !important;
  border-bottom: 1px solid rgba(18, 34, 65, 0.12);
  line-height: 1.7;
  color: #122241;
  font-size: 1rem;
}
.contentsection .article-content ul.pcs-blog-q-list > li:last-child {
  border-bottom: 0;
}
.contentsection .article-content ul.pcs-blog-q-list > li::before {
  content: counter(pcs-q, decimal-leading-zero);
  position: absolute;
  left: 1.05rem;
  top: 1.15rem;
  width: 1.7rem;
  margin: 0;
  padding: 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8494A7;
  line-height: 1.4;
  background: none;
  border-radius: 0;
}
.contentsection .article-content ul.pcs-blog-q-list--flags {
  border-left-color: #122241;
}
.contentsection .article-content ul.pcs-blog-q-list--flags > li::before {
  content: counter(pcs-q, decimal-leading-zero);
  width: 1.7rem;
  height: auto;
  border-radius: 0;
  background: none;
}

/* Pros / Cons */
.contentsection .pcs-blog-pros-cons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.35rem 0 1.65rem;
}
@media (min-width: 768px) {
  .contentsection .pcs-blog-pros-cons {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}
.contentsection .pcs-blog-pros,
.contentsection .pcs-blog-cons {
  margin: 0;
  padding: 1.15rem 1.2rem 1.05rem;
  border-radius: 12px;
  border: 1px solid #8494A7;
  background: transparent;
}
.contentsection .pcs-blog-pros {
  border-left: 3px solid #122241;
}
.contentsection .pcs-blog-cons {
  border-left: 3px solid #8494A7;
}
.contentsection .pcs-blog-pros > p,
.contentsection .pcs-blog-cons > p,
.contentsection .pcs-blog-pros__label,
.contentsection .pcs-blog-cons__label {
  margin: 0 0 0.85rem;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 700;
  color: #122241;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contentsection .pcs-blog-pros ul,
.contentsection .pcs-blog-cons ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.contentsection .article-content .pcs-blog-pros li,
.contentsection .article-content .pcs-blog-cons li {
  list-style: none !important;
  position: relative;
  margin: 0 !important;
  padding: 0.65rem 0 0.65rem 1.2rem !important;
  border-bottom: 1px solid rgba(18, 34, 65, 0.1);
  color: #122241;
  font-size: 0.98rem;
  line-height: 1.6;
}
.contentsection .pcs-blog-pros li:last-child,
.contentsection .pcs-blog-cons li:last-child {
  border-bottom: 0;
  padding-bottom: 0.15rem;
}
.contentsection .pcs-blog-pros li::before,
.contentsection .pcs-blog-cons li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.55rem;
  height: 1px;
  background: #122241;
}
.contentsection .pcs-blog-cons li::before {
  background: #8494A7;
}

/* Premium Pro Tip callouts */
.contentsection blockquote {
  margin: 1.6rem 0;
  padding: 1.15rem 1.25rem 1.1rem;
  border: 1px solid #8494A7;
  border-left: 3px solid #3C72FC;
  background: transparent;
  color: #4D5F75;
  border-radius: 12px;
}
.contentsection blockquote p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  line-height: 1.65;
}
.contentsection blockquote p:last-child {
  margin-bottom: 0;
}
.contentsection blockquote p strong:first-child {
  display: block;
  margin: 0 0 0.45rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #122241;
}
.contentsection blockquote ul {
  list-style: none;
  margin: 0.65rem 0 0.85rem;
  padding: 0;
}
.contentsection blockquote ul > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0.45rem 0 0.45rem 1.1rem;
  border-bottom: 1px solid rgba(18, 34, 65, 0.1);
  color: #122241;
  font-size: 0.95rem;
}
.contentsection blockquote ul > li:last-child {
  border-bottom: 0;
}
.contentsection blockquote ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.5rem;
  height: 1px;
  background: #3C72FC;
}


