.job-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px);
    transition: all 0.2s;
}

.fit-score-badge {
    font-size: 0.9em;
    text-align: center;
    width: 60px;
}

.title-link {
    color: #212529;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}

.title-link:hover {
    color: #0d6efd;
}

.fav-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    user-select: none;
}

.fav-active {
    color: #ffc107;
}

.fav-inactive {
    color: #e4e5e9;
}

.score-box {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.section-title {
    border-bottom: 2px solid #0d6efd;
    color: #0d6efd;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.login-body {
    min-height: 100vh;
}

.login-card {
    max-width: 400px;
    width: 100%;
}

.page-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.page-titlebar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.job-text {
    white-space: pre-line;
}

@media (max-width: 768px) {
    .page-actions,
    .page-titlebar {
        align-items: stretch;
        flex-direction: column;
    }

    .page-actions > * {
        width: 100%;
    }
}
