/**
 * SQ Local - Frontend Styles
 */

 /* Generic wrapper so shortcode output is always rendered as a standalone block */
.sq-local-shortcode-block {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    margin: 0 0 0.5rem;
}

/* [suburb_breadcrumbs] Breadcrumbs */
.sq-breadcrumbs {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.sq-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}

.sq-breadcrumbs .home-link {
    display: inline-block;
    width: 15px;
    position: relative;
}

.sq-breadcrumbs .home-link::before {
    content: "\e919";
    font-family: i;
    font-size: 12px;
    line-height: 1;
}

.sq-breadcrumbs a:hover {
    text-decoration: underline;
}

.sq-breadcrumbs .separator {
    margin: 0 8px;
    color: #999;
}

.sq-breadcrumbs .current {
    color: #333;
}

@media (max-width: 768px) {
    nav.sq-breadcrumbs {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

/* [suburb_search_box] Search Box */
.sq-search-box {
    padding: 10px 25px;
    border-radius: 8px;
}

.sq-search-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.sq-search-content h2 {
    color: #000;
    margin-bottom: 10px;
}

.sq-search-form {
    display: flex;
    gap: 10px;
}

.sq-search-input-wrapper {
    flex: 1;
    position: relative;
}

.sq-search-input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.sq-search-input[aria-invalid="true"] {
    border-color: #c0392b;
}

.sq-search-button {
    padding: 15px 30px;
    background: #2b5f8f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.sq-search-button:hover {
    background: #1e4668;
}

.sq-search-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #fff;
    color: #c0392b;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    z-index: 5;
}

.sq-search-results {
    margin-top: 16px;
    text-align: left;
    color: #2c3863;
}

.sq-search-results p {
    color: #000;
}

.sq-search-results-summary {
    margin: 0 0 10px;
    font-weight: 600;
    color: #000;
}

.sq-search-results-list {
    margin: 0;
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #d7dbe3;
    border-radius: 6px;
    background: #fff;
}

.sq-search-results-list,
.sq-search-results-list li {
    list-style: none;
}

.sq-search-results-list li {
    margin: 0;
    border-bottom: 1px solid #eceff4;
}

.sq-search-results-list li:last-child {
    border-bottom: none;
}

.sq-search-load-more-item {
    padding: 12px 14px;
    text-align: center;
    background: #fff;
}

.sq-search-load-more-item .sq-load-more-btn {
    margin: 0 auto;
}

.sq-search-results-list a {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: #2c3863;
}

.sq-search-results-list a:hover,
.sq-search-results-list a:focus {
    background: #f5f8fc;
}

.sq-search-loading {
    margin: 0;
}

.sq-search-load-more {
    margin: 0;
}

.sq-search-load-more.sq-load-more-btn:hover,
.sq-search-load-more.sq-load-more-btn:focus {
    background: #2c3863;
    color: #fff;
}

/* [suburb_installer_list] Installer Section */
.sq-installer-section {
    margin: 0;
}

.sq-installer-header h2 {
    margin-bottom: 15px;
}

.sq-installer-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.sq-installer-controls-bottom {
    display: none;
}

.sq-sort-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    max-width: 33%;
}

.sq-sort-dropdown {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

#sq-request-quotes-top {
    margin-left: auto;
    align-self: flex-end;
    border-radius: 999px;
}

.sq-quote-action-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.sq-request-quotes-btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #f77737 0%, #f94e3f 100%);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s;
}

.sq-request-quotes-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sq-request-quotes-btn:not(:disabled):hover {
    opacity: 0.9;
}

.sq-quote-alternative {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4c577d;
    font-size: 13px;
}

.sq-choose-for-me-btn {
    padding: 8px 14px;
    border: 1px solid #c8cfdf;
    border-radius: 999px;
    background: #fff;
    color: #2c3863;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.sq-choose-for-me-btn:hover {
    border-color: #2c3863;
    background: #f6f8ff;
}

/* [suburb_installer_list] Installer Cards */
.sq-installer-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s;
}

.sq-installer-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sq-installer-card.is-selected {
    background-color: #e8f2fb;
    border-color: #a8c8e8;
}

.sq-installer-checkbox {
    flex-shrink: 0;
}

.sq-installer-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sq-installer-logo {
    flex-shrink: 0;
    width: 80px;
}

.sq-installer-logo img {
    max-width: 100%;
    height: auto;
}

.sq-installer-info {
    flex: 1;
}

.sq-installer-info h5 {
    margin: 0 0 8px 0;
}

.sq-installer-info h5 a {
    color: #0073aa;
    text-decoration: none;
}

.sq-installer-info h5 a:hover {
    text-decoration: underline;
}

