2025 PLA National Conference
Hotel Grand Chancellor Hobart Ground Floor/1 Davey Street, Hobart, Tasmania, Australia/* Link Styling */ .custom-link { color: #000000; text-decoration: none; font-size: 16px; display: inline-block; line-height: 1.2; cursor: pointer; text-align: left; position: relative; overflow: hidden; transition: color 0.3s ease; } /* Underline Slide Animation */ .custom-link::after { content: ""; display: block; width: 0; height: 2px; background-color: #84329B; margin-top: 2px; transition: width 0.3s ease; } /* Hover […]