/* Desktop city pages share the Sydney layout and use their supplied theme assets. */
.city-melbourne { --pink: #7ebbe2; }
.city-brisbane { --pink: #ffb573; }
.city-auckland { --pink: #58c8c0; }
.city-melbourne .number { background-image: url('../images/page/number2.png'); }
.city-brisbane .number { background-image: url('../images/page/number3.png'); }
.city-auckland .number { background-image: url('../images/page/number4.png'); }
.attraction:last-child .place-heading h2 { font-size: 2.08cqw; letter-spacing: .14cqw; }
.attraction:last-child .english-name { font-size: 1.68cqw; letter-spacing: .1cqw; }
.attraction.compact-heading .place-heading h2 { font-size: 1.8cqw; letter-spacing: -.045cqw; }
.page-tools a, .page-tools button { border-color: var(--pink); color: #555; }
.page-tools a:hover, .page-tools button:hover { background: #f4f4f4; }
a:focus-visible, button:focus-visible { outline-color: var(--pink); }