.sq-installer-rating-reviews {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.sq-installer-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sq-rating-number {
    font-weight: bold;
    color: #f77737;
}

.sq-rating-stars {
    color: #f77737;
    font-size: 18px;
}

.sq-installer-reviews {
    color: #666;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
    justify-self: center;
}

.sq-installer-price {
    flex-shrink: 0;
    font-weight: bold;
    color: #2c3863;
    width: 250px;
    min-width: 250px;
    text-align: right;
}

.sq-installer-price-note {
    margin-top: 2px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

/* [state_installer_list] State-specific card overrides */
.sq-installer-card--state {
    padding: 10px 15px;
}

.sq-installer-card--state .sq-installer-logo {
    width: 80px;
}

.sq-installer-card--state .sq-installer-logo img {
    max-width: 100%;
    height: auto;
}

.sq-installer-card--state .sq-installer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sq-installer-card--state .sq-installer-rating-reviews {
    margin-top: 4px;
}

@media (min-width: 769px) {
    .sq-installer-section--state .sq-installer-controls {
        justify-content: flex-end;
    }
}

.sq-installer-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-start;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    border-radius: 8px;
    background: #2b3864;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

/* Shared Load More buttons ([suburb_installer_list], [suburb_reviews], search results) */
.sq-load-more-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
}

.sq-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: #fff;
    color: #2c3863;
    border: 2px solid #2c3863;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.sq-load-more-btn:focus,
.sq-load-more-btn:focus-visible,
.sq-load-more-btn:active {
    background: #fff;
    color: #2c3863;
    border-color: #2c3863;
}

/* [suburb_popular_searches] Popular Searches */
.sq-popular-searches {
    text-align: center;
}

.sq-popular-searches ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

/* [suburb_cta_box] CTA Box */
.sq-cta-box {
    background: linear-gradient(100deg, #f57a21 0%, #c9133a 100%);
    padding: 20px;
    border-radius: 16px;
    color: white;
    margin: 20px 0;
}

.sq-cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
    gap: 48px;
    align-items: center;
}

.sq-cta-copy {
    max-width: 560px;
    padding: 15px;
}

.sq-cta-box h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.15;
    margin: 0 0 20px;
}

.sq-cta-note {
    margin: 0;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 16px;
    line-height: 1.45;
}

.sq-cta-form {
    padding: 15px;
}

.sq-cta-form-group {
    margin-bottom: 16px;
}

.sq-cta-form-group label {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.sq-cta-box #cta-postcode {
    width: 100%;
    padding: 0 20px;
    border: 2px solid #d7dbe3;
    border-radius: 10px;
    background: #f2f2f2;
    color: #2e3f6c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.sq-cta-box #cta-postcode::placeholder {
    color: #2e3f6c;
}

.sq-cta-box .cta-submit-btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #2b4475 0%, #2a9dd4 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.sq-cta-box .cta-submit-btn:hover {
    opacity: 0.9;
}

