/* Styles from form-card */
.launch-planner-form-card {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0.02) 100%);
    border: 1.5px solid rgba(59, 130, 246, 0.3);
    margin-bottom: 32px;
}

/* Styles from flex container */
.launch-planner-idea-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* Styles from h3 */
.launch-planner-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary);
}

/* Styles from p */
.launch-planner-section-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin: 0;
}

/* Styles from span */
.launch-planner-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(59, 130, 246, 0.15);
    border: 1.5px solid var(--primary);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    margin: 0 4px;
}

/* Emoji icon in idea section */
.launch-planner-emoji-icon {
    font-size: 32px;
    flex-shrink: 0;
}
