.logo {
    display: block;
    margin: 1em auto;
}

nav {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

nav a {
    padding: 0 1rem;
    text-decoration: none;
    color: #0d6efd;
}

nav a.active {
    font-weight: bold;
    text-decoration: underline;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline-block;
}

.htmx-request.htmx-indicator {
    display: inline-block;
}

main {
    margin: 1em;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pico-muted-border-color);
}

#job-detail-inner table td:first-child {
    width: 200px;
}

.expand-icon {
    display: inline-block;
    transition: transform 0.15s ease;
    font-size: 0.75rem;
    color: #6c757d;
}

.job-detail-row > td {
    background-color: #f8f9fa;
    border-top: none !important;
}

.job-detail-row .list-group-item {
    background: transparent;
}

