/* help-pages.css — Styles for HELP-001/002 help pages */

.help-card {
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.help-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.help-card-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.75rem;
}

.help-section .card {
    border-left: 4px solid #0d6efd;
}

.help-section h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.help-points li {
    padding: 0.25rem 0;
}

.help-details li {
    padding: 0.3rem 0;
    line-height: 1.6;
}

.help-screenshot img {
    max-height: 400px;
}

.help-screenshot-placeholder {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