/* [suburb_installer_list] No Installers Message */
.sq-no-installers {
    padding: 5px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {

   .sq-search-content {
        max-width: none;
    }

    .sq-search-results {
        width: 100%;
    }
        
    .sq-cta-box {
        padding: 28px 22px;
        border-radius: 12px;
    }

    .sq-cta-box--hide-mobile {
        display: none;
    }

    .sq-cta-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sq-cta-box h2 {
        font-size: 34px;
    }

    .sq-cta-note {
        font-size: 16px;
    }

    .sq-cta-form-group label {
        font-size: 18px;
    }

    .sq-cta-box #cta-postcode {
        height: 64px;
        font-size: 16px;
    }

    .sq-cta-box .cta-submit-btn {
        min-height: 60px;
        font-size: 16px;
    }

    .sq-search-form {
        flex-direction: column;
    }
    
    .sq-installer-card {
        display: grid;
        grid-template-columns: 28px 52px minmax(0, 1fr);
        column-gap: 10px;
        row-gap: 2px;
        align-items: start;
        padding: 12px;
        text-align: left;
    }
    
    .sq-installer-checkbox {
        grid-column: 1;
        grid-row: 1;
        padding-top: 2px;
    }

    .sq-installer-checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .sq-installer-logo {
        grid-column: 2;
        grid-row: 1;
        width: 52px;
    }

    .sq-installer-info {
        grid-column: 3;
        grid-row: 1 / span 3;
    }

    .sq-installer-info h5 {
        margin: 0 0 2px;
        line-height: 1.2;
    }

    .sq-installer-rating-reviews {
        display: block;
        margin-top: 0;
    }

    .sq-installer-card--state .sq-installer-rating-reviews {
        display: block;
        margin-top: 2px;
    }

    .sq-installer-card--state .sq-installer-reviews {
        text-align: left;
    }

    .sq-installer-rating {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 1px;
    }

    .sq-rating-stars {
        font-size: 15px;
        line-height: 1;
    }

    .sq-installer-reviews {
        display: block;
        padding-left: 0;
        margin: 0 0 1px;
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
        justify-self: auto;
    }

    .sq-installer-price {
        grid-column: 3;
        grid-row: 4;
        margin: 0;
        width: auto;
        min-width: 0;
        text-align: left;
        font-size: 13px;
        line-height: 1.2;
    }  

    .sq-installer-price-note {
        font-size: 12px;
        display: block;
        width: 100%;
    }    
    
    .sq-installer-controls {
        flex-direction: column;
        align-items: stretch;
    }
    
    .sq-sort-wrapper {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }

    .sq-installer-card--state {
        grid-template-columns: 56px 52px minmax(0, 1fr) 28px;
        padding: 8px 10px;
        align-items: center;
    }

    .sq-installer-card--state .sq-installer-rank {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        width: 45px;
        height: 45px;
    }

    .sq-installer-card--state .sq-installer-logo {
        grid-column: 2;
        grid-row: 1;
        width: 52px;
    }

    .sq-installer-card--state .sq-installer-info {
        grid-column: 3;
        grid-row: 1;
    }

    .sq-installer-card--state .sq-installer-checkbox {
        grid-column: 4;
        grid-row: 1;
        align-self: center;
    }

    #sq-request-quotes-top {
        display: none;
    }

    .sq-installer-controls .sq-quote-action-group {
        display: none;
    }

    .sq-installer-controls-bottom {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .sq-quote-action-group {
        align-items: stretch;
    }

    .sq-quote-alternative {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sq-quote-alternative span {
        width: 100%;
        text-align: center;
    }

    .sq-quote-alternative .sq-choose-for-me-btn {
        margin: 0 auto;
    } 
    
    .sq-installers-note {
        padding-top: 10px;
    }    
}

/* [suburb_hero] Hero Section */
.sq-hero-section {
    background: linear-gradient(135deg, #2b5f8f 0%, #1e4668 100%);
    color: white;
    padding: 60px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.sq-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.sq-hero-section h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 36px;
}

.sq-hero-description {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .sq-hero-section h1 {
        font-size: 28px;
    }

    .sq-hero-description {
        font-size: 16px;
    }
}

/* [suburb_hero_image] Hero with Background Image + Inline CTA */
.sq-hero-image-section {
	position: relative;
	/* Keep desktop full-bleed while anchoring the image to the top for cross-browser consistency. */
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #1f2f4f;
	border-radius: 0;
	overflow: hidden;
	padding: 20px 24px 32px;
	display: flex;
	flex-direction: column;
	min-height: 480px;
	width: 100%;
	clear: both;
	/* Pull the hero flush with the top of .entry-content (desktop padding-top: 180px) */
	margin-top: -20px;
	margin-bottom: 20px;
}

.sq-hero-image-overlay {
	position: absolute;
	inset: 0;
	background: transparent;
	pointer-events: none;
	z-index: 0;
}

/* Breadcrumbs inside the hero (desktop only) */
.sq-hero-breadcrumbs {
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
}

.sq-hero-breadcrumbs a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.sq-hero-breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

.sq-hero-breadcrumbs .home-link {
	display: inline-block;
	width: 15px;
	position: relative;
}

.sq-hero-breadcrumbs .home-link::before {
	content: "\e919";
	font-family: i;
	font-size: 12px;
	line-height: 1;
}

.sq-hero-breadcrumbs .separator {
	color: rgba(255, 255, 255, 0.6);
	margin: 0 6px;
}

.sq-hero-breadcrumbs .current {
	color: rgba(255, 255, 255, 0.85);
}

/* Two-column layout: content box (left) + CTA (right) */
.sq-hero-image-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
	margin-top: auto; /* push both boxes to the bottom of the hero image */
}

@media (min-width: 769px) {
	.sq-hero-breadcrumbs {
		margin-top: 6px;
		background: rgba(0, 0, 0, 0.18);
		width: fit-content;
		padding: 4px 10px;
		border-radius: 4px;
	}
	/* .sq-hero-image-inner {
		margin-top: 0;
	}     */
	.sq-hero-image-inner.sq-hero-no-cta {
		grid-template-columns: 1fr;
	}
	.sq-hero-image-inner.sq-hero-no-cta .sq-hero-cta-box {
		display: none;
	}
}

/* Left: white rounded content box */
.sq-hero-image-content {
	background: #fff;
	border-radius: 12px;
	padding: 28px 32px;
	width: min(100%, 620px);
	justify-self: start;
}
.sq-hero-image-content h1 {
	color: #2c3863;
	font-size: 26px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.sq-hero-image-desc {
	color: #444;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

/* Right: orange-red CTA form box */
.sq-hero-cta-box {
	background: linear-gradient(135deg, #f57a21 0%, #c9133a 100%);
	border-radius: 12px;
	padding: 24px;
	color: #fff;
}

.sq-hero-cta-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #fff;
}

.sq-hero-cta-box .sq-cta-form-group {
	margin-bottom: 12px;
}

.sq-hero-cta-box .sq-cta-form-group label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.sq-hero-cta-box #hero-cta-postcode {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #d7dbe3;
	border-radius: 10px;
	background: #f2f2f2;
	color: #2e3f6c;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	box-sizing: border-box;
}

.sq-hero-cta-box #hero-cta-postcode::placeholder {
	color: #2e3f6c;
}

.sq-hero-cta-submit-btn {
	width: 100%;
	padding: 16px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #2b4475 0%, #2a9dd4 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s ease;
	margin-top: 4px;
}

.sq-hero-cta-submit-btn:hover {
	opacity: 0.9;
}

/* Adjust margin-top to match theme's .entry-content padding-top at each breakpoint */
@media only screen and (max-width: 62.5em) { /* 1000px */
	.sq-hero-image-section {
		margin-top: -143px;
		padding-top: 155px;
	}
}

@media only screen and (max-width: 47.5em) { /* 760px */
	.sq-hero-image-section {
		margin-top: -130px;
	}
}

/* Mobile: text sits directly on the image, CTA box sits below */
@media (max-width: 768px) {
	.sq-hero-image-section {
		border-radius: 0;
		padding: 20px 16px 24px;
		/* Cancel the desktop negative margin — on mobile the hero sits */
		/* below the header so the h1 isn't clipped behind it.          */
		margin-top: 0;
		min-height: 0;
	}

	/* breadcrumbs visible on mobile — margin-top is 0 so no header overlap */

	/* Darken the top half of the hero image for better text contrast on mobile. */
	.sq-hero-image-overlay {
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.4) 40%,
			rgba(0, 0, 0, 0.1) 100%
		);
	}    

	.sq-hero-image-inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	/* On mobile the content box becomes transparent so the image shows through */
	.sq-hero-image-content {
		background: transparent;
		border-radius: 0;
		padding: 0 0 8px;
	}

	.sq-hero-image-content h1 {
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	}

	.sq-hero-image-desc {
		color: rgba(255, 255, 255, 0.95);
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	}

	/* CTA sits inset ~15 px from each side of the hero, fully rounded */
	.sq-hero-cta-box {
		border-radius: 12px;
		margin: 0;
		padding: 28px 22px 36px;
	}

	.sq-hero-cta-title {
		font-size: 26px;
	}

	.sq-hero-cta-box #hero-cta-postcode {
		height: 64px;
		font-size: 16px;
	}

	.sq-hero-cta-submit-btn {
		min-height: 60px;
		font-size: 16px;
	}
}

