/* Footer */
.footer-admin { text-align: center; margin: 10px 0; position: relative; }
.footer-admin details { display: inline-block; position: relative; }
.footer-admin summary { list-style: none; cursor: pointer; color: var(--white); user-select: none; font-size: .9rem; }
.footer-admin a { color: var(--white); text-decoration: none; }
.footer-admin summary::-webkit-details-marker { display: none; }
.footer-menu { position: absolute; bottom: 125%; left: 50%; transform: translateX(-50%); background: var(--darkgrey); border: 1px solid var(--lightgrey); border-radius: 6px; min-width: 170px; padding: 6px 0; box-shadow: 0 4px 10px rgba(0,0,0,.4); z-index: 1000; }
.footer-menu a { display: block; color: var(--white); text-decoration: none; padding: 8px 14px; white-space: nowrap; }
.footer-menu a:hover { background: var(--navy); }
.footer-menu hr { border: 0; border-top: 1px solid var(--lightgrey); margin: 5px 0; }

