/* Layout Specific overrides */

/* Navigation Spacing */
body>.container {
    margin-top: 80px;
}

/* Landing Page Hero Section */
.hero-section {
    padding-top: 10vh;
}

.hero-lead {
    font-size: 1.5rem;
    color: var(--color-text-secondary);
}

/* Ensure footer border uses our variable even if bootstrap tries to override */
.footer {
    border-color: var(--color-border-subtle) !important;
}

/* Validation Summary & Errors */
.text-danger {
    color: #ff4444 !important;
    /* Brighter red for dark mode visibility */
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}