/* [suburb_reviews] Reviews Section */
.sq-reviews-section {
    margin: 0;
}

.sq-no-reviews {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.sq-no-reviews p {
    color: #666;
    font-size: 16px;
    margin: 10px 0;
}

.sq-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sq-review-card {
    background: #fff;
    border: 1px solid #e5e7ef;
    border-radius: 10px;
    padding: 26px;
}

.sq-review-header {
    display: grid;
    grid-template-columns: 220px 1fr;
    column-gap: 36px;
    align-items: start;
}

.sq-reviewer-info {
    min-width: 0;
}

.sq-reviewer-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #202d5a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sq-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #25854f;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.sq-reviewer-location {
    font-size: 12px;
    color: #223264;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sq-location-icon {
    font-size: 0.9em;
}

.sq-review-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #202d5a;
}

.sq-review-rating .stars {
    font-size: 14px;
    letter-spacing: 2px;
    color: #243367;
}

.sq-review-header .sq-installer-info {
    margin-top: 20px;
}

.sq-review-header .sq-installer-logo {
    width: 150px;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
}

.sq-review-header .brand-logo {
    width: 75px;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
}

.sq-review-brand-logos {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sq-review-content {
    padding-top: 10px;
    color: #202d5a;
}

.sq-review-title {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 700;
    color: #202d5a;
}

.sq-review-text {
    margin-top: 16px;
    margin-bottom: 20px;
    color: #202d5a;
    font-size: 14px;
}

.sq-show-details-btn {
    color: #202d5a;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    text-decoration: none;
}

.sq-show-details-btn:hover,
.sq-show-details-btn:focus {
    color: #202d5a;
    text-decoration: underline;
}

.sq-show-details-btn img,
.sq-show-details-btn svg {
    width: 12px;
    height: 12px;
    transition: transform 0.25s;
}

.sq-show-details-btn[data-state="expanded"] img,
.sq-show-details-btn[data-state="expanded"] svg {
    transform: rotate(180deg);
}

.sq-review-details {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e5e7ef;
}

.sq-review-ratings-grid,
.sq-review-specs-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 24px;
}

.sq-review-ratings-grid {
    margin-bottom: 26px;
}

.sq-review-specs-grid {
    border-top: 1px solid #e5e7ef;
    padding-top: 24px;
}

.sq-detail-rating-score {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.sq-detail-rating-score .stars {
    color: #e25530;
    letter-spacing: 2px;
    font-size: 28px;
}

.sq-score-value {
    color: #e25530;
    font-weight: 700;
    font-size: 14px;
}

.sq-detail-rating-label,
.sq-detail-spec-label {
    color: #202d5a;
    font-weight: 600;
    font-size: 12px;
}

.sq-detail-spec-value {
    color: #202d5a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 6px;
    word-break: break-word;
}

.sq-reviews-load-more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

@media (hover: hover) and (pointer: fine) {
    .sq-load-more-btn:hover {
        background: #2c3863;
        color: #fff;
    }
}

@media (max-width: 1200px) {
    .sq-review-header {
        grid-template-columns: 180px 1fr;
        column-gap: 22px;
    }

    .sq-reviewer-name {
        font-size: 14px;
    }

    .sq-reviewer-location,
    .sq-score-value,
    .sq-show-details-btn {
        font-size: 12px;
    }

    .sq-review-rating {
        font-size: 12px;
    }

    .sq-review-rating .stars {
        font-size: 12px;
    }

    .sq-review-title {
        font-size: 14px;
    }

    .sq-review-text {
        font-size: 14px;
    }

    .sq-detail-rating-label,
    .sq-detail-spec-label {
        font-size: 12px;
    }

    .sq-detail-spec-value {
        font-size: 12px;
    }

    .sq-detail-rating-score .stars {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .sq-review-card {
        padding: 18px;
    }

    .sq-review-header {
        grid-template-columns: 1fr;
    }

    .sq-reviewer-name {
        font-size: 20px;
    }

    .sq-reviewer-location {
        font-size: 15px;
    }

    .sq-review-rating {
        font-size: 18px;
    }

    .sq-review-rating .stars {
        font-size: 16px;
    }

    .sq-review-title {
        font-size: 14px;
    }

    .sq-review-text {
        font-size: 16px;
        line-height: 1.65;
    }

    .sq-show-details-btn {
        font-size: 12px;
    }

    .sq-show-details-btn img,
    .sq-show-details-btn svg {
        width: 10px;
        height: 10px;
    }

    .sq-review-ratings-grid,
    .sq-review-specs-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .sq-detail-rating-score .stars,
    .sq-score-value,
    .sq-detail-rating-label {
        font-size: 16px;
    }

    .sq-detail-spec-label {
        font-size: 12px;
        font-weight: 600;
    }

    .sq-detail-spec-value {
        font-size: 18px;
    }

    .sq-review-brand-logos {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        overflow: hidden;
        gap: 8px;
    }

    .sq-review-brand-logos > * {
        flex: 0 1 calc((100% - 16px) / 3);
        min-width: 0;
    }

    .sq-review-header .sq-installer-logo,
    .sq-review-header .brand-logo {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        max-height: 40px;
        max-width: 100%;
        object-fit: contain;
    }

    .sq-review-brand-logos .installer-logo-wrap {
        display: flex;
        align-items: center;
    }
}

/* [suburb_faq_list] FAQ Section */
.sq-faq-section {
    margin: 0;
}

.sq-faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sq-faq-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.sq-faq-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sq-faq-item.active {
    border-color: #2b5f8f;
}

.sq-faq-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}

.sq-faq-item-header:hover {
    background: #f9f9f9;
}

.sq-faq-question {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3863;
    flex: 1;
    padding-right: 20px;
}

.sq-faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 50%;
    transition: all 0.3s;
}

