.shire-grid::-webkit-scrollbar-thumb background: #b68b40; border-radius: 8px;

.flag-icon font-size: 1.8rem; vertical-align: middle; margin-right: 8px;

// DOM elements const buttonsContainer = document.getElementById('shireButtonsContainer'); const shireNameDisplay = document.getElementById('shireNameDisplay'); const countyTownSpan = document.getElementById('countyTown'); const knownForSpan = document.getElementById('knownFor'); const sinceSpan = document.getElementById('since'); const regionSpan = document.getElementById('region'); const famousQuoteSpan = document.getElementById('famousQuote');

// Additional Scottish/other Shires? To enrich "Britain" we add a few iconic Scottish 'shires' (traditional counties) const scottishShires = [ id: "midlothian", name: "Midlothian", town: "Edinburgh", known: "Edinburgh Castle, Pentland Hills", since: "Medieval", region: "Scotland (Lothian)", motto: "🏴󠁧󠁒󠁳󠁣󠁴󠁿 'Scotland's historic heart' β€” royal mile & festivals" , id: "ayrshire", name: "Ayrshire", town: "Ayr", known: "Robert Burns country, Culzean Castle", since: "13th century", region: "South West Scotland", motto: "πŸ“ 'Burns' land' β€” rolling pastures & coastal golf" , id: "fife", name: "Fife", town: "Cupar", known: "St Andrews, fishing villages, Forth bridges", since: "Ancient", region: "Scotland", motto: "β›³ 'Ancient Kingdom of Fife' β€” home of golf" , id: "perthshire", name: "Perthshire", town: "Perth", known: "Highland boundary, Scone Palace, Loch Tay", since: "Medieval", region: "Central Scotland", motto: "🏴󠁧󠁒󠁳󠁣󠁴󠁿 'Heart of Scotland' β€” hills & glens" , id: "aberdeenshire", name: "Aberdeenshire", town: "Aberdeen", known: "Castles, Cairngorms, whisky trails", since: "Saxon / Pictish", region: "North East Scotland", motto: "🏰 'Castle country' β€” granite & royal deeside" , id: "inverness-shire", name: "Inverness-shire", town: "Inverness", known: "Loch Ness, Culloden, Great Glen", since: "Medieval", region: "Highlands", motto: "πŸ¦• Nessie's home β€” wild majesty of the Highlands" ];