/* HejBit Lead Magnet: Data Sovereignty Checklist - Page-specific styles */

.lm-checklist-preview {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
}

.lm-check-group {
    margin-bottom: 0;
}

.lm-check-group-title {
    font-family: 'Space Mono', monospace;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--lm-yellow);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--lm-border);
    display: flex;
    align-items: center;
    gap: 10px;
}

.lm-check-group-title::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: var(--lm-yellow);
    flex-shrink: 0;
}

.lm-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
}

.lm-check-box {
    width: 14px;
    height: 14px;
    border: 1px solid var(--lm-border);
    border-radius: 2px;
    background: var(--lm-surface);
    flex-shrink: 0;
    margin-top: 2px;
}

.lm-check-item span {
    font-size: 13px;
    color: var(--lm-white55);
    line-height: 1.5;
}