.sq-faq-item.active .sq-faq-toggle {
    background: #2b5f8f;
    color: white;
    transform: rotate(180deg);
}

.sq-faq-toggle svg {
    transition: transform 0.3s;
}

.sq-faq-item-content {
    display: none;
    padding: 0 25px 25px 25px;
    animation: slideDown 0.3s ease-out;
}

.sq-faq-item.active .sq-faq-item-content {
    display: block;
}

.sq-faq-answer {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.sq-faq-answer p {
    margin: 0 0 15px 0;
}

.sq-faq-answer p:last-child {
    margin-bottom: 0;
}

.sq-faq-answer a {
    color: #0073aa;
    text-decoration: none;
}

.sq-faq-answer a:hover {
    text-decoration: underline;
}

.sq-faq-answer ul,
.sq-faq-answer ol {
    margin: 15px 0;
    padding-left: 25px;
}

.sq-faq-answer li {
    margin-bottom: 8px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .sq-faq-item-header {
        padding: 15px 20px;
    }

    .sq-faq-question {
        font-size: 16px;
    }

    .sq-faq-item-content {
        padding: 0 20px 20px 20px;
    }
}

/* [suburb_council_info] Council Info Section */
.sq-council-info {
    margin: 0;
    padding: 10px;
    background: white;
}

.sq-council-content-grid {
    overflow: hidden;
}

.sq-council-text h3 {
    margin: 0 0 20px 0;
    color: #2c3863;
}

.sq-council-text p {
    color: #666;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.sq-council-text a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.sq-council-text a:hover {
    text-decoration: underline;
}

.sq-council-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #2b5f8f;
    color: white !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.sq-council-button:hover {
    background: #1e4668;
}

.sq-council-image {
    float: right;
    max-width: 33%;
    margin-left: 30px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sq-review-cta {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px;
}
 
.sq-review-cta .sq-council-button {
    padding: 8px 20px;
    font-size: 14px;
}

.sq-suburb-image,
.sq-council-logo {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sq-council-info .image-caption {
    text-align: center;
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin: 0;
}

.sq-council-info .image-caption--disclaimer {
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 968px) {
    .sq-council-info {
        padding: 15px 10px;
    }

    .sq-council-image {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }
}

/* [suburb_dnsp_info] DNSP Info Section */
.sq-dnsp-info {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.sq-dnsp-info h4 {
    margin: 0 0 20px 0;
    color: #2c3863;
}

.sq-dnsp-info p {
    color: #666;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.sq-dnsp-info a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.sq-dnsp-info a:hover {
    text-decoration: underline;
}

.sq-dnsp-card {
    background: white;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.sq-dnsp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: default;
}

.sq-dnsp-card-header[role="button"] {
    cursor: pointer;
    transition: background 0.2s;
}

.sq-dnsp-card-header[role="button"]:hover {
    background: #f5f9fc;
}

.sq-dnsp-card h4 {
    margin: 0;
    color: #2c3863;
}

.sq-dnsp-card-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e8f0f8;
    color: #2b5f8f;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.25s;
}

.sq-dnsp-card.active .sq-dnsp-card-toggle {
    background: #2b5f8f;
    color: white;
    transform: rotate(180deg);
}

.sq-dnsp-card-content {
    display: none;
    padding: 0 30px 25px;
}

.sq-dnsp-card.active .sq-dnsp-card-content {
    display: block;
}

.sq-dnsp-website {
    margin-top: 20px;
}

.sq-dnsp-region {
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

.sq-key-rule {
    background: #fff8e1;
    padding: 15px 20px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
    border-radius: 4px;
}

.sq-key-rule strong {
    color: #2c3863;
    display: block;
    margin-bottom: 5px;
}

.sq-dnsp-limits {
    margin-top: 25px;
}

.sq-limits-table {
    width: 100%;
    border-collapse: collapse;
}

.sq-limits-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.sq-limits-table tr:last-child td {
    border-bottom: none;
}

.sq-limits-table td:first-child {
    color: #666;
}

.sq-limit-value {
    text-align: right;
    font-weight: 600;
    color: #2b5f8f;
    font-size: 18px;
}

.sq-tool-link {
    font-weight: 600;
}

@media (max-width: 768px) {
    .sq-dnsp-info {
        padding: 0;
    }

    .sq-dnsp-card-header {
        padding: 15px 20px;
    }

    .sq-dnsp-card-content {
        padding: 0 20px 20px;
    }

    .sq-limits-table td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .sq-limit-value {
        font-size: 16px;
    }
}

/* [suburb_nearby_suburbs] Nearby Suburbs Section */
.sq-nearby-suburbs {
    margin: 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Lazy-load placeholder. Reserves enough vertical space for ~5 items so the
   page does not shift when the real list arrives via AJAX. */
.sq-nearby-suburbs--lazy {
    min-height: 480px;
    color: #6b7280;
}

.sq-nearby-suburbs__loading {
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding-top: 24px;
}

.sq-nearby-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sq-nearby-suburb-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 20px 25px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.sq-nearby-suburb-link:hover {
    border-color: #2b5f8f;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.sq-suburb-info {
    flex: 1;
    padding-right: 5px;
}

.sq-suburb-name {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #0073aa;
}

.sq-suburb-details {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.sq-suburb-distance {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 14px;
}

.sq-distance-value {
    font-weight: 600;
}

.sq-nearby-suburb-link:hover .sq-suburb-distance {
    color: #2b5f8f;
}

@media (max-width: 768px) {
    .sq-nearby-suburbs {
        padding: 30px 20px;
    }

    .sq-nearby-suburb-link {
        padding: 15px 20px;
    }

    .sq-suburb-name {
        font-size: 16px;
    }
}

/* [suburb_pricing] Pricing Section */
.sq-pricing-section {
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 8px;
}

.sq-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sq-pricing-stats {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sq-pricing-stat-item {
    background: #f5fcff;
    color: #2c3863;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sq-pricing-stat-item h3 {
    margin: 0 0 20px 0;
    color: #2c3863;
}

.sq-price-display {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.sq-price-display .currency {
    font-size: 32px;
    font-weight: bold;
    color: #2b5f8f;
    margin-right: 5px;
}

.sq-price-display .amount {
    font-size: 48px;
    font-weight: bold;
    color: #2b5f8f;
}

.sq-percentage-display {
    margin-bottom: 10px;
}

.sq-percentage-display .percentage {
    font-size: 64px;
    font-weight: bold;
    color: #2b5f8f;
}

.sq-price-description {
    color: #2c3863;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sq-pricing-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sq-suburb-installation-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
}

.sq-suburb-image-carousel {
    position: relative;
}

.sq-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    padding: 12px 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.8));
    line-height: 0;
}

.sq-carousel-btn .carousel-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-color: currentColor;
    -webkit-mask-image: var(--carousel-icon-url);
    mask-image: var(--carousel-icon-url);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.sq-suburb-image-carousel:hover .sq-carousel-btn {
    opacity: 0.8;
}

.sq-carousel-btn:hover {
    opacity: 1 !important;
}

@media (hover: none), (pointer: coarse) {
    .sq-suburb-image-carousel .sq-carousel-btn,
    .sq-suburb-image-carousel .sq-carousel-btn:hover,
    .sq-suburb-image-carousel .sq-carousel-btn:active,
    .sq-suburb-image-carousel .sq-carousel-btn:focus,
    .sq-suburb-image-carousel .sq-carousel-btn:focus-visible {
        opacity: 0.8 !important;
    }

    .sq-suburb-image-carousel .sq-carousel-btn {
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
}

.sq-carousel-prev {
    left: 4px;
}

.sq-carousel-next {
    right: 4px;
}

.sq-carousel-counter {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: white;
    font-size: 13px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.sq-suburb-image-carousel:hover .sq-carousel-counter {
    opacity: 0.9;
}

.sq-pricing-section .image-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
    font-style: italic;
}

@media (max-width: 968px) {
    .sq-pricing-grid {
        grid-template-columns: 1fr;
    }

    .sq-price-display .amount {
        font-size: 36px;
    }

    .sq-percentage-display .percentage {
        font-size: 48px;
    }
}

/* [suburb_payback] Payback Section */
.sq-payback-section {
    margin: 0;
}

.sq-payback-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sq-payback-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
}

.sq-payback-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.sq-payback-solar {
    background: #2c3863;
    border-top: none;
}

.sq-payback-battery {
    background: #bfd8f8;
    border-top: none;
}

.sq-payback-combined {
    background: #f5fcff;
    border-top: none;
}

.sq-payback-card .card-icon {
    margin-bottom: 16px;
}

.sq-payback-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sq-payback-years {
    margin-bottom: 12px;
}

.sq-years-number {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}

.sq-payback-solar .sq-years-number {
    color: #ffffff;
}

.sq-payback-battery .sq-years-number {
    color: #1e3060;
}

.sq-payback-combined .sq-years-number {
    color: #1e3060;
}

.sq-years-label {
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: 500;
}

.sq-payback-solar .sq-years-label {
    color: rgba(255, 255, 255, 0.75);
}

.sq-payback-battery .sq-years-label,
.sq-payback-combined .sq-years-label {
    color: #2c3863;
}

.sq-payback-card .card-description {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.sq-payback-solar .card-description {
    color: rgba(255, 255, 255, 0.7);
}

.sq-payback-battery .card-description,
.sq-payback-combined .card-description {
    color: #2c3863;
}

@media (max-width: 768px) {
    .sq-payback-cards {
        grid-template-columns: 1fr;
    }

    .sq-years-number {
        font-size: 44px;
    }
}

/* [suburb_payback] Payback Factors Section */
.sq-payback-factors {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.sq-factors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto 24px;
}

.sq-factors-grid .sq-factor-card:first-child {
    grid-row: 1 / span 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sq-factor-card {
    background: #f9f9fb;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.sq-factor-icon {
    margin-bottom: 12px;
}

.sq-factor-card h4 {
    margin: 0 0 16px 0;
    font-size: 15px;
    color: #2c3863;
    font-weight: 600;
}

.sq-factors-grid .sq-factor-card:not(:first-child) {
    padding: 12px 16px;
}

.sq-factors-grid .sq-factor-card:not(:first-child) .sq-factor-icon {
    margin-bottom: 8px;
}

.sq-factors-grid .sq-factor-card:not(:first-child) h4 {
    margin-bottom: 10px;
}

.sq-factor-values {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sq-value-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sq-value-row:last-child {
    border-bottom: none;
}

.sq-value-row.highlight {
    justify-content: center;
    align-items: baseline;
    gap: 6px;
    border-bottom: none;
}

.sq-value-row .label {
    color: #2c3863;
    font-size: 14px;
}

.sq-value-row .value {
    font-weight: 600;
    color: #2c3863;
}

.sq-value-row .value.large {
    font-size: 26px;
    font-weight: bold;
    color: #2c3863;
}

.sq-value-row .unit {
    font-size: 14px;
    color: #2c3863;
}

.sq-value-row.electricity-price-row {
    justify-content: center;
    gap: 6px;
}

.sq-value-row.electricity-price-row .value {
    font-size: 26px;
    line-height: 1;
    color: #2c3863;
}

.sq-value-row.electricity-price-row .unit,
.sq-value-row.electricity-price-row .label {
    color: #2c3863;
    font-size: 14px;
    line-height: 1;
}

.sq-calculator-cta {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
}


.sq-calculator-cta p {
    color: #666;
    margin: 0;
}

.sq-calculator-note {
    text-align: center;
    padding-top: 10px;
}

.sq-calculator-note p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.sq-calculator-link {
    color: #0073aa;
    font-weight: 600;
    text-decoration: none;
}

.sq-calculator-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sq-factors-grid {
        grid-template-columns: 1fr;
    }
    .sq-factors-grid .sq-factor-card:first-child {
        grid-row: auto;
        display: block;
    }

    .sq-factor-icon img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
    }
}

/* [suburb_services] Services Section */
.sq-services-section {
    margin: 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.sq-services-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sq-service-item {
    display: flex;
    gap: 25px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.sq-service-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.sq-service-icon {
    flex-shrink: 0;
}

.sq-service-content {
    flex: 1;
}

.sq-service-content h4 {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3863;
}

.sq-service-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.sq-service-content a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.sq-service-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sq-services-section {
        padding: 30px 20px;
    }

    .sq-service-item {
        flex-direction: column;
        padding: 25px;
    }

    .sq-service-icon img {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
    }

    .sq-service-content h4 {
        font-size: 18px;
    }
}

/* [suburb_map] Solar Map Section */
.sq-solar-map-section {
    margin:0;
}

.sq-solar-map-container {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: default;
}

/* Prevent the Google Maps drag cursor from appearing on the static map */
.sq-solar-map-container * {
    cursor: default !important;
}

.sq-map-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f0f0f0;
    color: #666;
    font-size: 18px;
}

.sq-map-placeholder {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
}

.sq-placeholder-content {
    text-align: center;
    padding: 20px;
}

.sq-placeholder-content svg {
    margin-bottom: 20px;
    opacity: 0.6;
}

.sq-placeholder-content p {
    color: #666;
    margin: 10px 0;
}

.sq-placeholder-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.sq-solar-map-caption {
    margin: 10px 0 0;
    font-size: 11px;
    color: #777;
    font-style: italic;
    line-height: 1.5;
}

/* Installation count badge rendered as a Google Maps custom control */
.sq-map-install-count {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 14px;
    margin: 10px;
    line-height: 1.2;
    cursor: default !important;
}

.sq-map-install-count-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #2c3863;
    letter-spacing: -0.5px;
}

.sq-map-install-count-label {
    display: block;
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .sq-solar-map-container,
    .sq-map-placeholder {
        height: 350px;
    }
}

/* [suburb_suggested_reads] Suggested Reads Section */
.sq-suggested-reads {
    margin: 0;
}

.sq-reads-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sq-reads-viewport {
    overflow: hidden;
    width: 100%;
}

.sq-reads-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    transition: transform 0.3s ease;
    will-change: transform;
}

.sq-read-card {
    flex: 0 0 calc((100% - 60px) / 3);
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.sq-read-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.sq-read-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.sq-read-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.sq-read-card:hover .sq-read-image img {
    transform: scale(1.05);
}

.sq-read-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sq-read-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3863;
    line-height: 1.4;
}

.sq-read-more {
    color: #2c3863;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-self: flex-start;
    margin-top: auto;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s;
}

.sq-read-card:hover .sq-read-more {
    gap: 10px;
}

.sq-reads-carousel-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #d8dbe7;
    border-radius: 50%;
    background: #fff;
    color: #2c3863;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex: 0 0 auto;
    transition: opacity 0.2s ease;
}

.sq-reads-carousel.has-desktop-carousel .sq-reads-carousel-btn {
    display: inline-flex;
}

.sq-reads-carousel-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 768px) {
    .sq-read-card {
        flex-basis: 100%;
    }

    .sq-reads-carousel.has-mobile-carousel .sq-reads-carousel-btn {
        display: inline-flex;
    }
}

/* [suburb_tools] Tools Section */
.sq-tools-section {
    margin: 0;
}

.sq-tools-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.sq-tool-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
}

.sq-tool-card:hover,
.sq-tool-card:focus,
.sq-tool-card:active {
    border-color: #2b5f8f;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    text-decoration: none !important;
}

.sq-tool-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.sq-tool-header .sq-tool-icon {
    flex-shrink: 0;
}

.sq-tool-header .sq-tool-title {
    flex: 1;
    min-width: 0;
}

.sq-tool-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: rgba(247, 119, 55, 0.14);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: "sq-tools-icomoon";
    src: url("/wp-content/themes/focus_2020/assets/tools/styles/icons/icomoon.woff2?v4") format("woff2"),
         url("/wp-content/themes/focus_2020/assets/tools/styles/icons/icomoon.woff?v4") format("woff");
    font-display: swap;
}

