/* Base Template Common Styles */

/* Skip to content link for accessibility */
.skip-to-content {
    position: absolute;
    top: -100%;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    text-decoration: none;
    font-weight: bold;
    transform: translateY(-100%);
}
.skip-to-content:focus {
    top: 0;
    transform: translateY(0);
}

/* Brand tagline styling */
.brand-tagline {
    font-size: 0.75rem;
    color: var(--text-secondary, #6b7280);
    font-weight: 400;
    margin-left: 0.5rem;
    opacity: 0.8;
}
