@media only screen and (min-width:0rem){#areas-index{padding:var(--sectionPadding)}#areas-index .cs-container{margin:auto;max-width:80rem;width:100%}#areas-index .cs-content{align-items:center;display:flex;flex-direction:column;text-align:center}#areas-index .cs-content,#areas-index .cs-section{margin-bottom:clamp(2rem,4vw,3rem)}#areas-index .cs-section:last-child{margin-bottom:0}#areas-index .cs-section-title{color:var(--headerColor);font-size:clamp(1.25rem,2vw,1.5625rem);font-weight:700;margin:0 0 1rem}#areas-index .cs-suburb-list{display:grid;gap:.75rem 1.5rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}#areas-index .cs-suburb-link{color:var(--bodyTextColor);font-weight:600;text-decoration:none;transition:color .3s}#areas-index .cs-suburb-link:hover{color:var(--primary)}}@media only screen and (min-width:48rem){#areas-index .cs-suburb-list{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:64rem){#areas-index .cs-suburb-list{grid-template-columns:repeat(4,1fr)}}