.sq-tool-icon i[class^="icon-"],
.sq-tool-icon i[class*=" icon-"] {
    font-family: "sq-tools-icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f77737;
    font-size: 32px;
}

.sq-tool-icon .icon-solar-battery:before { content: "\e910"; font-size: 32px; color: #f77737; }
.sq-tool-icon .icon-add-battery:before { content: "\e918"; font-size: 32px; color: #f77737; }
.sq-tool-icon .icon-calculator:before { content: "\e914"; font-size: 32px; color: #f77737; }
.sq-tool-icon .icon-federal-rebate:before { content: "\e905"; font-size: 32px; color: #f77737; }

.sq-tool-content {
    flex: 1;
}

.sq-tool-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3863;
    line-height: 1.3;
}

.sq-tool-description {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.sq-tool-arrow {
    align-self: flex-end;
    color: #2b5f8f;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s;
}

.sq-tool-card:hover .sq-tool-arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .sq-tools-grid {
        grid-template-columns: 1fr;
    }
}

/* [suburb_why_solarquotes] Why SolarQuotes Section */
.sq-why-solarquotes {
    margin: 0;
}

.sq-intro-text {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 0 0 40px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sq-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    margin-bottom: 50px;
}

.sq-benefit-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}

.sq-benefit-card:hover {
    transform: translateY(-5px);
}

.sq-benefit-icon {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
}

.sq-benefit-card h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3863;
    line-height: 1.3;
}

.sq-benefit-card p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.sq-guarantee-section {
    display: flex;
    gap: 30px;
    align-items: center;
    background: linear-gradient(135deg, #fff8e1 0%, #ffe0b2 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.sq-guarantee-badge {
    flex-shrink: 0;
}

.sq-guarantee-content {
    flex: 1;
}

.sq-guarantee-content h3 {
    margin: 0 0 15px 0;
    color: #2c3863;
}

.sq-guarantee-content p {
    margin: 0 0 15px 0;
    color: #666;
    line-height: 1.8;
}

.sq-guarantee-link {
    color: #f77737;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.sq-guarantee-link:hover {
    text-decoration: underline;
}

.sq-review-platforms {
    text-align: center;
    background: #f5f8fc;
    border-radius: 16px;
    padding: 28px 24px;
}

.sq-review-platforms h3 {
    margin: 0 0 30px 0;
    color: #2c3863;
}

#total-review-count {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.sq-platforms-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.sq-platform-badge {
    transition: transform 0.3s;
    flex: 1 1 0;
    min-width: 0;
    max-width: 240px;
    display: flex;
    justify-content: center;
}

.sq-platform-badge:hover {
    transform: scale(1.05);
}

.sq-platform-badge img,
.sq-platform-badge svg {
    width: 100%;
    max-width: 220px;
    height: auto;
}

@media (max-width: 968px) {

    .sq-benefits-grid {
        grid-template-columns: 1fr;
    }

    .sq-benefit-icon img {
        width: 70px !important;
        height: 70px !important;
        max-width: 70px !important;
        align-items: left;
    }    

    .sq-guarantee-section {
        flex-direction: column;
        text-align: center;
        padding: 20px 25px;
    }

    .sq-platforms-grid {
        flex-wrap: wrap;
    }

    .sq-platform-badge {
        flex: 1 1 200px;
        max-width: 260px;
    }

    .sq-platform-badge img,
    .sq-platform-badge svg {
        width: 100%;
        max-width: 240px;
    }
}

@media (min-width: 769px) {
    .sq-platform-badge .badge-rating {
        font-size: 18px;
    }

    .sq-platform-badge .badge-count {
        font-size: 16px;
    }
}

/* [state_councils] State Councils List
 *
 * columns: 3 240px  —  up to 3 columns, each at least 240px wide.
 * The browser reduces to 2 columns around 480–720px, then 1 column on mobile,
 * with no media queries required for the layout itself.
 */
.sq-state-councils {
    columns: 3 240px;
    column-gap: 2rem;
}

.sq-council-block {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

.sq-council-block h2 {
    font-size: 1.05rem;

    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.sq-council-block ul {
    margin: 0;
    padding-left: 1.2em;
    list-style: disc;
}

.sq-council-block li {
    font-size: 0.875rem;
    line-height: 1.45;
    margin-bottom: 0.1em;
}

.sq-council-block a {
    color: #0073aa;
    text-decoration: none;
}

.sq-council-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sq-state-councils {
        column-gap: 1.25rem;
    }

    .sq-council-block h2 {
        font-size: 1rem;
    }

    .sq-council-block li {
        font-size: 0.9rem;
    }
}
@media (max-width: 767px) {
    .sq-hide-on-mobile {
        display: none;
    }
}

/* Enforced heading sizes for SQ Local pages */
.sq-state-page h2,
.sq-suburb-page h2 {
    font-size: 24px;
    color: #2c3863;
}
.sq-state-page h3,
.sq-suburb-page h3 {
    font-size: 22px;
    color: #2c3863;
}
.sq-state-page h4,
.sq-suburb-page h4 {
    font-size: 20px;
    color: #2c3863;
}

.sq-state-page h5,
.sq-suburb-page h5 {
    font-size: 18px;
    color: #2c3863; 
}