body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.project-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.border-dashed {
    border-style: dashed !important;
}

.navbar-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.navbar-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.navbar-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.navbar-breadcrumb .breadcrumb-item-home a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
}

.navbar-breadcrumb .breadcrumb-item-home a:hover {
    color: #fff;
}

.site-navbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
}

.site-navbar-breadcrumb {
    flex: 1 1 auto;
    min-width: 0;
}

.site-household-id {
    flex: 0 0 auto;
    width: 3.25rem;
    min-width: 3.25rem;
    max-width: 3.25rem;
    padding-inline: 0.25rem;
    text-align: center;
    font-variant-numeric: tabular-nums;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.site-household-id:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    box-shadow: none;
}
